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 C471E138334 for ; Tue, 11 Dec 2018 09:59:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C940FE094E; Tue, 11 Dec 2018 09:59:02 +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 A14F4E094E for ; Tue, 11 Dec 2018 09:59:02 +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 26B89335C67 for ; Tue, 11 Dec 2018 09:59:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 57C804D2 for ; Tue, 11 Dec 2018 09:58:58 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1544522329.ffdb81793ab6c43ab0919dd033c63be92cbc729c.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: ffdb81793ab6c43ab0919dd033c63be92cbc729c X-VCS-Branch: master Date: Tue, 11 Dec 2018 09:58:58 +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: 175dc4ea-9089-4c97-a7d7-f69050b3f3da X-Archives-Hash: 59d5bdbb3834d892ea98c3e46858763c commit: ffdb81793ab6c43ab0919dd033c63be92cbc729c Author: Mikle Kolyada gentoo org> AuthorDate: Tue Dec 11 09:57:19 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Tue Dec 11 09:58:49 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ffdb8179 app-text/zathura-djvu: arm stable wrt bug #671276 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild index fbc36f62065..2a891acd222 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" EGIT_BRANCH="develop" else - KEYWORDS="amd64 ~arm x86" + KEYWORDS="amd64 arm x86" SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" fi