Gentoo Archives: gentoo-commits

From: Ionen Wolkens <ionen@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/imv/
Date: Thu, 30 Jun 2022 19:44:50
Message-Id: 1656618161.a56f64c9fad09f7d5089a6e7deaf92edeaf50ae0.ionen@gentoo
1 commit: a56f64c9fad09f7d5089a6e7deaf92edeaf50ae0
2 Author: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 28 11:13:40 2022 +0000
4 Commit: Ionen Wolkens <ionen <AT> gentoo <DOT> org>
5 CommitDate: Thu Jun 30 19:42:41 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a56f64c9
7
8 media-gfx/imv: stabilize 4.3.1 for amd64, x86
9
10 Adding x86 too, works fine and is a simple tool nice for old hardware.
11
12 Closes: https://bugs.gentoo.org/833903
13 Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>
14
15 media-gfx/imv/imv-4.3.1.ebuild | 4 ++--
16 1 file changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-gfx/imv/imv-4.3.1.ebuild b/media-gfx/imv/imv-4.3.1.ebuild
19 index 55cdc69ad90e..009e461175ce 100644
20 --- a/media-gfx/imv/imv-4.3.1.ebuild
21 +++ b/media-gfx/imv/imv-4.3.1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2021 Gentoo Authors
24 +# Copyright 1999-2022 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=8
28 @@ -11,7 +11,7 @@ if [[ ${PV} == 9999 ]]; then
29 else
30 SRC_URI="https://git.sr.ht/~exec64/imv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
31 S="${WORKDIR}/${PN}-v${PV}"
32 - KEYWORDS="~amd64 ~x86"
33 + KEYWORDS="amd64 x86"
34 fi
35
36 DESCRIPTION="Minimal image viewer designed for tiling window manager users"