diff options
author | Sam James <sam@gentoo.org> | 2023-06-09 10:52:43 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-09 10:52:43 +0100 |
commit | 1840878f97c2a85d195642b119e390bdbded61cc (patch) | |
tree | 99a1646ec7575fec8fb58951b92de277af950327 /dev-libs/icu-layoutex | |
parent | dev-cpp/cppdap: add nlohmann dep (diff) | |
download | gentoo-1840878f97c2a85d195642b119e390bdbded61cc.tar.gz gentoo-1840878f97c2a85d195642b119e390bdbded61cc.tar.bz2 gentoo-1840878f97c2a85d195642b119e390bdbded61cc.zip |
dev-libs/icu-layoutex: Stabilize 73.1 ppc64, #907868
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/icu-layoutex')
-rw-r--r-- | dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild index 7715b6b0d0b3..ec007fb8294b 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-73.1.ebuild @@ -20,7 +20,7 @@ S="${WORKDIR}"/${PN/-layoutex}/source LICENSE="BSD" SLOT="0/${PV}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" + KEYWORDS="~alpha amd64 ~arm64 ~hppa ~ia64 ~ppc ppc64 ~sparc ~x86" fi IUSE="debug static-libs test" RESTRICT="!test? ( test )" |