diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-15 16:12:46 +0100 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-02-15 16:46:25 +0100 |
commit | cd7013b136d13df4d2e5be56dbf3a90e51102dc8 (patch) | |
tree | 8968b4f6e178762e5e4870865e35907567dbbef2 /media-gfx | |
parent | virtual/pkgconfig: x86 stable (bug #677576) (diff) | |
download | gentoo-cd7013b136d13df4d2e5be56dbf3a90e51102dc8.tar.gz gentoo-cd7013b136d13df4d2e5be56dbf3a90e51102dc8.tar.bz2 gentoo-cd7013b136d13df4d2e5be56dbf3a90e51102dc8.zip |
media-gfx/pqiv: x86 stable (bug #677584)
Package-Manager: Portage-2.3.59, Repoman-2.3.12
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/pqiv/pqiv-2.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/pqiv/pqiv-2.11.ebuild b/media-gfx/pqiv/pqiv-2.11.ebuild index 499cd72f5f50..2f8ae62f1683 100644 --- a/media-gfx/pqiv/pqiv-2.11.ebuild +++ b/media-gfx/pqiv/pqiv-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 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" |