diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 04:25:48 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-02-06 04:25:48 +0000 |
commit | c756812ce1b2b330b292e43680be689e69b42dc4 (patch) | |
tree | 4dff41003c5801eee82cea16deca98bf0cec2675 /dev-cpp | |
parent | Stable for amd64, wrt bug #455490 (diff) | |
download | gentoo-2-c756812ce1b2b330b292e43680be689e69b42dc4.tar.gz gentoo-2-c756812ce1b2b330b292e43680be689e69b42dc4.tar.bz2 gentoo-2-c756812ce1b2b330b292e43680be689e69b42dc4.zip |
Stable for amd64, wrt bug #455510
(Portage version: 2.1.11.31/cvs/Linux x86_64, unsigned Manifest commit)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/ChangeLog | 7 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-4.1.20121003.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog index cda1f798f123..7d2222448c2f 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.31 2012/12/22 14:06:43 blueness Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.32 2013/02/06 04:25:48 ago Exp $ + + 06 Feb 2013; Agostino Sarubbo <ago@gentoo.org> tbb-4.1.20121003.ebuild: + Stable for amd64, wrt bug #455510 22 Dec 2012; Anthony G. Basile <blueness@gentoo.org> tbb-4.1.20121003.ebuild: Keyword ~ppc, bug #441946, thanks peratu diff --git a/dev-cpp/tbb/tbb-4.1.20121003.ebuild b/dev-cpp/tbb/tbb-4.1.20121003.ebuild index cca6a2d1dd9a..6dd756bd9163 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 +# 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.2 2012/12/22 14:06:43 blueness Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20121003.ebuild,v 1.3 2013/02/06 04:25:48 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="" |