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 15D6813835A for ; Sat, 2 Jan 2021 12:14:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 491E4E085A; Sat, 2 Jan 2021 12:13:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 30419E085A for ; Sat, 2 Jan 2021 12:13:59 +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 2F2E9340F73 for ; Sat, 2 Jan 2021 12:13:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4772448A for ; Sat, 2 Jan 2021 12:13:55 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1609527513.6d8c83dd0196771c122c35454a23029564a446d2.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-misc/i3lock-color/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild X-VCS-Directories: x11-misc/i3lock-color/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6d8c83dd0196771c122c35454a23029564a446d2 X-VCS-Branch: master Date: Sat, 2 Jan 2021 12:13:55 +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: 7592cd7d-a756-4e39-9609-d6d09061c141 X-Archives-Hash: 1ed2c3c01d96c07c7b7ee375400b57c2 commit: 6d8c83dd0196771c122c35454a23029564a446d2 Author: Jian Lin outlook com> AuthorDate: Fri Jan 1 18:34:37 2021 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Fri Jan 1 18:58:33 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6d8c83dd x11-misc/i3lock-color: add KEYWORDS add KEYWORDS according to juippis's suggestion. https://github.com/gentoo/guru/issues/10#issuecomment-654632609 Suggested-by: Joonas Niilola gentoo.org> Package-Manager: Portage-3.0.9, Repoman-3.0.2 Signed-off-by: Jian Lin outlook.com> x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild | 4 ++-- x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild index 60d19c29..0fcf0615 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.12.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" DEPEND=" dev-libs/libev diff --git a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild index 1dd87e0c..013635df 100644 --- a/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild +++ b/x11-misc/i3lock-color/i3lock-color-2.13.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020 Gentoo Authors +# Copyright 2020-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -12,7 +12,7 @@ S="${WORKDIR}/${PN}-${MY_PV}" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64" +KEYWORDS="~amd64 ~arm ~arm64 ~x86" DEPEND=" dev-libs/libev