diff options
author | 2022-06-28 07:13:40 -0400 | |
---|---|---|
committer | 2022-06-30 15:42:41 -0400 | |
commit | a56f64c9fad09f7d5089a6e7deaf92edeaf50ae0 (patch) | |
tree | 7617cf1988b7d8c0622a3a7d50fca92529519ec0 /media-gfx | |
parent | x11-misc/sxhkd: stabilize 0.6.2-r1 for x86 (diff) | |
download | gentoo-a56f64c9fad09f7d5089a6e7deaf92edeaf50ae0.tar.gz gentoo-a56f64c9fad09f7d5089a6e7deaf92edeaf50ae0.tar.bz2 gentoo-a56f64c9fad09f7d5089a6e7deaf92edeaf50ae0.zip |
media-gfx/imv: stabilize 4.3.1 for amd64, x86
Adding x86 too, works fine and is a simple tool nice for old hardware.
Closes: https://bugs.gentoo.org/833903
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'media-gfx')
-rw-r--r-- | media-gfx/imv/imv-4.3.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/media-gfx/imv/imv-4.3.1.ebuild b/media-gfx/imv/imv-4.3.1.ebuild index 55cdc69ad90e..009e461175ce 100644 --- a/media-gfx/imv/imv-4.3.1.ebuild +++ b/media-gfx/imv/imv-4.3.1.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=8 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then else SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-v${PV}" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 x86" fi DESCRIPTION="Minimal image viewer designed for tiling window manager users" |