commit: be1e9771d92ed9d5befe2921c50bc6ed6f37b209 Author: Stephen L Arnold <nerdboy <AT> gentoo <DOT> org> AuthorDate: Sun Jun 26 06:18:47 2016 +0000 Commit: Steve Arnold <nerdboy <AT> gentoo <DOT> org> CommitDate: Sun Jun 26 06:20:02 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be1e9771
dev-lang/gnat-gcc: remove lto use flag, fix headers, sync up gnat-gcc Package-Manager: portage-2.2.28 dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild | 4 ++-- dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild | 4 ++-- dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild | 4 ++-- dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild | 4 ++-- dev-lang/gnat-gcc/metadata.xml | 3 --- 5 files changed, 8 insertions(+), 11 deletions(-) diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild index 19c9a5a..59a48c4 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.6-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="https://gcc.gnu.org/" LICENSE="GMGPL" -IUSE="doc lto" # doc and lto from gnatbuild.eclass +IUSE="doc" # doc from gnatbuild.eclass # SLOT is set in gnatbuild.eclass, depends only on PV (basically SLOT=GCCBRANCH) # so the URI's are static. diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild index c71fa02..6987df8 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.3.6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="https://gcc.gnu.org/" LICENSE="GMGPL" -IUSE="doc lto" # doc and lto from gnatbuild.eclass +IUSE="doc" # doc from gnatbuild.eclass # SLOT is set in gnatbuild.eclass, depends only on PV (basically SLOT=GCCBRANCH) # so the URI's are static. diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild index 6fa8363..d610841 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.6.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="https://gcc.gnu.org/" LICENSE="GMGPL" -IUSE="doc lto openmp" +IUSE="doc openmp" BOOT_SLOT="4.4" diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild index 4346623..73e16fb 100644 --- a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild +++ b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -9,7 +9,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version" HOMEPAGE="https://gcc.gnu.org/" LICENSE="GMGPL" -IUSE="doc lto openmp" +IUSE="doc openmp" BOOT_SLOT="4.4" diff --git a/dev-lang/gnat-gcc/metadata.xml b/dev-lang/gnat-gcc/metadata.xml index e4bed84..1d9d866 100644 --- a/dev-lang/gnat-gcc/metadata.xml +++ b/dev-lang/gnat-gcc/metadata.xml @@ -9,9 +9,6 @@ <flag name="acats"> Installs ACATS source under LIBPATH. </flag> - <flag name="lto"> - Enable Link Time Optimization (somewhat unsafe). - </flag> </use> <longdescription> GNAT, the (GN)U (A)da (T)oolchain, is a high performance Ada 95 development
