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 CCACA138334 for ; Sun, 22 Jul 2018 16:29:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CCE6CE08D6; Sun, 22 Jul 2018 16:28:59 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 A5D2CE08D6 for ; Sun, 22 Jul 2018 16:28: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 97839335D5F for ; Sun, 22 Jul 2018 16:28:58 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1C339379 for ; Sun, 22 Jul 2018 16:28:57 +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: <1532276925.d4bf1acc6b33ee4e8d0ced040568fe8298bb5fe0.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.7.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: d4bf1acc6b33ee4e8d0ced040568fe8298bb5fe0 X-VCS-Branch: master Date: Sun, 22 Jul 2018 16:28:57 +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: 929fc160-315d-4680-b97e-74cdc7a80a00 X-Archives-Hash: 1137bad029a2051699bc166c574a022c commit: d4bf1acc6b33ee4e8d0ced040568fe8298bb5fe0 Author: Mikle Kolyada gentoo org> AuthorDate: Sun Jul 22 16:26:23 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sun Jul 22 16:28:45 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d4bf1acc app-text/zathura-djvu: arm stable wrt bug #645974 Package-Manager: Portage-2.3.40, Repoman-2.3.9 app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild index 67cdfe31ae9..528afa9e57d 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.7.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.7.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="http://pwmt.org/projects/zathura/plugins/download/${P}.tar.gz" fi