diff options
author | Tim Harder <radhermit@gentoo.org> | 2018-12-12 20:51:13 -0600 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2018-12-12 21:32:24 -0600 |
commit | 4e4b73d5a19edfcc13fd36f84a9f5510689613d2 (patch) | |
tree | 7894d1e17831b77c855e123671466fb724ea9ad2 /media-gfx/pqiv | |
parent | media-gfx/pqiv: version bump to 2.11 (diff) | |
download | gentoo-4e4b73d5a19edfcc13fd36f84a9f5510689613d2.tar.gz gentoo-4e4b73d5a19edfcc13fd36f84a9f5510689613d2.tar.bz2 gentoo-4e4b73d5a19edfcc13fd36f84a9f5510689613d2.zip |
media-gfx/pqiv: stabilize 2.10.4
Signed-off-by: Tim Harder <radhermit@gentoo.org>
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r-- | media-gfx/pqiv/pqiv-2.10.4.ebuild | 4 |
1 files 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 92c15ed6806f..28b7ffe93510 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" |