diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-29 08:13:59 +0200 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2021-12-29 08:13:59 +0200 |
commit | 19045d2ad433407320bad6f2c6f5955c790b1766 (patch) | |
tree | 0dba203d72731eea2a2968bc1eb3c7746518e251 /dev-cpp/cpp-hocon | |
parent | dev-python/tomli-w: Stabilize 1.0.0 ppc64, #830183 (diff) | |
download | gentoo-19045d2ad433407320bad6f2c6f5955c790b1766.tar.gz gentoo-19045d2ad433407320bad6f2c6f5955c790b1766.tar.bz2 gentoo-19045d2ad433407320bad6f2c6f5955c790b1766.zip |
dev-cpp/cpp-hocon: Keyword 0.3.0-r1 ppc, #830199
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-cpp/cpp-hocon')
-rw-r--r-- | dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild index d1dccdfe8426..c3a4a5914aa4 100644 --- a/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild +++ b/dev-cpp/cpp-hocon/cpp-hocon-0.3.0-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/puppetlabs/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz LICENSE="Apache-2.0" SLOT="0/${PV}" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="debug test" RESTRICT="!test? ( test )" |