diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-21 11:04:50 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-21 11:04:50 +0200 |
commit | 95dd4552ab4ec61f184e133fc5a6c1c97b0bd6f9 (patch) | |
tree | bfeaa4c5e5c57876c5620c0dc5aebe3a7445fda2 /dev-util/cpptest | |
parent | app-misc/spacenavd: x86 stable wrt bug #724022 (diff) | |
download | gentoo-95dd4552ab4ec61f184e133fc5a6c1c97b0bd6f9.tar.gz gentoo-95dd4552ab4ec61f184e133fc5a6c1c97b0bd6f9.tar.bz2 gentoo-95dd4552ab4ec61f184e133fc5a6c1c97b0bd6f9.zip |
dev-util/cpptest: x86 stable wrt bug #724090
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="x86"
Signed-off-by: Agostino Sarubbo <ago@gentoo.org>
Diffstat (limited to 'dev-util/cpptest')
-rw-r--r-- | dev-util/cpptest/cpptest-2.0.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild index 23c0c25bc6d1..6d1755746516 100644 --- a/dev-util/cpptest/cpptest-2.0.0-r1.ebuild +++ b/dev-util/cpptest/cpptest-2.0.0-r1.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/cpptest/cpptest/releases/download/${PV}/${P}.tar.bz2 LICENSE="LGPL-2.1" SLOT="1" # for soversion 1.x.x -KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 x86" IUSE="doc static-libs" DEPEND="doc? ( app-doc/doxygen )" |