diff options
author | 2006-08-23 21:18:32 +0000 | |
---|---|---|
committer | 2006-08-23 21:18:32 +0000 | |
commit | 403be33e6705932f38883956e8323944e9f9b4b3 (patch) | |
tree | 1bffb8a600b316f23c069cca69e1fbee7363ed9d /virtual/gnat/gnat-4.1.ebuild | |
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/gnat-4.1.ebuild')
-rw-r--r-- | virtual/gnat/gnat-4.1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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="" |