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 DEB9E138334 for ; Sat, 17 Nov 2018 14:02:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A1020E087C; Sat, 17 Nov 2018 14:02:04 +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 7F16FE087C for ; Sat, 17 Nov 2018 14:02:04 +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 C64D2335C39 for ; Sat, 17 Nov 2018 14:02:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1317A470 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: <1542463312.a13967a59db40904d9266574112198962c5a229e.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/zathura-djvu/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild X-VCS-Directories: app-text/zathura-djvu/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: a13967a59db40904d9266574112198962c5a229e 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: b9561091-f985-42f3-8103-f6a4aeae92c9 X-Archives-Hash: 396259718e8171980db9f1fa12390f74 commit: a13967a59db40904d9266574112198962c5a229e Author: Mikle Kolyada gentoo org> AuthorDate: Sat Nov 17 14:00:13 2018 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Nov 17 14:01:52 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a13967a5 app-text/zathura-djvu: 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-djvu/zathura-djvu-0.2.8.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild b/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild index 71046574478..76fcffdc1ad 100644 --- a/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild +++ b/app-text/zathura-djvu/zathura-djvu-0.2.8.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://git.pwmt.org/pwmt/zathura-djvu.git" EGIT_BRANCH="develop" else - KEYWORDS="~amd64 ~arm ~x86" + KEYWORDS="amd64 ~arm ~x86" SRC_URI="https://pwmt.org/projects/zathura-djvu/download/${P}.tar.xz" fi