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 BE84E158041 for ; Fri, 12 Apr 2024 15:30:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95FFCE2A14; Fri, 12 Apr 2024 15:30:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 pigeon.gentoo.org (Postfix) with ESMTPS id 808AAE2A14 for ; Fri, 12 Apr 2024 15:30:04 +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 CA3FE34305D for ; Fri, 12 Apr 2024 15:30:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 29FFC1688 for ; Fri, 12 Apr 2024 15:30: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: <1712935783.dcb5c48f47b4131f9e36a0529c773148d8fb87ca.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild X-VCS-Directories: x11-themes/papirus-icon-theme/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: dcb5c48f47b4131f9e36a0529c773148d8fb87ca X-VCS-Branch: master Date: Fri, 12 Apr 2024 15:30: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: 8a2a9224-9643-44bd-b31c-37755b625bb1 X-Archives-Hash: 1fb3da57b977a0c9d44941ead001f233 commit: dcb5c48f47b4131f9e36a0529c773148d8fb87ca Author: Sam James gentoo org> AuthorDate: Fri Apr 12 15:29:43 2024 +0000 Commit: Sam James gentoo org> CommitDate: Fri Apr 12 15:29:43 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dcb5c48f x11-themes/papirus-icon-theme: Stabilize 20240201 ALLARCHES, #929203 Signed-off-by: Sam James gentoo.org> x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild index 7f705870568c..f9797247479b 100644 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20240201.ebuild @@ -10,6 +10,6 @@ SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" +KEYWORDS="amd64 arm64 ppc64 x86" src_compile() { :; }