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 BC82B158099 for ; Mon, 20 Nov 2023 20:27:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 931F82BC02B; Mon, 20 Nov 2023 20:27:11 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 7AEA62BC02B for ; Mon, 20 Nov 2023 20:27:11 +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 BD5E1335D56 for ; Mon, 20 Nov 2023 20:27:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0B03010F0 for ; Mon, 20 Nov 2023 20:27:09 +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: <1700512024.47767c8ce2e7dee16ac03c9bce943dd9ef4a2cdf.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.8.2.ebuild X-VCS-Directories: sys-apps/polychromatic/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 47767c8ce2e7dee16ac03c9bce943dd9ef4a2cdf X-VCS-Branch: master Date: Mon, 20 Nov 2023 20:27:09 +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: 578f3ad4-8aa6-4716-a73f-66af5fce8f30 X-Archives-Hash: d4ced29b338d73fd262f7759461f6d5e commit: 47767c8ce2e7dee16ac03c9bce943dd9ef4a2cdf Author: Maciej Barć gentoo org> AuthorDate: Mon Nov 20 20:22:26 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Nov 20 20:27:04 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=47767c8c sys-apps/polychromatic: Stabilize 0.8.2 amd64, #917295 Closes: https://bugs.gentoo.org/917295 Signed-off-by: Maciej Barć gentoo.org> sys-apps/polychromatic/polychromatic-0.8.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-apps/polychromatic/polychromatic-0.8.2.ebuild b/sys-apps/polychromatic/polychromatic-0.8.2.ebuild index f3045e367458..c65eca31c666 100644 --- a/sys-apps/polychromatic/polychromatic-0.8.2.ebuild +++ b/sys-apps/polychromatic/polychromatic-0.8.2.ebuild @@ -17,7 +17,7 @@ if [[ ${PV} == *9999* ]] ; then else SRC_URI="https://github.com/${PN}/${PN}/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64" + KEYWORDS="amd64" fi LICENSE="GPL-3+"