diff options
author | Sam James <sam@gentoo.org> | 2021-10-19 00:11:55 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-10-19 00:11:55 +0000 |
commit | c0a5bfb54919d4dd4581723e8614a4042df341f5 (patch) | |
tree | 655cce7444206b2ac09a4bf3ae568bc9e4b78e8d /media-gfx/pqiv | |
parent | dev-python/python-xlib: Keyword 0.31 arm64, #818277 (diff) | |
download | gentoo-c0a5bfb54919d4dd4581723e8614a4042df341f5.tar.gz gentoo-c0a5bfb54919d4dd4581723e8614a4042df341f5.tar.bz2 gentoo-c0a5bfb54919d4dd4581723e8614a4042df341f5.zip |
media-gfx/pqiv: Keyword 2.11 arm64, #818277
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/pqiv')
-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 bb2e9b03aec6..a339c0069333 100644 --- a/media-gfx/pqiv/pqiv-2.11.ebuild +++ b/media-gfx/pqiv/pqiv-2.11.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 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 ~arm64 x86" fi DESCRIPTION="powerful GTK 3 based command-line image viewer with a minimal UI" |