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 4ED45138334 for ; Thu, 13 Dec 2018 03:34:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5EE26E0AFD; Thu, 13 Dec 2018 03:34:42 +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 39560E0AFD for ; Thu, 13 Dec 2018 03:34:40 +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 5871C335CCB for ; Thu, 13 Dec 2018 03:34:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88BC64CD for ; Thu, 13 Dec 2018 03:34:37 +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: <1544671944.4e4b73d5a19edfcc13fd36f84a9f5510689613d2.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.10.4.ebuild X-VCS-Directories: media-gfx/pqiv/ X-VCS-Committer: radhermit X-VCS-Committer-Name: Tim Harder X-VCS-Revision: 4e4b73d5a19edfcc13fd36f84a9f5510689613d2 X-VCS-Branch: master Date: Thu, 13 Dec 2018 03:34:37 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 4d0aa379-1020-4574-a5a8-b86f11825e4b X-Archives-Hash: 6e4ca631b14a4a73b58ed4b65adf9b03 commit: 4e4b73d5a19edfcc13fd36f84a9f5510689613d2 Author: Tim Harder gentoo org> AuthorDate: Thu Dec 13 02:51:13 2018 +0000 Commit: Tim Harder gentoo org> CommitDate: Thu Dec 13 03:32:24 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e4b73d5 media-gfx/pqiv: stabilize 2.10.4 Signed-off-by: Tim Harder gentoo.org> media-gfx/pqiv/pqiv-2.10.4.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/media-gfx/pqiv/pqiv-2.10.4.ebuild b/media-gfx/pqiv/pqiv-2.10.4.ebuild index 92c15ed6806..28b7ffe9351 100644 --- a/media-gfx/pqiv/pqiv-2.10.4.ebuild +++ b/media-gfx/pqiv/pqiv-2.10.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -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"