diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-19 14:46:17 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-19 14:46:17 +0300 |
commit | 4ec80b1e486085347762187cd669ae70ad4daa6b (patch) | |
tree | 0edf9098f9e4b59d3b5ce6ee57ae6f39bc5edf34 | |
parent | dev-libs/icu: Stabilize 73.2 ppc64, #911192 (diff) | |
download | gentoo-4ec80b1e486085347762187cd669ae70ad4daa6b.tar.gz gentoo-4ec80b1e486085347762187cd669ae70ad4daa6b.tar.bz2 gentoo-4ec80b1e486085347762187cd669ae70ad4daa6b.zip |
dev-libs/icu-layoutex: Stabilize 73.2 ppc64, #911192
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
-rw-r--r-- | dev-libs/icu-layoutex/icu-layoutex-73.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/icu-layoutex/icu-layoutex-73.2.ebuild b/dev-libs/icu-layoutex/icu-layoutex-73.2.ebuild index a9d57c967454..34458d578cb3 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-73.2.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-73.2.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}"/${PN/-layoutex}/source LICENSE="BSD" SLOT="0/${PV%.*}.1" 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 )" |