diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 16:42:51 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2012-03-20 16:42:51 +0000 |
commit | 0f1becc9b3ec9f555282b02a7d82e311d99aa111 (patch) | |
tree | 18bc6b11536a9f1e4c78d0f5236c630d180dc9c7 /dev-cpp | |
parent | Stable for amd64, wrt bug #408975 (diff) | |
download | gentoo-2-0f1becc9b3ec9f555282b02a7d82e311d99aa111.tar.gz gentoo-2-0f1becc9b3ec9f555282b02a7d82e311d99aa111.tar.bz2 gentoo-2-0f1becc9b3ec9f555282b02a7d82e311d99aa111.zip |
Stable for amd64, wrt bug #408975
(Portage version: 2.1.10.49/cvs/Linux x86_64)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-4.0.297.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog index 714b51b469ac..dd27d5af5417 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.16 2012/02/27 02:28:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.17 2012/03/20 16:42:51 ago Exp $ + + 20 Mar 2012; Agostino Sarubbo <ago@gentoo.org> tbb-4.0.297.ebuild: + Stable for amd64, wrt bug #408975 *tbb-4.0.297 (27 Feb 2012) diff --git a/dev-cpp/tbb/tbb-4.0.297.ebuild b/dev-cpp/tbb/tbb-4.0.297.ebuild index bdda849693a0..75fdc4bc0d90 100644 --- a/dev-cpp/tbb/tbb-4.0.297.ebuild +++ b/dev-cpp/tbb/tbb-4.0.297.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.0.297.ebuild,v 1.1 2012/02/27 02:28:55 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.0.297.ebuild,v 1.2 2012/03/20 16:42:51 ago Exp $ EAPI=4 inherit eutils versionator toolchain-funcs @@ -22,7 +22,7 @@ SRC_URI="http://www.threadingbuildingblocks.org/uploads/${MYU}/${PV1}.${PV2}${MY LICENSE="GPL-2-with-exceptions" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 ~x86" IUSE="debug doc examples" DEPEND="" |