diff options
author | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-19 14:46:08 +0300 |
---|---|---|
committer | Arthur Zamarin <arthurzam@gentoo.org> | 2023-08-19 14:46:08 +0300 |
commit | 8e83507737ab010fedca40489ffaab9b31a1dc0a (patch) | |
tree | 8732893ce9572d9363eebf3e71bc5ba04f5c408c /dev-libs/icu-layoutex | |
parent | dev-libs/icu: Stabilize 73.2 ppc, #911192 (diff) | |
download | gentoo-8e83507737ab010fedca40489ffaab9b31a1dc0a.tar.gz gentoo-8e83507737ab010fedca40489ffaab9b31a1dc0a.tar.bz2 gentoo-8e83507737ab010fedca40489ffaab9b31a1dc0a.zip |
dev-libs/icu-layoutex: Stabilize 73.2 ppc, #911192
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
Diffstat (limited to 'dev-libs/icu-layoutex')
-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 e1ed22853296..a9d57c967454 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 )" |