diff options
author | 2024-12-14 16:36:54 +0000 | |
---|---|---|
committer | 2024-12-14 16:36:54 +0000 | |
commit | d4d78e3d6add534bbfd08b463cd4705abcbd1b61 (patch) | |
tree | 17447605ecd4f961bcc83afdea42c44b3835c0b4 /dev-libs | |
parent | app-office/libreoffice: Stabilize 24.2.7.2 ppc64, #942841 (diff) | |
download | gentoo-d4d78e3d6add534bbfd08b463cd4705abcbd1b61.tar.gz gentoo-d4d78e3d6add534bbfd08b463cd4705abcbd1b61.tar.bz2 gentoo-d4d78e3d6add534bbfd08b463cd4705abcbd1b61.zip |
dev-libs/icu-layoutex: Stabilize 75.1 ppc64, #942841
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild index d81af52c6d58..3f281c42e315 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild @@ -19,7 +19,7 @@ S="${WORKDIR}"/${PN/-layoutex}/source LICENSE="BSD" SLOT="0/${PV%.*}" if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ~ppc64 sparc x86" + KEYWORDS="~alpha amd64 ~arm64 ~hppa ppc ppc64 sparc x86" fi IUSE="debug static-libs test" RESTRICT="!test? ( test )" |