Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/icewm/
Date: Tue, 06 Feb 2018 20:04:23
Message-Id: 1517947417.d59de9d3aad288889834f70027ac3eda4995bcc5.slyfox@gentoo
1 commit: d59de9d3aad288889834f70027ac3eda4995bcc5
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Feb 6 17:23:19 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Feb 6 20:03:37 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d59de9d3
7
8 x11-wm/icewm: stable 1.4.2 for sparc, bug #641366
9
10 Package-Manager: Portage-2.3.19, Repoman-2.3.6
11 RepoMan-Options: --include-arches="sparc"
12
13 x11-wm/icewm/icewm-1.4.2.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-wm/icewm/icewm-1.4.2.ebuild b/x11-wm/icewm/icewm-1.4.2.ebuild
17 index fecd6660eaa..1a51819f42a 100644
18 --- a/x11-wm/icewm/icewm-1.4.2.ebuild
19 +++ b/x11-wm/icewm/icewm-1.4.2.ebuild
20 @@ -1,4 +1,4 @@
21 -# Copyright 1999-2017 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Foundation
23 # Distributed under the terms of the GNU General Public License v2
24
25 EAPI=6
26 @@ -11,7 +11,7 @@ LICENSE="GPL-2"
27 SRC_URI="https://github.com/bbidulock/${PN}/archive/${PV}.tar.gz -> ${P}.tar.gz"
28
29 SLOT="0"
30 -KEYWORDS="amd64 ppc x86"
31 +KEYWORDS="amd64 ppc sparc x86"
32 IUSE="bidi debug doc minimal nls truetype uclibc xinerama"
33
34 # Tests broken in all versions, patches welcome, bug #323907, #389533