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 C2452158088 for ; Thu, 13 Jan 2022 02:00:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 095442BC022; Thu, 13 Jan 2022 02:00:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 D6D432BC022 for ; Thu, 13 Jan 2022 02:00:57 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EC3433433AC for ; Thu, 13 Jan 2022 02:00:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3A0F82A4 for ; Thu, 13 Jan 2022 02:00:54 +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: <1642039248.8180bc2dd1f11c605f22a5c39fa3bb469c7c6ff3.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-news/liferea/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-news/liferea/liferea-1.12.9-r2.ebuild X-VCS-Directories: net-news/liferea/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8180bc2dd1f11c605f22a5c39fa3bb469c7c6ff3 X-VCS-Branch: master Date: Thu, 13 Jan 2022 02:00:54 +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: ce7d3c11-eb4e-47b4-b241-4d0025fbf5a1 X-Archives-Hash: 5887f42bb6171fc8c57f47b692420496 commit: 8180bc2dd1f11c605f22a5c39fa3bb469c7c6ff3 Author: Georgy Yakovlev gentoo org> AuthorDate: Thu Jan 13 01:59:18 2022 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Thu Jan 13 02:00:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8180bc2d net-news/liferea: keyword 1.12.9-r2 for ~arm64 Signed-off-by: Georgy Yakovlev gentoo.org> net-news/liferea/liferea-1.12.9-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-news/liferea/liferea-1.12.9-r2.ebuild b/net-news/liferea/liferea-1.12.9-r2.ebuild index 6788102f8dcb..f0c1e4c89e53 100644 --- a/net-news/liferea/liferea-1.12.9-r2.ebuild +++ b/net-news/liferea/liferea-1.12.9-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -13,7 +13,7 @@ SRC_URI="https://github.com/lwindolf/${PN}/releases/download/v${PV}/${P}.tar.bz2 LICENSE="GPL-2+" SLOT="0" -KEYWORDS="~amd64 ~arm ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ppc64 ~x86" IUSE="" REQUIRED_USE="${PYTHON_REQUIRED_USE}"