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 7D15F1396D0 for ; Mon, 2 Oct 2017 04:36:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E741FE08C3; Mon, 2 Oct 2017 04:36:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 C8C60E08C3 for ; Mon, 2 Oct 2017 04:36:50 +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 99071341889 for ; Mon, 2 Oct 2017 04:36:49 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 06C3D9085 for ; Mon, 2 Oct 2017 04:36:48 +0000 (UTC) From: "Tim Harder" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Tim Harder" Message-ID: <1506918950.7103573e3780a15db2d0c34aa137c2f893c7a8e0.radhermit@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/pqiv/pqiv-2.9.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 7103573e3780a15db2d0c34aa137c2f893c7a8e0 X-VCS-Branch: master Date: Mon, 2 Oct 2017 04:36:48 +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: 0ab90afe-d143-4232-acb4-028ef21eec5e X-Archives-Hash: 46089853e1b787c3ffb71e5080d7a687 commit: 7103573e3780a15db2d0c34aa137c2f893c7a8e0 Author: Tim Harder gentoo org> AuthorDate: Mon Oct 2 04:35:50 2017 +0000 Commit: Tim Harder gentoo org> CommitDate: Mon Oct 2 04:35:50 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7103573e media-gfx/pqiv: stabilize 2.9 media-gfx/pqiv/pqiv-2.9.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/pqiv/pqiv-2.9.ebuild b/media-gfx/pqiv/pqiv-2.9.ebuild index 38325520298..2eaaf614442 100644 --- a/media-gfx/pqiv/pqiv-2.9.ebuild +++ b/media-gfx/pqiv/pqiv-2.9.ebuild @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then inherit git-r3 else SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"