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 30BDA138334 for ; Sat, 17 Nov 2018 14:02:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4BC18E08A8; Sat, 17 Nov 2018 14:02:06 +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 1F408E08A5 for ; Sat, 17 Nov 2018 14:02:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 A3B8F335C67 for ; Sat, 17 Nov 2018 14:02:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4D90C473 for ; Sat, 17 Nov 2018 14:02:01 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1542463315.c5ecb273e4af589a5d9f5ea51cbdb927b5d625e8.zlogene@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.6.ebuild X-VCS-Directories: app-text/zathura-ps/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: c5ecb273e4af589a5d9f5ea51cbdb927b5d625e8 X-VCS-Branch: master Date: Sat, 17 Nov 2018 14:02:01 +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: 53c29abf-0d45-4387-9cd7-8e7ea824acb9 X-Archives-Hash: 203dad335a773ffdaa77463adb7d26b8 commit: c5ecb273e4af589a5d9f5ea51cbdb927b5d625e8 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Nov 17 14:01:33 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Nov 17 14:01:55 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c5ecb273 app-text/zathura-ps: amd64 stable wrt bug #671276 Signed-off-by: Mikle Kolyada gentoo.org> Package-Manager: Portage-2.3.51, Repoman-2.3.11 app-text/zathura-ps/zathura-ps-0.2.6.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-ps/zathura-ps-0.2.6.ebuild b/app-text/zathura-ps/zathura-ps-0.2.6.ebuild index 16e0d2d5ba3..f9203d17899 100644 --- a/app-text/zathura-ps/zathura-ps-0.2.6.ebuild +++ b/app-text/zathura-ps/zathura-ps-0.2.6.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="https://pwmt.org/projects/zathura/plugins/download/${P}.tar.xz" fi