Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/
Date: Tue, 02 Jan 2018 19:54:29
Message-Id: 1514922859.2b63debcb4e53147e95d3ad0c1048b42f791f4d1.slyfox@gentoo
1 commit: 2b63debcb4e53147e95d3ad0c1048b42f791f4d1
2 Author: Rolf Eike Beer <eike <AT> sf-mail <DOT> de>
3 AuthorDate: Tue Jan 2 14:08:44 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Jan 2 19:54:19 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2b63debc
7
8 sys-cluster/sanlock: keyworded 3.4.0-r1 for sparc, bug #614726
9
10 Package-Manager: Portage-2.3.13, Repoman-2.3.3
11 RepoMan-Options: --include-arches="sparc"
12
13 sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild | 4 ++--
14 1 file changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
17 index 33d643b5ac7..74abbc7de9f 100644
18 --- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
19 +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.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 @@ -12,7 +12,7 @@ SRC_URI="https://git.fedorahosted.org/cgit/${PN}.git/snapshot/${P}.tar.xz"
27
28 LICENSE="LGPL-2+ GPL-2 GPL-2+"
29 SLOT="0"
30 -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~x86"
31 +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~ppc64 ~sparc ~x86"
32 IUSE="python"
33
34 REQUIRED_USE="python? ( ${PYTHON_REQUIRED_USE} )"