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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0FC3015807A for ; Mon, 7 Oct 2024 10:35:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 321BBE29AD; Mon, 7 Oct 2024 10:35:04 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 88280E29AD for ; Mon, 7 Oct 2024 10:35:03 +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 979E2335D6A for ; Mon, 7 Oct 2024 10:35:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 05EB6B36 for ; Mon, 7 Oct 2024 10:35:01 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1728297279.e53709535d458cc71393246d41650307ce0f75b4.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/Ice/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/Ice/Ice-3.7.10-r1.ebuild X-VCS-Directories: dev-libs/Ice/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: e53709535d458cc71393246d41650307ce0f75b4 X-VCS-Branch: master Date: Mon, 7 Oct 2024 10:35:01 +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: b6eb61b7-e08a-4dd2-a57a-a97b9c876288 X-Archives-Hash: 056d540eea42435d038d601142e1f4de commit: e53709535d458cc71393246d41650307ce0f75b4 Author: Sam James gentoo org> AuthorDate: Mon Oct 7 10:25:17 2024 +0000 Commit: Sam James gentoo org> CommitDate: Mon Oct 7 10:34:39 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e5370953 dev-libs/Ice: stabilize 3.7.10-r1 for amd64, x86 Signed-off-by: Sam James gentoo.org> dev-libs/Ice/Ice-3.7.10-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/Ice/Ice-3.7.10-r1.ebuild b/dev-libs/Ice/Ice-3.7.10-r1.ebuild index ea12a33d8738..364d462629c1 100644 --- a/dev-libs/Ice/Ice-3.7.10-r1.ebuild +++ b/dev-libs/Ice/Ice-3.7.10-r1.ebuild @@ -24,7 +24,7 @@ SRC_URI="https://github.com/zeroc-ice/ice/archive/v${PV}.tar.gz -> ${P}.tar.gz doc? ( https://download.zeroc.com/Ice/$(ver_cut 1-2)/${PN}-3.7.1.pdf )" LICENSE="GPL-2" SLOT="0/37" -KEYWORDS="~amd64 ~arm ~arm64 ~x86" +KEYWORDS="amd64 ~arm ~arm64 x86" IUSE="debug doc examples php python ruby test" RESTRICT="test" REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"