From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id EA8451581C1 for ; Fri, 12 Jul 2024 20:32:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D50752BC059; Fri, 12 Jul 2024 20:32:38 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B4F7E2BC059 for ; Fri, 12 Jul 2024 20:32:38 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8DF5D342FA4 for ; Fri, 12 Jul 2024 20:32:37 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBFEB1BFE for ; Fri, 12 Jul 2024 20:32:35 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1720816258.75210f0ebb4eacbda7ab52efb85e85d0bf3fd60b.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu/icu-75.1.ebuild X-VCS-Directories: dev-libs/icu/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 75210f0ebb4eacbda7ab52efb85e85d0bf3fd60b X-VCS-Branch: master Date: Fri, 12 Jul 2024 20:32:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: a66d34d9-3285-4543-b9ca-82a489af1a16 X-Archives-Hash: 98fe48604eb76ce62c619bc9dbe1ee9f commit: 75210f0ebb4eacbda7ab52efb85e85d0bf3fd60b Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 12 20:26:08 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Jul 12 20:30:58 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=75210f0e dev-libs/icu: keyword 75.1 Bug: https://bugs.gentoo.org/931089 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/icu/icu-75.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/icu/icu-75.1.ebuild b/dev-libs/icu/icu-75.1.ebuild index e9aa58d8a42e..d996b5ed11dc 100644 --- a/dev-libs/icu/icu-75.1.ebuild +++ b/dev-libs/icu/icu-75.1.ebuild @@ -18,9 +18,9 @@ SRC_URI="https://github.com/unicode-org/icu/releases/download/release-${MY_PV/_/ SRC_URI+=" verify-sig? ( https://github.com/unicode-org/icu/releases/download/release-${MY_PV/_/-}/icu4c-${MY_PV/-rc/rc}-src.tgz.asc )" S="${WORKDIR}"/${PN}/source -#if [[ ${PV} != *_rc* ]] ; then -# KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris" -#fi +if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~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%.*}" IUSE="debug doc examples static-libs test"