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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 7F119158086 for ; Mon, 11 Oct 2021 08:35:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 68839E0843; Mon, 11 Oct 2021 08:35:27 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DCD9CE0843 for ; Mon, 11 Oct 2021 08:35:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id DE8203432A0 for ; Mon, 11 Oct 2021 08:35:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 73FBA134 for ; Mon, 11 Oct 2021 08:35:24 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1633941315.0c63d93ef0f6fcbf6b548422d494647a3597082f.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/redshift/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/redshift/redshift-1.12-r5.ebuild X-VCS-Directories: x11-misc/redshift/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: 0c63d93ef0f6fcbf6b548422d494647a3597082f X-VCS-Branch: master Date: Mon, 11 Oct 2021 08:35:24 +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: 6f6f4083-092a-4044-bf3e-aeff97355a37 X-Archives-Hash: e1263e1b31cc3c1187d966b2e0f0e73f commit: 0c63d93ef0f6fcbf6b548422d494647a3597082f Author: Marek Szuba gentoo org> AuthorDate: Mon Oct 11 07:38:53 2021 +0000 Commit: Marek Szuba gentoo org> CommitDate: Mon Oct 11 08:35:15 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0c63d93e x11-misc/redshift: keyword 1.12-r5 for ~riscv Signed-off-by: Marek Szuba gentoo.org> x11-misc/redshift/redshift-1.12-r5.ebuild | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x11-misc/redshift/redshift-1.12-r5.ebuild b/x11-misc/redshift/redshift-1.12-r5.ebuild index edd82c29896..9c1e4b29422 100644 --- a/x11-misc/redshift/redshift-1.12-r5.ebuild +++ b/x11-misc/redshift/redshift-1.12-r5.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python3_{7,8,9} ) + +PYTHON_COMPAT=( python3_{8,9} ) inherit flag-o-matic systemd autotools gnome2-utils python-r1 @@ -12,7 +13,7 @@ SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~arm64 ~x86" +KEYWORDS="~amd64 ~arm64 ~riscv ~x86" IUSE="appindicator geoclue gtk nls" COMMON_DEPEND=">=x11-libs/libX11-1.4