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 224021382C5 for ; Fri, 4 Jun 2021 19:58:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5E9D1E083B; Fri, 4 Jun 2021 19:57:59 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 06749E083B for ; Fri, 4 Jun 2021 19:57:59 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 29D9F340D2A for ; Fri, 4 Jun 2021 19:57:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 830D973A for ; Fri, 4 Jun 2021 19:57:56 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1622836654.20185246399ef86a804cb672373c6c4374c06506.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-themes/papirus-icon-theme/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-themes/papirus-icon-theme/papirus-icon-theme-20210401.ebuild x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild x11-themes/papirus-icon-theme/papirus-icon-theme-20210601.ebuild X-VCS-Directories: x11-themes/papirus-icon-theme/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 20185246399ef86a804cb672373c6c4374c06506 X-VCS-Branch: master Date: Fri, 4 Jun 2021 19:57:56 +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: 7c4a8d96-c127-4506-a70a-66f0e1018352 X-Archives-Hash: cb41a64121ef851082622b0a0b54ade2 commit: 20185246399ef86a804cb672373c6c4374c06506 Author: Georgy Yakovlev gentoo org> AuthorDate: Fri Jun 4 19:56:38 2021 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Fri Jun 4 19:57:34 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=20185246 x11-themes/papirus-icon-theme: add ~arm64 keyword Bug: https://bugs.gentoo.org/794148 Signed-off-by: Georgy Yakovlev gentoo.org> x11-themes/papirus-icon-theme/papirus-icon-theme-20210401.ebuild | 2 +- x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild | 2 +- x11-themes/papirus-icon-theme/papirus-icon-theme-20210601.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210401.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210401.ebuild index 79c7a6099fa..5ad7590b26a 100644 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210401.ebuild +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210401.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${ LICENSE="GPL-3" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="amd64 ~arm64 x86" src_compile() { :; } diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild index cdc7ac94819..698ce36c468 100644 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210501.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" src_compile() { :; } diff --git a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210601.ebuild b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210601.ebuild index cdc7ac94819..698ce36c468 100644 --- a/x11-themes/papirus-icon-theme/papirus-icon-theme-20210601.ebuild +++ b/x11-themes/papirus-icon-theme/papirus-icon-theme-20210601.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/PapirusDevelopmentTeam/papirus-icon-theme/archive/${ LICENSE="GPL-3" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="~amd64 ~arm64 ~x86" src_compile() { :; }