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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 67772158232 for ; Sat, 7 Dec 2024 18:11:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A463BE11CB; Sat, 7 Dec 2024 18:11:09 +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 AB604E11CB for ; Sat, 7 Dec 2024 18:11:08 +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 05572343112 for ; Sat, 7 Dec 2024 18:10:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4EB171E26 for ; Sat, 7 Dec 2024 18:10:46 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1733595042.6d49a8e31ab9cb2c3eb3fa065e05517e6762f914.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/polychromatic/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/polychromatic/polychromatic-0.9.3.ebuild X-VCS-Directories: sys-apps/polychromatic/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 6d49a8e31ab9cb2c3eb3fa065e05517e6762f914 X-VCS-Branch: master Date: Sat, 7 Dec 2024 18:10:46 +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: 33d252c3-008c-499a-88a6-30feba04f45f X-Archives-Hash: edb2ef8bbf70ed31381e730b132e94b2 commit: 6d49a8e31ab9cb2c3eb3fa065e05517e6762f914 Author: Maciej Barć gentoo org> AuthorDate: Sat Dec 7 18:07:50 2024 +0000 Commit: Maciej Barć gentoo org> CommitDate: Sat Dec 7 18:10:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6d49a8e3 sys-apps/polychromatic: stabilzie for amd64 Closes: https://bugs.gentoo.org/945935 Signed-off-by: Maciej Barć gentoo.org> sys-apps/polychromatic/polychromatic-0.9.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/polychromatic/polychromatic-0.9.3.ebuild b/sys-apps/polychromatic/polychromatic-0.9.3.ebuild index 91d9700be1e5..61ae7be119f4 100644 --- a/sys-apps/polychromatic/polychromatic-0.9.3.ebuild +++ b/sys-apps/polychromatic/polychromatic-0.9.3.ebuild @@ -19,7 +19,7 @@ else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="GPL-3+"