diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-22 17:26:11 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-22 17:26:11 +0000 |
commit | 16d1ee18a58885b11925ed5d9cbcfd5489e0c278 (patch) | |
tree | 86de98c5dfcaf6c1b61f9bf7946dcfdaa051c284 /dev-cpp | |
parent | Stable for ppc, wrt bug #448798 (diff) | |
download | gentoo-2-16d1ee18a58885b11925ed5d9cbcfd5489e0c278.tar.gz gentoo-2-16d1ee18a58885b11925ed5d9cbcfd5489e0c278.tar.bz2 gentoo-2-16d1ee18a58885b11925ed5d9cbcfd5489e0c278.zip |
Stable for ppc, wrt bug #455510
(Portage version: 2.1.11.50/cvs/Linux ppc64, signed Manifest commit with key 7194459F)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-4.1.20121003.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog index 7a44e2da761e..0d93e298ee4b 100644 --- a/dev-cpp/tbb/ChangeLog +++ b/dev-cpp/tbb/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for dev-cpp/tbb # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.35 2013/02/17 00:17:37 dilfridge Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.36 2013/02/22 17:26:11 ago Exp $ + + 22 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tbb-4.1.20121003.ebuild: + Stable for ppc, wrt bug #455510 17 Feb 2013; Andreas K. Huettel <dilfridge@gentoo.org> tbb-4.1.20130116.ebuild: diff --git a/dev-cpp/tbb/tbb-4.1.20121003.ebuild b/dev-cpp/tbb/tbb-4.1.20121003.ebuild index a09f2125ff5b..8ba6a99881e7 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-2013 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.5 2013/02/14 09:34:20 scarabeus Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003.ebuild,v 1.6 2013/02/22 17:26:11 ago 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 ~ppc x86 ~amd64-linux ~x86-linux" +KEYWORDS="amd64 ppc x86 ~amd64-linux ~x86-linux" IUSE="debug doc examples" DEPEND="" |