diff options
author | 2025-01-13 00:24:17 +0000 | |
---|---|---|
committer | 2025-01-13 00:24:17 +0000 | |
commit | d336d8dfd8141da757c5aa36d311fc8698b58eb9 (patch) | |
tree | b4e2034a40b106062a77be222989e4c04405aff9 /dev-libs/icu | |
parent | sys-devel/gcc: add 15.0.0_pre20250112 (diff) | |
download | gentoo-d336d8dfd8141da757c5aa36d311fc8698b58eb9.tar.gz gentoo-d336d8dfd8141da757c5aa36d311fc8698b58eb9.tar.bz2 gentoo-d336d8dfd8141da757c5aa36d311fc8698b58eb9.zip |
dev-libs/icu: Stabilize 76.1-r1 x86, #946599
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-libs/icu')
-rw-r--r-- | dev-libs/icu/icu-76.1-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/icu/icu-76.1-r1.ebuild b/dev-libs/icu/icu-76.1-r1.ebuild index c720bcb4b581..85fa06506008 100644 --- a/dev-libs/icu/icu-76.1-r1.ebuild +++ b/dev-libs/icu/icu-76.1-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ SRC_URI+=" verify-sig? ( https://github.com/unicode-org/icu/releases/download/re S="${WORKDIR}"/${PN}/source if [[ ${PV} != *_rc* ]] ; then - KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" fi LICENSE="BSD" SLOT="0/${PV%.*}" |