diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2020-05-24 09:40:37 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2020-05-24 09:40:37 +0200 |
commit | bf411701ef437b13838ef243be263a70754782ec (patch) | |
tree | 1736001cefd6274b70c2f2a1dbd2aa5fe4fa88e5 /dev-util/cpptest | |
parent | dev-libs/re2: arm stable wrt bug #723954 (diff) | |
download | gentoo-bf411701ef437b13838ef243be263a70754782ec.tar.gz gentoo-bf411701ef437b13838ef243be263a70754782ec.tar.bz2 gentoo-bf411701ef437b13838ef243be263a70754782ec.zip |
dev-util/cpptest: ppc stable wrt bug #724090
Package-Manager: Portage-2.3.99, Repoman-2.3.22
RepoMan-Options: --include-arches="ppc"
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 60706b0d447e..044ea47a4a8a 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 )" |