From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1017374-garchives=archives.gentoo.org@lists.gentoo.org> 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 5A2211382C5 for <garchives@archives.gentoo.org>; Sat, 14 Apr 2018 17:24:32 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D82B1E085A; Sat, 14 Apr 2018 17:24:30 +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 B3A1BE085A for <gentoo-commits@lists.gentoo.org>; Sat, 14 Apr 2018 17:24:30 +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 AAFE7335C5C for <gentoo-commits@lists.gentoo.org>; Sat, 14 Apr 2018 17:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AF6FE28B for <gentoo-commits@lists.gentoo.org>; Sat, 14 Apr 2018 17:24:26 +0000 (UTC) From: "Aaron Bauman" <bman@gentoo.org> 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" <bman@gentoo.org> Message-ID: <1523726597.5f69f91cd29fa3a390ef4ebc942bbf69f57e3aea.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-pdf-mupdf/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild X-VCS-Directories: app-text/zathura-pdf-mupdf/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 5f69f91cd29fa3a390ef4ebc942bbf69f57e3aea X-VCS-Branch: master Date: Sat, 14 Apr 2018 17:24:26 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: c4f24e8d-c443-433e-84b3-f730695d7ebf X-Archives-Hash: 6516ea3323d97e7097478e3ebaf15685 commit: 5f69f91cd29fa3a390ef4ebc942bbf69f57e3aea Author: Aaron Bauman <bman <AT> gentoo <DOT> org> AuthorDate: Sat Apr 14 17:23:17 2018 +0000 Commit: Aaron Bauman <bman <AT> gentoo <DOT> org> CommitDate: Sat Apr 14 17:23:17 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5f69f91c app-text/zathura-pdf-mupdf: amd64 stable Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild index 1b7fde23fa8..b2a65770d7e 100644 --- a/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild +++ b/app-text/zathura-pdf-mupdf/zathura-pdf-mupdf-0.3.2.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-pdf-mupdf.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