summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Arnold <nerdboy@gentoo.org>2013-11-20 06:39:32 +0000
committerSteve Arnold <nerdboy@gentoo.org>2013-11-20 06:39:32 +0000
commit438ecaa4520cf857a8cb5a0df81815442670cfcb (patch)
treecf102b2a8d49b58adcc8036babb6d02d87e7ee3b /dev-lang/gnat-gcc
parentUpdated to strip graphite flags and enable openmp use flag (diff)
downloadgentoo-2-438ecaa4520cf857a8cb5a0df81815442670cfcb.tar.gz
gentoo-2-438ecaa4520cf857a8cb5a0df81815442670cfcb.tar.bz2
gentoo-2-438ecaa4520cf857a8cb5a0df81815442670cfcb.zip
Updated with openmp use flag (should be disabled on arm).
(Portage version: 2.2.7/cvs/Linux x86_64, signed Manifest commit with key )
Diffstat (limited to 'dev-lang/gnat-gcc')
-rw-r--r--dev-lang/gnat-gcc/ChangeLog5
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild4
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild4
-rw-r--r--dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild4
4 files changed, 10 insertions, 7 deletions
diff --git a/dev-lang/gnat-gcc/ChangeLog b/dev-lang/gnat-gcc/ChangeLog
index 69d31021b70e..444d3e21153c 100644
--- a/dev-lang/gnat-gcc/ChangeLog
+++ b/dev-lang/gnat-gcc/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-lang/gnat-gcc
# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.64 2013/11/14 07:22:24 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/ChangeLog,v 1.65 2013/11/20 06:39:32 nerdboy Exp $
+
+ 20 Nov 2013; Steve Arnold <nerdboy@gentoo.org> gnat-gcc-4.6.4.ebuild:
+ Adding openmp USE flag for updated gnatbuild.eclass.
*gnat-gcc-4.6.4 (14 Nov 2013)
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
index 224a35fdd6c3..431ebbc6fa4b 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 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.4.3.ebuild,v 1.2 2011/09/20 20:15:39 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.3.ebuild,v 1.3 2013/11/20 06:39:32 nerdboy Exp $
# Need to let configure know where to find stddef.h
#EXTRA_CONFGCC="${WORKDIR}/usr/lib/include/"
diff --git a/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild b/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild
index 4bff1b105905..a54157293618 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2013 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.4.5.ebuild,v 1.4 2011/09/20 20:15:39 george Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.4.5.ebuild,v 1.5 2013/11/20 06:39:32 nerdboy Exp $
inherit gnatbuild
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 c7953d788038..f6a6cc42561d 100644
--- a/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
+++ b/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 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.6.4.ebuild,v 1.1 2013/11/14 07:22:24 nerdboy Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-lang/gnat-gcc/gnat-gcc-4.6.4.ebuild,v 1.2 2013/11/20 06:39:32 nerdboy Exp $
inherit gnatbuild
@@ -8,7 +8,7 @@ DESCRIPTION="GNAT Ada Compiler - gcc version"
HOMEPAGE="http://gcc.gnu.org/"
LICENSE="GMGPL"
-IUSE="lto"
+IUSE="lto openmp"
BOOT_SLOT="4.4"