diff options
author | Alexis Ballier <aballier@gentoo.org> | 2013-08-27 19:41:16 +0000 |
---|---|---|
committer | Alexis Ballier <aballier@gentoo.org> | 2013-08-27 19:41:16 +0000 |
commit | dc88d6ab95dee4e827593c83bb818e24570272c0 (patch) | |
tree | 9f457c80d3fe664e89e5c58cf77310802647de84 /dev-cpp | |
parent | Keyword ~ppc (diff) | |
download | gentoo-2-dc88d6ab95dee4e827593c83bb818e24570272c0.tar.gz gentoo-2-dc88d6ab95dee4e827593c83bb818e24570272c0.tar.bz2 gentoo-2-dc88d6ab95dee4e827593c83bb818e24570272c0.zip |
keyword ~amd64-fbsd
(Portage version: 2.2.1/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/ChangeLog | 5 | ||||
-rw-r--r-- | dev-cpp/tbb/tbb-4.1.20130613.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog index 6f22d83a99a0..6c1ba030fe60 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.41 2013/06/25 00:30:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.42 2013/08/27 19:41:16 aballier Exp $ + + 27 Aug 2013; Alexis Ballier <aballier@gentoo.org> tbb-4.1.20130613.ebuild: + keyword ~amd64-fbsd *tbb-4.1.20130613 (25 Jun 2013) diff --git a/dev-cpp/tbb/tbb-4.1.20130613.ebuild b/dev-cpp/tbb/tbb-4.1.20130613.ebuild index bf0b8d9dde09..e9207d219f1e 100644 --- a/dev-cpp/tbb/tbb-4.1.20130613.ebuild +++ b/dev-cpp/tbb/tbb-4.1.20130613.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.20130613.ebuild,v 1.1 2013/06/25 00:30:57 bicatali Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.1.20130613.ebuild,v 1.2 2013/08/27 19:41:16 aballier Exp $ EAPI=5 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-fbsd ~amd64-linux ~x86-linux" IUSE="debug doc examples" DEPEND="" |