From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 190BD15800A for ; Sat, 08 Mar 2025 14:59:18 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id F2DCF342FAA for ; Sat, 08 Mar 2025 14:59:17 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 4B366110105; Sat, 08 Mar 2025 14:59:16 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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)) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id 442B0110105 for ; Sat, 08 Mar 2025 14:59:16 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id EFB0C342FA1 for ; Sat, 08 Mar 2025 14:59:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8E504280C for ; Sat, 08 Mar 2025 14:59:14 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1741445951.693abf22288d17aa03c2e474bd25af1cbc8b2f17.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/pystring/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-cpp/pystring/pystring-1.1.4.ebuild X-VCS-Directories: dev-cpp/pystring/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: 693abf22288d17aa03c2e474bd25af1cbc8b2f17 X-VCS-Branch: master Date: Sat, 08 Mar 2025 14:59:14 +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: 1d22aa87-8b96-411a-b8a8-241df45a4444 X-Archives-Hash: df5062ae3078bb0f96f6e783ea07b130 commit: 693abf22288d17aa03c2e474bd25af1cbc8b2f17 Author: Arthur Zamarin gentoo org> AuthorDate: Sat Mar 8 14:59:11 2025 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Sat Mar 8 14:59:11 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=693abf22 dev-cpp/pystring: Stabilize 1.1.4 amd64, #950894 Signed-off-by: Arthur Zamarin gentoo.org> dev-cpp/pystring/pystring-1.1.4.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-cpp/pystring/pystring-1.1.4.ebuild b/dev-cpp/pystring/pystring-1.1.4.ebuild index 8ad9aba2dfd3..0d112703d55a 100644 --- a/dev-cpp/pystring/pystring-1.1.4.ebuild +++ b/dev-cpp/pystring/pystring-1.1.4.ebuild @@ -13,7 +13,7 @@ if [[ "${PV}" == "9999" ]]; then EGIT_REPO_URI="https://github.com/imageworks/pystring.git" else SRC_URI="https://github.com/imageworks/pystring/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~riscv x86" + KEYWORDS="amd64 ~arm ~arm64 ~ppc64 ~riscv x86" fi LICENSE="BSD"