summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2012-12-22 14:06:43 +0000
committerAnthony G. Basile <blueness@gentoo.org>2012-12-22 14:06:43 +0000
commit2c95e12ac17c9eca5a8f81e0ff3c868a440f3ec6 (patch)
tree9de338be3597c0513dbaede046662ff41e6b60b3 /dev-cpp
parentStable for ppc, wrt bug #447350 (diff)
downloadgentoo-2-2c95e12ac17c9eca5a8f81e0ff3c868a440f3ec6.tar.gz
gentoo-2-2c95e12ac17c9eca5a8f81e0ff3c868a440f3ec6.tar.bz2
gentoo-2-2c95e12ac17c9eca5a8f81e0ff3c868a440f3ec6.zip
Keyword ~ppc, bug #441946, thanks peratu
(Portage version: 2.1.11.31/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/tbb/ChangeLog5
-rw-r--r--dev-cpp/tbb/tbb-4.1.20121003.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog
index 9a4bf5e43e30..cda1f798f123 100644
--- a/dev-cpp/tbb/ChangeLog
+++ b/dev-cpp/tbb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/tbb
# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.30 2012/12/05 20:21:36 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.31 2012/12/22 14:06:43 blueness Exp $
+
+ 22 Dec 2012; Anthony G. Basile <blueness@gentoo.org> tbb-4.1.20121003.ebuild:
+ Keyword ~ppc, bug #441946, thanks peratu
05 Dec 2012; Sébastien Fabbro <bicatali@gentoo.org> metadata.xml:
Switching maintainership to sci herd
diff --git a/dev-cpp/tbb/tbb-4.1.20121003.ebuild b/dev-cpp/tbb/tbb-4.1.20121003.ebuild
index 0cb6753431d6..cca6a2d1dd9a 100644
--- a/dev-cpp/tbb/tbb-4.1.20121003.ebuild
+++ b/dev-cpp/tbb/tbb-4.1.20121003.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003.ebuild,v 1.1 2012/11/30 20:37:31 bicatali Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003.ebuild,v 1.2 2012/12/22 14:06:43 blueness Exp $
EAPI=4
inherit eutils flag-o-matic multilib versionator toolchain-funcs
@@ -16,7 +16,7 @@ SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_release
LICENSE="GPL-2-with-exceptions"
SLOT="0"
-KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~ppc ~x86 ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND=""