diff options
author | Piotr Karbowski <slashbeast@gentoo.org> | 2020-07-02 09:26:56 +0200 |
---|---|---|
committer | Piotr Karbowski <slashbeast@gentoo.org> | 2020-07-02 09:26:56 +0200 |
commit | cfb53d3e2b9a1f0a72a7ad54d371ebe083829fd7 (patch) | |
tree | bb643bef549d84bdf2732d831770c42f7aeab8e5 /media-gfx/feh | |
parent | x11-misc/xnee: Drop 3.19-r1 (diff) | |
download | gentoo-cfb53d3e2b9a1f0a72a7ad54d371ebe083829fd7.tar.gz gentoo-cfb53d3e2b9a1f0a72a7ad54d371ebe083829fd7.tar.bz2 gentoo-cfb53d3e2b9a1f0a72a7ad54d371ebe083829fd7.zip |
media-gfx/feh: ~arm64 keyword on 3.4.1.
Closes: https://bugs.gentoo.org/730164
Signed-off-by: Piotr Karbowski <slashbeast@gentoo.org>
Diffstat (limited to 'media-gfx/feh')
-rw-r--r-- | media-gfx/feh/feh-3.4.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/feh/feh-3.4.1.ebuild b/media-gfx/feh/feh-3.4.1.ebuild index cdfb177f990f..7d87a35ace60 100644 --- a/media-gfx/feh/feh-3.4.1.ebuild +++ b/media-gfx/feh/feh-3.4.1.ebuild @@ -10,7 +10,7 @@ SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2" LICENSE="feh" SLOT="0" -KEYWORDS="~amd64 ~arm ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~x86" IUSE="debug curl exif test xinerama" RESTRICT="!test? ( test )" |