summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexis Ballier <aballier@gentoo.org>2014-10-30 14:39:47 +0000
committerAlexis Ballier <aballier@gentoo.org>2014-10-30 14:39:47 +0000
commit70b6b9673180ace68de8b6f02acf9a9398ecdf11 (patch)
treeda05dc5e46a32067f0bc3cf8be95b7d802d8808e /dev-cpp
parentCleanup old. (diff)
downloadgentoo-2-70b6b9673180ace68de8b6f02acf9a9398ecdf11.tar.gz
gentoo-2-70b6b9673180ace68de8b6f02acf9a9398ecdf11.tar.bz2
gentoo-2-70b6b9673180ace68de8b6f02acf9a9398ecdf11.zip
keyword ~arm
Signed-off-by: aballier@gentoo.org (Portage version: 2.2.14/cvs/Linux x86_64, signed Manifest commit with key 160F534A)
Diffstat (limited to 'dev-cpp')
-rw-r--r--dev-cpp/tbb/ChangeLog5
-rw-r--r--dev-cpp/tbb/tbb-4.2.20140122.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/dev-cpp/tbb/ChangeLog b/dev-cpp/tbb/ChangeLog
index de69e43e2404..fa4115409793 100644
--- a/dev-cpp/tbb/ChangeLog
+++ b/dev-cpp/tbb/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for dev-cpp/tbb
# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.47 2014/06/08 08:14:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/ChangeLog,v 1.48 2014/10/30 14:39:47 aballier Exp $
+
+ 30 Oct 2014; Alexis Ballier <aballier@gentoo.org> tbb-4.2.20140122.ebuild:
+ keyword ~arm
08 Jun 2014; Justin Lecher <jlec@gentoo.org> tbb-4.1.20121003-r1.ebuild,
tbb-4.2.20131118.ebuild, tbb-4.2.20140122.ebuild, metadata.xml:
diff --git a/dev-cpp/tbb/tbb-4.2.20140122.ebuild b/dev-cpp/tbb/tbb-4.2.20140122.ebuild
index 167ffe0b2323..9dec2e454592 100644
--- a/dev-cpp/tbb/tbb-4.2.20140122.ebuild
+++ b/dev-cpp/tbb/tbb-4.2.20140122.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild,v 1.2 2014/06/08 08:14:26 jlec Exp $
+# $Header: /var/cvsroot/gentoo-x86/dev-cpp/tbb/tbb-4.2.20140122.ebuild,v 1.3 2014/10/30 14:39:47 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-fbsd ~amd64-linux ~x86-linux"
+KEYWORDS="~amd64 ~arm ~ppc ~x86 ~amd64-fbsd ~amd64-linux ~x86-linux"
IUSE="debug doc examples"
DEPEND=""