diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-08-23 21:18:32 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-08-23 21:18:32 +0000 |
commit | 403be33e6705932f38883956e8323944e9f9b4b3 (patch) | |
tree | 1bffb8a600b316f23c069cca69e1fbee7363ed9d /virtual/gnat | |
parent | Virtual packages have no build-time dependencies. (diff) | |
download | gentoo-2-403be33e6705932f38883956e8323944e9f9b4b3.tar.gz gentoo-2-403be33e6705932f38883956e8323944e9f9b4b3.tar.bz2 gentoo-2-403be33e6705932f38883956e8323944e9f9b4b3.zip |
Virtual packages have no build-time dependencies.
(Portage version: 2.1.1_pre5-r3)
Diffstat (limited to 'virtual/gnat')
-rw-r--r-- | virtual/gnat/ChangeLog | 6 | ||||
-rw-r--r-- | virtual/gnat/gnat-3.4.ebuild | 5 | ||||
-rw-r--r-- | virtual/gnat/gnat-4.1.ebuild | 5 |
3 files changed, 11 insertions, 5 deletions
diff --git a/virtual/gnat/ChangeLog b/virtual/gnat/ChangeLog index 258119a6efdf..3582bb059a55 100644 --- a/virtual/gnat/ChangeLog +++ b/virtual/gnat/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for virtual/gnat # Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.4 2006/06/10 16:03:21 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/ChangeLog,v 1.5 2006/08/23 21:18:32 swegener Exp $ + + 23 Aug 2006; Sven Wegener <swegener@gentoo.org> gnat-3.4.ebuild, + gnat-4.1.ebuild: + Virtual packages have no build-time dependencies. *gnat-4.1 (13 Apr 2006) diff --git a/virtual/gnat/gnat-3.4.ebuild b/virtual/gnat/gnat-3.4.ebuild index a3b61873fa4c..e0515d0c7958 100644 --- a/virtual/gnat/gnat-3.4.ebuild +++ b/virtual/gnat/gnat-3.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-3.4.ebuild,v 1.3 2006/04/13 16:46:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-3.4.ebuild,v 1.4 2006/08/23 21:18:32 swegener Exp $ DESCRIPTION="Virtual for the gnat compiler selection" HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html" @@ -9,5 +9,6 @@ LICENSE="GMGPL" SLOT="3.4" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="|| ( =dev-lang/gnat-gcc-3.4* +RDEPEND="|| ( =dev-lang/gnat-gcc-3.4* =dev-lang/gnat-gpl-3.4* )" +DEPEND="" diff --git a/virtual/gnat/gnat-4.1.ebuild b/virtual/gnat/gnat-4.1.ebuild index 3acea6597838..d34d42ed9476 100644 --- a/virtual/gnat/gnat-4.1.ebuild +++ b/virtual/gnat/gnat-4.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.1.ebuild,v 1.1 2006/04/13 16:46:38 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/virtual/gnat/gnat-4.1.ebuild,v 1.2 2006/08/23 21:18:32 swegener Exp $ DESCRIPTION="Virtual for the gnat compiler selection" HOMEPAGE="http://www.gentoo.org/proj/en/glep/glep-0037.html" @@ -9,4 +9,5 @@ LICENSE="GMGPL" SLOT="3.4" KEYWORDS="~amd64 ~x86" IUSE="" -DEPEND="=dev-lang/gnat-gcc-4.1*" +RDEPEND="=dev-lang/gnat-gcc-4.1*" +DEPEND="" |