commit: e375c3bee44723c99fa61d8d14d7f1c784fe5532
Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
AuthorDate: Sat Dec 2 20:46:48 2017 +0000
Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
CommitDate: Sun Dec 3 22:13:53 2017 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e375c3be
dev-util/cpptest: Add ~arm keyword
I used this to successfully run the dev-libs/uriparser tests.
Package-Manager: Portage-2.3.16, Repoman-2.3.6
dev-util/cpptest/cpptest-1.1.2.ebuild | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/dev-util/cpptest/cpptest-1.1.2.ebuild
b/dev-util/cpptest/cpptest-1.1.2.ebuild
index 4dce91f1de2..b7fa89f0e8d 100644
--- a/dev-util/cpptest/cpptest-1.1.2.ebuild
+++ b/dev-util/cpptest/cpptest-1.1.2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2012 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
EAPI=4
@@ -10,7 +10,7 @@ SRC_URI="mirror://sourceforge/${PN}/${P}.tar.gz"
LICENSE="LGPL-2.1"
SLOT="0"
-KEYWORDS="amd64 ppc ppc64 x86"
+KEYWORDS="amd64 ~arm ppc ppc64 x86"
IUSE="doc"
DEPEND="doc? ( app-doc/doxygen )"