Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/pqiv/
Date: Fri, 15 Feb 2019 15:47:01
Message-Id: 1550245585.cd7013b136d13df4d2e5be56dbf3a90e51102dc8.whissi@gentoo
1 commit: cd7013b136d13df4d2e5be56dbf3a90e51102dc8
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Fri Feb 15 15:12:46 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Fri Feb 15 15:46:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cd7013b1
7
8 media-gfx/pqiv: x86 stable (bug #677584)
9
10 Package-Manager: Portage-2.3.59, Repoman-2.3.12
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-gfx/pqiv/pqiv-2.11.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/media-gfx/pqiv/pqiv-2.11.ebuild b/media-gfx/pqiv/pqiv-2.11.ebuild
17 index 499cd72f5f5..2f8ae62f168 100644
18 --- a/media-gfx/pqiv/pqiv-2.11.ebuild
19 +++ b/media-gfx/pqiv/pqiv-2.11.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2018 Gentoo Authors
22 +# Copyright 1999-2019 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -9,7 +9,7 @@ if [[ ${PV} == 9999 ]]; then
27 inherit git-r3
28 else
29 SRC_URI="https://github.com/phillipberndt/pqiv/archive/${PV}.tar.gz -> ${P}.tar.gz"
30 - KEYWORDS="~amd64 ~x86"
31 + KEYWORDS="~amd64 x86"
32 fi
33
34 DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI"