diff options
Diffstat (limited to 'dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild')
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild index 4cf9a3e84cc5..8535cf408a4a 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2009 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v 1.2 2009/02/05 14:27:27 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.3.ebuild,v 1.3 2011/01/04 20:18:44 george Exp $ # Need to let configure know where to find stddef.h #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/" @@ -30,6 +30,7 @@ KEYWORDS="~amd64 ~ppc ~x86" # starting with 4.3.0 gnat needs these libs DEPEND=">=dev-libs/mpfr-2.3.1 >=dev-libs/gmp-4.2.2" +RDEPEND="${DEPEND}" #QA_EXECSTACK="${BINPATH:1}/gnatls ${BINPATH:1}/gnatbind ${BINPATH:1}/gnatmake # ${LIBEXECPATH:1}/gnat1 ${LIBPATH:1}/adalib/libgnat-${SLOT}.so" |