diff options
author | Sam James <sam@gentoo.org> | 2023-06-09 10:52:52 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-06-09 10:52:52 +0100 |
commit | 7683f7ac4277293fb90dd2380434c3278b9c5ad9 (patch) | |
tree | a5cd10e5b7734e22526778c0db9b1167585652e3 /dev-libs | |
parent | dev-libs/icu-layoutex: Stabilize 73.1 sparc, #907868 (diff) | |
download | gentoo-7683f7ac4277293fb90dd2380434c3278b9c5ad9.tar.gz gentoo-7683f7ac4277293fb90dd2380434c3278b9c5ad9.tar.bz2 gentoo-7683f7ac4277293fb90dd2380434c3278b9c5ad9.zip |
dev-libs/icu-layoutex: Stabilize 73.1 x86, #907868
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs')
-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 a7396c07d361..7d9caa934942 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 )" |