public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Steve Arnold" <nerdboy@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gcc/
Date: Sun, 26 Jun 2016 06:20:37 +0000 (UTC)	[thread overview]
Message-ID: <1466922002.be1e9771d92ed9d5befe2921c50bc6ed6f37b209.nerdboy@gentoo> (raw)

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


             reply	other threads:[~2016-06-26  6:20 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-06-26  6:20 Steve Arnold [this message]
  -- strict thread matches above, loose matches on Subject: below --
2017-02-22 10:02 [gentoo-commits] repo/gentoo:master commit in: dev-lang/gnat-gcc/ Michał Górny
2016-06-28 18:03 Steve Arnold
2015-09-03  6:30 George Shapovalov
2015-09-02 12:23 George Shapovalov

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1466922002.be1e9771d92ed9d5befe2921c50bc6ed6f37b209.nerdboy@gentoo \
    --to=nerdboy@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox