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 EB9A91382C5 for ; Sat, 14 Apr 2018 17:24:31 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id B201BE083B; Sat, 14 Apr 2018 17:24:30 +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 92FD4E083B for ; 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 B2F63335C75 for ; Sat, 14 Apr 2018 17:24:29 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C253028C 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: <1523726628.3c3b821b2f5575a7696cf408c95ad748e9a8aa67.bman@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-ps/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-ps/zathura-ps-0.2.5.ebuild X-VCS-Directories: app-text/zathura-ps/ X-VCS-Committer: bman X-VCS-Committer-Name: Aaron Bauman X-VCS-Revision: 3c3b821b2f5575a7696cf408c95ad748e9a8aa67 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: fd64c815-f9cb-47ae-a8e0-f489da9db73c X-Archives-Hash: ce62197313768c80bcb218de8267c344 commit: 3c3b821b2f5575a7696cf408c95ad748e9a8aa67 Author: Aaron Bauman gentoo org> AuthorDate: Sat Apr 14 17:23:48 2018 +0000 Commit: Aaron Bauman gentoo org> CommitDate: Sat Apr 14 17:23:48 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=3c3b821b app-text/zathura-ps: amd64 stable Package-Manager: Portage-2.3.28, Repoman-2.3.9 app-text/zathura-ps/zathura-ps-0.2.5.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-ps/zathura-ps-0.2.5.ebuild b/app-text/zathura-ps/zathura-ps-0.2.5.ebuild index f2ad6c0c7ee..dc13bf418bf 100644 --- a/app-text/zathura-ps/zathura-ps-0.2.5.ebuild +++ b/app-text/zathura-ps/zathura-ps-0.2.5.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-ps.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/zathura/plugins/download/${P}.tar.gz" fi