diff options
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="" |