Gentoo Archives: gentoo-commits

From: Thomas Deutschmann <whissi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sxiv/
Date: Sat, 07 Sep 2019 21:07:56
Message-Id: 1567890448.f4d3c3c79375972e67a6443ed1e105055cc7ff85.whissi@gentoo
1 commit: f4d3c3c79375972e67a6443ed1e105055cc7ff85
2 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 7 18:24:08 2019 +0000
4 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 7 21:07:28 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f4d3c3c7
7
8 media-gfx/sxiv: x86 stable (bug #692120)
9
10 Package-Manager: Portage-2.3.75, Repoman-2.3.17
11 Signed-off-by: Thomas Deutschmann <whissi <AT> gentoo.org>
12
13 media-gfx/sxiv/sxiv-25.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/media-gfx/sxiv/sxiv-25.ebuild b/media-gfx/sxiv/sxiv-25.ebuild
17 index d1cdfacac94..5ce1e79a92e 100644
18 --- a/media-gfx/sxiv/sxiv-25.ebuild
19 +++ b/media-gfx/sxiv/sxiv-25.ebuild
20 @@ -10,7 +10,7 @@ if [[ ${PV} == "9999" ]] ; then
21 inherit git-r3
22 else
23 SRC_URI="https://github.com/muennich/sxiv/archive/v${PV}.tar.gz -> ${P}.tar.gz"
24 - KEYWORDS="~amd64 ~x86"
25 + KEYWORDS="~amd64 x86"
26 fi
27
28 DESCRIPTION="Simple (or small or suckless) X Image Viewer"