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 6BF3B138332 for ; Sat, 14 Apr 2018 17:24:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 60B9AE0826; Sat, 14 Apr 2018 17:24:29 +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 3D3CDE0826 for ; Sat, 14 Apr 2018 17:24:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6343A335C75 for ; Sat, 14 Apr 2018 17:24:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 50231284 for ; Sat, 14 Apr 2018 17:24:26 +0000 (UTC) From: "Aaron Bauman" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aaron Bauman" Message-ID: <1523726268.98a8c2e661f46f27ce8c35ec594194cb0de9b080.bman@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: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 98a8c2e661f46f27ce8c35ec594194cb0de9b080 X-VCS-Branch: master Date: Sat, 14 Apr 2018 17:24:26 +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: 1deb685b-0186-442b-afc8-5c9701bbbab7 X-Archives-Hash: ecb5839cade9105a221a27dd11a9af73 commit: 98a8c2e661f46f27ce8c35ec594194cb0de9b080 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 17:17:48 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 17:17:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=98a8c2e6 app-text/zathura-djvu: amd64 stable Bug: https://bugs.gentoo.org/645974 Package-Manager: Portage-2.3.28, 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 9d88eeddb79..67cdfe31ae9 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