diff options
author | James Le Cuirot <chewi@gentoo.org> | 2017-12-02 20:46:48 +0000 |
---|---|---|
committer | James Le Cuirot <chewi@gentoo.org> | 2017-12-03 22:13:53 +0000 |
commit | e375c3bee44723c99fa61d8d14d7f1c784fe5532 (patch) | |
tree | d77db7f3b6d2d376711b2af6d1dfb858e9692403 /dev-util/cpptest | |
parent | profiles: Mask hdhomerun USE flag on arm (diff) | |
download | gentoo-e375c3bee44723c99fa61d8d14d7f1c784fe5532.tar.gz gentoo-e375c3bee44723c99fa61d8d14d7f1c784fe5532.tar.bz2 gentoo-e375c3bee44723c99fa61d8d14d7f1c784fe5532.zip |
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
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r-- | dev-util/cpptest/cpptest-1.1.2.ebuild | 4 |
1 files 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 4dce91f1de21..b7fa89f0e8d1 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 )" |