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 D2D591382C5 for ; Thu, 12 Apr 2018 00:54:58 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1AA00E0921; Thu, 12 Apr 2018 00:54:58 +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 ECE16E0921 for ; Thu, 12 Apr 2018 00:54:56 +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 A4C4F335C79 for ; Thu, 12 Apr 2018 00:54:55 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0D6D0285 for ; Thu, 12 Apr 2018 00:54:54 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1523494461.c7ab86daeeae5f9a50b72f838dd9358008fdc175.whissi@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: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: c7ab86daeeae5f9a50b72f838dd9358008fdc175 X-VCS-Branch: master Date: Thu, 12 Apr 2018 00:54:54 +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: 71b61e42-f613-49b9-96cb-244c71721a33 X-Archives-Hash: 87db07e43bea107995a9f17d42465274 commit: c7ab86daeeae5f9a50b72f838dd9358008fdc175 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 12 00:51:47 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 12 00:54:21 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c7ab86da app-text/zathura-pdf-mupdf: x86 stable (bug #645974) 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 6ff77ca5cd9..1b7fde23fa8 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