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 8BE6C1382C5 for ; Thu, 12 Apr 2018 00:55:00 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 79794E092F; 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 4E242E092A for ; Thu, 12 Apr 2018 00:54:58 +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 43C54335C7B for ; Thu, 12 Apr 2018 00:54:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 6B4D828A 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: <1523494470.2d33a3f622983122e0f76be47d2ad18b751d1be6.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura/zathura-0.3.8.ebuild X-VCS-Directories: app-text/zathura/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 2d33a3f622983122e0f76be47d2ad18b751d1be6 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: 67f09cf2-48c1-4c23-b76a-7f4adbea6c3c X-Archives-Hash: fa9f4b129b69dfb93453541a7ab4ef26 commit: 2d33a3f622983122e0f76be47d2ad18b751d1be6 Author: Thomas Deutschmann gentoo org> AuthorDate: Thu Apr 12 00:53:48 2018 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Thu Apr 12 00:54:30 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2d33a3f6 app-text/zathura: x86 stable (bug #645974) Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-text/zathura/zathura-0.3.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura/zathura-0.3.8.ebuild b/app-text/zathura/zathura-0.3.8.ebuild index 46c2f872783..3f8b8b3761a 100644 --- a/app-text/zathura/zathura-0.3.8.ebuild +++ b/app-text/zathura/zathura-0.3.8.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 ~arm ~x86 ~amd64-linux ~x86-linux" + KEYWORDS="~amd64 ~arm x86 ~amd64-linux ~x86-linux" SRC_URI="http://pwmt.org/projects/${PN}/download/${P}.tar.gz" fi