diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-26 04:06:55 -0800 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2019-12-26 04:12:27 -0800 |
commit | 8355f36ffaaa9234e5bcd6dc560274efa4b48694 (patch) | |
tree | b8fa81a2ef2da48920749bbf7b36ac2edf65c75f /media-gfx/sxiv | |
parent | app-portage/pram: keyword 8 on ~ppc64 (diff) | |
download | gentoo-8355f36ffaaa9234e5bcd6dc560274efa4b48694.tar.gz gentoo-8355f36ffaaa9234e5bcd6dc560274efa4b48694.tar.bz2 gentoo-8355f36ffaaa9234e5bcd6dc560274efa4b48694.zip |
media-gfx/sxiv: keyword on ~ppc64
Package-Manager: Portage-2.3.83, Repoman-2.3.20
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-gfx/sxiv')
-rw-r--r-- | media-gfx/sxiv/sxiv-25.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/sxiv/sxiv-25.ebuild b/media-gfx/sxiv/sxiv-25.ebuild index 577cc55b305c..2c633fa3bd9c 100644 --- a/media-gfx/sxiv/sxiv-25.ebuild +++ b/media-gfx/sxiv/sxiv-25.ebuild @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then inherit git-r3 else SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="amd64 x86" + KEYWORDS="amd64 ~ppc64 x86" fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" |