diff options
author | Jakov Smolić <jsmolic@gentoo.org> | 2024-11-24 23:17:20 +0100 |
---|---|---|
committer | Jakov Smolić <jsmolic@gentoo.org> | 2024-11-24 23:17:20 +0100 |
commit | 993e7d145b433abf49eadf6ca2b25c51d882baed (patch) | |
tree | 3cf502b2226200814154198c116dff7031dc7b2e /dev-libs | |
parent | dev-libs/icu: Stabilize 75.1 x86, #942841 (diff) | |
download | gentoo-993e7d145b433abf49eadf6ca2b25c51d882baed.tar.gz gentoo-993e7d145b433abf49eadf6ca2b25c51d882baed.tar.bz2 gentoo-993e7d145b433abf49eadf6ca2b25c51d882baed.zip |
dev-libs/icu-layoutex: Stabilize 75.1 x86, #942841
Signed-off-by: Jakov Smolić <jsmolic@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 6e0c58945d0c..3b10f1c0a4af 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 )" |