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 05D87158087 for ; Fri, 21 Jan 2022 12:40:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A48542BC0A3; Fri, 21 Jan 2022 12:40:35 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 755692BC0A3 for ; Fri, 21 Jan 2022 12:40:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 6106934349F for ; Fri, 21 Jan 2022 12:40:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CEFBC2AA for ; Fri, 21 Jan 2022 12:40:30 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1642768791.59aae6e653a814721905645f0171afd1fc2cdd96.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-0.4.7.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 59aae6e653a814721905645f0171afd1fc2cdd96 X-VCS-Branch: master Date: Fri, 21 Jan 2022 12:40:30 +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: 5832908c-79b8-4878-aa0f-c47a31216a1b X-Archives-Hash: bb3849132b2f84c281c152685887f5e9 commit: 59aae6e653a814721905645f0171afd1fc2cdd96 Author: Sam James gentoo org> AuthorDate: Fri Jan 21 12:39:51 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 21 12:39:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=59aae6e6 app-text/zathura: Stabilize 0.4.7 x86, #831643 Signed-off-by: Sam James gentoo.org> app-text/zathura/zathura-0.4.7.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/zathura/zathura-0.4.7.ebuild b/app-text/zathura/zathura-0.4.7.ebuild index 1be1a7793199..ff274514414d 100644 --- a/app-text/zathura/zathura-0.4.7.ebuild +++ b/app-text/zathura/zathura-0.4.7.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 @@ -14,7 +14,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_BRANCH="develop" else SRC_URI="https://github.com/pwmt/zathura/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~arm ~riscv ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm ~riscv x86 ~amd64-linux ~x86-linux" fi LICENSE="ZLIB"