diff options
author | George Shapovalov <george@gentoo.org> | 2006-01-03 19:51:59 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2006-01-03 19:51:59 +0000 |
commit | b2a81ada90c7f6eb8ef2166750fbdf89cb35bc77 (patch) | |
tree | 0c1c5d95184d0cea84a77071c9aaa3e516d8df9e /dev-ada/asis | |
parent | Stable on hppa. (diff) | |
download | gentoo-2-b2a81ada90c7f6eb8ef2166750fbdf89cb35bc77.tar.gz gentoo-2-b2a81ada90c7f6eb8ef2166750fbdf89cb35bc77.tar.bz2 gentoo-2-b2a81ada90c7f6eb8ef2166750fbdf89cb35bc77.zip |
changed DEPEND to >=gnat-3.44, to avoid donwgrading new version of gnat - we just need the same major number of backend, any 3.4x will work..
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'dev-ada/asis')
-rw-r--r-- | dev-ada/asis/ChangeLog | 8 | ||||
-rw-r--r-- | dev-ada/asis/Manifest | 2 | ||||
-rw-r--r-- | dev-ada/asis/asis-3.44.ebuild | 6 |
3 files changed, 10 insertions, 6 deletions
diff --git a/dev-ada/asis/ChangeLog b/dev-ada/asis/ChangeLog index 5938e8fa1940..2feea22602a3 100644 --- a/dev-ada/asis/ChangeLog +++ b/dev-ada/asis/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-ada/asis -# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/ChangeLog,v 1.17 2005/12/28 21:53:59 george Exp $ +# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/ChangeLog,v 1.18 2006/01/03 19:51:59 george Exp $ + + 03 Jan 2006; George Shapovalov <george@gentoo.org> asis-3.44.ebuild: + changed DEPEND to >=gnat-3.44, to avoid donwgrading new version of gnat - we + just need the same major number of backend, any 3.4x will work.. 28 Dec 2005; George Shapovalov <george@gentoo.org> asis-3.44.ebuild: added ~x86 to KEYWORDS diff --git a/dev-ada/asis/Manifest b/dev-ada/asis/Manifest index 066234c4ff59..875403f9faf8 100644 --- a/dev-ada/asis/Manifest +++ b/dev-ada/asis/Manifest @@ -1,6 +1,6 @@ MD5 4fc168634cbb50cb79cc8ac268a2a5bb ChangeLog 2298 MD5 2d4d56dbea0d924e60ed6bc46e00c2f1 asis-3.15p.ebuild 2975 -MD5 4b9500cd9fd3803804349c54bde3d5a4 asis-3.44.ebuild 3491 +MD5 cbf4da6bd78f67b634309176e4bad345 asis-3.44.ebuild 3491 MD5 69d5c644b8ab42132401a32d66174a32 files/asis-3.15p.diff 1558 MD5 0d239a4e8d4fd1134f91a1f28f0bdd47 files/digest-asis-3.15p 64 MD5 1259c9393d35db664732a48289dc6fd4 files/digest-asis-3.44 76 diff --git a/dev-ada/asis/asis-3.44.ebuild b/dev-ada/asis/asis-3.44.ebuild index 0182026ff5aa..156fd083ec84 100644 --- a/dev-ada/asis/asis-3.44.ebuild +++ b/dev-ada/asis/asis-3.44.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2005 Gentoo Foundation +# Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.44.ebuild,v 1.6 2005/12/28 21:53:59 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-ada/asis/asis-3.44.ebuild,v 1.7 2006/01/03 19:51:59 george Exp $ inherit eutils flag-o-matic gnat @@ -13,7 +13,7 @@ RESTRICT="nomirror" HOMEPAGE="http://gnat-asis.sourceforge.net/" LICENSE="GMGPL" -DEPEND="=dev-lang/gnat-3.44* +DEPEND=">=dev-lang/gnat-3.44 app-text/tetex app-text/texi2html" RDEPEND="" |