diff options
Diffstat (limited to 'virtual/gnat/gnat-3.4.ebuild')
-rw-r--r-- | virtual/gnat/gnat-3.4.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
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="" |