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 BB8D9139695 for ; Thu, 23 Feb 2017 13:27:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DFF18E0D04; Thu, 23 Feb 2017 13:27:12 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BDC38E0C58 for ; Thu, 23 Feb 2017 13:27:12 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D02C434162D for ; Thu, 23 Feb 2017 13:27:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0FBF151D7 for ; Thu, 23 Feb 2017 13:27:10 +0000 (UTC) From: "Michael Weber" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Weber" Message-ID: <1487856203.c87f6eab348b52542cace77a8091c4477aea3103.xmw@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.3.7.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: xmw X-VCS-Committer-Name: Michael Weber X-VCS-Revision: c87f6eab348b52542cace77a8091c4477aea3103 X-VCS-Branch: master Date: Thu, 23 Feb 2017 13:27:10 +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: 84e0a61d-b6fe-4159-92d9-98e8aa8825a2 X-Archives-Hash: ad196a6c1ce1b74f61f30c45e7498a06 commit: c87f6eab348b52542cace77a8091c4477aea3103 Author: Michael Weber gentoo org> AuthorDate: Thu Feb 23 13:23:23 2017 +0000 Commit: Michael Weber gentoo org> CommitDate: Thu Feb 23 13:23:23 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c87f6eab app-text/zathura: arm stable (bug 571330) Package-Manager: Portage-2.3.3, Repoman-2.3.1 RepoMan-Options: --include-arches="ppc64" app-text/zathura/zathura-0.3.7.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/app-text/zathura/zathura-0.3.7.ebuild b/app-text/zathura/zathura-0.3.7.ebuild index 543b3b036b..21e8d39555 100644 --- a/app-text/zathura/zathura-0.3.7.ebuild +++ b/app-text/zathura/zathura-0.3.7.ebuild @@ -18,9 +18,7 @@ EGIT_BRANCH="develop" LICENSE="ZLIB" SLOT="0" if ! [[ ${PV} == 9999* ]]; then -KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" -else -KEYWORDS="" +KEYWORDS="~amd64 arm ~x86 ~amd64-linux ~x86-linux" fi IUSE="+magic sqlite synctex test"