diff options
author | George Shapovalov <george@gentoo.org> | 2009-02-05 14:27:27 +0000 |
---|---|---|
committer | George Shapovalov <george@gentoo.org> | 2009-02-05 14:27:27 +0000 |
commit | cbc00bde1e352d98ba45604556c4f76c76c5b9a6 (patch) | |
tree | a427671fc471cb3af32bea086f8240978cb0c850 /dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild | |
parent | removed old versions (diff) | |
download | gentoo-2-cbc00bde1e352d98ba45604556c4f76c76c5b9a6.tar.gz gentoo-2-cbc00bde1e352d98ba45604556c4f76c76c5b9a6.tar.bz2 gentoo-2-cbc00bde1e352d98ba45604556c4f76c76c5b9a6.zip |
fixed missing (but defined in gnatbuild.eclass) IUSE
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild')
-rw-r--r-- | dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild index acf4519a9d64..09eb662f6773 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# 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.1.ebuild,v 1.2 2008/06/25 14:27:44 george Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.3.1.ebuild,v 1.3 2009/02/05 14:27:27 george Exp $ inherit gnatbuild @@ -8,6 +8,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" |