diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 08:53:35 +0200 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2019-09-09 08:53:35 +0200 |
commit | 3d7688fbb0c3d54cc0ef3afa387c7ba852e7e62d (patch) | |
tree | 7a61d000720eee0808164db24e6a0c7edba3b24f /media-gfx/sxiv | |
parent | net-misc/electrum: Drop old (diff) | |
download | gentoo-3d7688fbb0c3d54cc0ef3afa387c7ba852e7e62d.tar.gz gentoo-3d7688fbb0c3d54cc0ef3afa387c7ba852e7e62d.tar.bz2 gentoo-3d7688fbb0c3d54cc0ef3afa387c7ba852e7e62d.zip |
media-gfx/sxiv: amd64 stable wrt bug #692120
Package-Manager: Portage-2.3.69, Repoman-2.3.16
RepoMan-Options: --include-arches="amd64"
Signed-off-by: Agostino Sarubbo <ago@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 5ce1e79a92e4..577cc55b305c 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 x86" fi DESCRIPTION="Simple (or small or suckless) X Image Viewer" |