From: Pacho Ramos Date: Tue, 26 Jun 2018 20:47:22 +0000 (+0200) Subject: sys-cluster/sanlock: Support python3.6 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=0d24aeceb566938bcc8351fd0eba6e0720152405;p=gentoo.git sys-cluster/sanlock: Support python3.6 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild index 8f0c685b009a..e40ef316db5d 100644 --- a/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild +++ b/sys-cluster/sanlock/sanlock-3.4.0-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) inherit linux-info python-r1 systemd user DESCRIPTION="shared storage lock manager"