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 56D0E1382C5 for ; Sat, 31 Mar 2018 16:11:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2A08FE0AD6; Sat, 31 Mar 2018 16:11:34 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 001E2E0AD6 for ; Sat, 31 Mar 2018 16:11:32 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 50965335CF3 for ; Sat, 31 Mar 2018 16:11:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3056A26F for ; Sat, 31 Mar 2018 16:11:29 +0000 (UTC) From: "Sebastian Pipping" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sebastian Pipping" Message-ID: <1522512621.5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da.sping@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.11-r1.ebuild X-VCS-Directories: x11-misc/redshift/ X-VCS-Committer: sping X-VCS-Committer-Name: Sebastian Pipping X-VCS-Revision: 5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da X-VCS-Branch: master Date: Sat, 31 Mar 2018 16:11:29 +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-Archives-Salt: 1b8ccad8-f65c-4408-a7aa-20ca2068752a X-Archives-Hash: 6793a05c56d263b34a11619caac1259b commit: 5505c331ef5d1d1caa1a2dfac0e84ea49c6c26da Author: Alexey Korepanov yandex ru> AuthorDate: Sat Mar 31 13:41:07 2018 +0000 Commit: Sebastian Pipping gentoo org> CommitDate: Sat Mar 31 16:10:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5505c331 x11-misc/redshift: keyword ~arm64 Closes: https://github.com/gentoo/gentoo/pull/7742 x11-misc/redshift/redshift-1.11-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/redshift/redshift-1.11-r1.ebuild b/x11-misc/redshift/redshift-1.11-r1.ebuild index f41d95dbc2f..03db78ec91a 100644 --- a/x11-misc/redshift/redshift-1.11-r1.ebuild +++ b/x11-misc/redshift/redshift-1.11-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -12,7 +12,7 @@ SRC_URI="https://github.com/jonls/redshift/archive/v${PV}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" IUSE="appindicator geoclue gtk nls" COMMON_DEPEND=">=x11-libs/libX11-1.4