diff options
author | Tim Harder <radhermit@gentoo.org> | 2017-10-01 23:35:50 -0500 |
---|---|---|
committer | Tim Harder <radhermit@gentoo.org> | 2017-10-01 23:35:50 -0500 |
commit | 7103573e3780a15db2d0c34aa137c2f893c7a8e0 (patch) | |
tree | 7221d37b08c94aff76e19b7cc9aa89c8c26f4943 /media-gfx/pqiv | |
parent | app-mobilephone/dfu-util: remove old (diff) | |
download | gentoo-7103573e3780a15db2d0c34aa137c2f893c7a8e0.tar.gz gentoo-7103573e3780a15db2d0c34aa137c2f893c7a8e0.tar.bz2 gentoo-7103573e3780a15db2d0c34aa137c2f893c7a8e0.zip |
media-gfx/pqiv: stabilize 2.9
Diffstat (limited to 'media-gfx/pqiv')
-rw-r--r-- | media-gfx/pqiv/pqiv-2.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/pqiv/pqiv-2.9.ebuild b/media-gfx/pqiv/pqiv-2.9.ebuild index 38325520298a..2eaaf614442a 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" |