Gentoo Archives: gentoo-commits

From: Pacho Ramos <pacho@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-cluster/sanlock/
Date: Tue, 26 Jun 2018 20:51:57
Message-Id: 1530046302.0d24aeceb566938bcc8351fd0eba6e0720152405.pacho@gentoo
1 commit: 0d24aeceb566938bcc8351fd0eba6e0720152405
2 Author: Pacho Ramos <pacho <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 26 20:47:22 2018 +0000
4 Commit: Pacho Ramos <pacho <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 26 20:51:42 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0d24aece
7
8 sys-cluster/sanlock: Support python3.6
9
10 Package-Manager: Portage-2.3.40, Repoman-2.3.9
11
12 sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
16 index 8f0c685b009..e40ef316db5 100644
17 --- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
18 +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild
19 @@ -3,7 +3,7 @@
20
21 EAPI=6
22
23 -PYTHON_COMPAT=( python2_7 python3_{4,5} )
24 +PYTHON_COMPAT=( python2_7 python3_{4,5,6} )
25 inherit linux-info python-r1 systemd user
26
27 DESCRIPTION="shared storage lock manager"