diff options
author | Tobias Klausmann <klausman@gentoo.org> | 2016-06-07 18:46:41 +0200 |
---|---|---|
committer | Tobias Klausmann <klausman@gentoo.org> | 2016-06-07 18:47:35 +0200 |
commit | d10a6771061e603d82f30d6ec551ce66fafa1eee (patch) | |
tree | 8fb61d541589c62efe650f882b80798f1ceb0e1e /dev-cpp | |
parent | 40fea2f3d1d81ca23587163c6c3dbd461764c241 (diff) | |
download | gentoo-d10a6771061e603d82f30d6ec551ce66fafa1eee.tar.gz gentoo-d10a6771061e603d82f30d6ec551ce66fafa1eee.tar.xz |
dev-cpp/tbb-4.3.20150611-r1: add ~alpha keyword
Gentoo-Bug: 575366
Package-Manager: portage-2.3.0_rc1
Diffstat (limited to 'dev-cpp')
-rw-r--r-- | dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild index 2a453539c77..14c7da92bab 100644 --- a/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild +++ b/dev-cpp/tbb/tbb-4.3.20150611-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -16,7 +16,7 @@ HOMEPAGE="http://www.threadingbuildingblocks.org/" SRC_URI="http://threadingbuildingblocks.org/sites/default/files/software_releases/source/${MYP}_src.tgz" LICENSE="GPL-2-with-exceptions" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~ppc ~ppc64 ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux" IUSE="debug doc examples" DEPEND="" |