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 | 4 |
1 files changed, 3 insertions, 1 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 4195b60b98ad..4cf9a3e84cc5 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 # 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.1 2009/02/05 14:14:44 george Exp $ +# $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 $ # Need to let configure know where to find stddef.h #EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/" @@ -11,6 +11,8 @@ DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="http://gcc.gnu.org/" LICENSE="GMGPL" +IUSE="" + # overriding the BOOT_SLOT, as 4.1 should do fine, no need for bootstrap # duplication BOOT_SLOT="4.1" |