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 381381382C5 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 5D180E0825; 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 3A5A5E0825 for ; Sat, 14 Apr 2018 17:24:28 +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 0D808335C2C 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 3BD37230 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: <1523726245.63e81a7e2fb4b6ef772eb6d2087a14230fd9768f.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-cb/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-cb/zathura-cb-0.1.7.ebuild X-VCS-Directories: app-text/zathura-cb/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 63e81a7e2fb4b6ef772eb6d2087a14230fd9768f 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: a856aa99-b448-484d-a402-6cb6bf135ad2 X-Archives-Hash: 5957c107f57d1c6dd9583cb85cb1d1d3 commit: 63e81a7e2fb4b6ef772eb6d2087a14230fd9768f Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 17:17:25 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 17:17:25 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=63e81a7e app-text/zathura-cb: amd64 stable Bug: https://bugs.gentoo.org/645974 Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-text/zathura-cb/zathura-cb-0.1.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-cb/zathura-cb-0.1.7.ebuild b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild index b9024c4ed2d..4806c07c948 100644 --- a/app-text/zathura-cb/zathura-cb-0.1.7.ebuild +++ b/app-text/zathura-cb/zathura-cb-0.1.7.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-cb.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