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 8CDC11581C1 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 C54C32BC02E; 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 A94322BC02E 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 A2155342FFB 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 0D77E1DB7 for ; Fri, 12 Jul 2024 20:32:36 +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.ab4d4aa4049732ba854e7547ed1b0da0306a387f.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/icu-layoutex/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild X-VCS-Directories: dev-libs/icu-layoutex/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ab4d4aa4049732ba854e7547ed1b0da0306a387f X-VCS-Branch: master Date: Fri, 12 Jul 2024 20:32:36 +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: cbaf91fe-75b7-4e04-9f7a-3b265bb71d08 X-Archives-Hash: 606f010abf6b84d22d1916f721021311 commit: ab4d4aa4049732ba854e7547ed1b0da0306a387f Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Jul 12 20:28:24 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=ab4d4aa4 dev-libs/icu-layoutex: keyword 75.1 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild b/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild index f87314194366..beac8d8def24 100644 --- a/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild +++ b/dev-libs/icu-layoutex/icu-layoutex-75.1.ebuild @@ -18,9 +18,9 @@ S="${WORKDIR}"/${PN/-layoutex}/source LICENSE="BSD" SLOT="0/${PV%.*}" -#if [[ ${PV} != *_rc* ]] ; then -# KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" -#fi +if [[ ${PV} != *_rc* ]] ; then + KEYWORDS="~alpha ~amd64 ~arm64 ~hppa ~ia64 ~ppc ~ppc64 ~sparc ~x86" +fi IUSE="debug static-libs test" RESTRICT="!test? ( test )"