diff options
author | 2022-01-21 11:03:06 +0100 | |
---|---|---|
committer | 2022-01-21 11:03:06 +0100 | |
commit | 9dd2500982c618dd502a05a6df2d8888eb6fc4bb (patch) | |
tree | 351505d5f9588ba3ac133b1de25a72b96a65ed5c /media-gfx | |
parent | www-servers/tomcat: bump to 8.5.75 (diff) | |
download | gentoo-9dd2500982c618dd502a05a6df2d8888eb6fc4bb.tar.gz gentoo-9dd2500982c618dd502a05a6df2d8888eb6fc4bb.tar.bz2 gentoo-9dd2500982c618dd502a05a6df2d8888eb6fc4bb.zip |
media-gfx/feh: Stabilize 3.7.2 amd64, #831641
Signed-off-by: Jakov Smolić <jsmolic@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/feh/feh-3.7.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/feh/feh-3.7.2.ebuild b/media-gfx/feh/feh-3.7.2.ebuild index 33b646356d2a..3e9c63dc5b99 100644 --- a/media-gfx/feh/feh-3.7.2.ebuild +++ b/media-gfx/feh/feh-3.7.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ SRC_URI="https://feh.finalrewind.org/${P}.tar.bz2" LICENSE="feh" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86" +KEYWORDS="amd64 ~arm ~arm64 ~mips ~ppc ~ppc64 ~riscv ~x86" IUSE="debug curl exif test xinerama inotify" RESTRICT="!test? ( test )" |