diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 18:47:42 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-06 18:47:42 -0700 |
commit | daf99a4721af92c3ae24a775138195181384ed18 (patch) | |
tree | 3491672dabe5de6d06871ebf575f294cd376943e /media-gfx/sxiv | |
parent | media-gfx/sxiv: add ~arm64 keyword (diff) | |
download | gentoo-daf99a4721af92c3ae24a775138195181384ed18.tar.gz gentoo-daf99a4721af92c3ae24a775138195181384ed18.tar.bz2 gentoo-daf99a4721af92c3ae24a775138195181384ed18.zip |
media-gfx/sxiv: sync live ebuild
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'media-gfx/sxiv')
-rw-r--r-- | media-gfx/sxiv/sxiv-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/sxiv/sxiv-9999.ebuild b/media-gfx/sxiv/sxiv-9999.ebuild index 890ffab338b5..aec37a2bfba8 100644 --- a/media-gfx/sxiv/sxiv-9999.ebuild +++ b/media-gfx/sxiv/sxiv-9999.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 ~ppc64 ~x86" + KEYWORDS="~amd64 ~arm64 ~ppc64 ~x86" fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" |