Gentoo Archives: gentoo-commits

From: Tim Harder <radhermit@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/llfuse/
Date: Wed, 01 Mar 2017 07:33:27
Message-Id: 1488353589.dd36eb4326580516d15d72b11f89464ac02a04df.radhermit@gentoo
1 commit: dd36eb4326580516d15d72b11f89464ac02a04df
2 Author: Tim Harder <radhermit <AT> gentoo <DOT> org>
3 AuthorDate: Wed Mar 1 07:31:32 2017 +0000
4 Commit: Tim Harder <radhermit <AT> gentoo <DOT> org>
5 CommitDate: Wed Mar 1 07:33:09 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dd36eb43
7
8 dev-python/llfuse: add py36 support
9
10 dev-python/llfuse/llfuse-1.2.ebuild | 4 ++--
11 1 file changed, 2 insertions(+), 2 deletions(-)
12
13 diff --git a/dev-python/llfuse/llfuse-1.2.ebuild b/dev-python/llfuse/llfuse-1.2.ebuild
14 index d83b67937d9..f6fc84569f7 100644
15 --- a/dev-python/llfuse/llfuse-1.2.ebuild
16 +++ b/dev-python/llfuse/llfuse-1.2.ebuild
17 @@ -2,7 +2,7 @@
18 # Distributed under the terms of the GNU General Public License v2
19
20 EAPI=6
21 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy )
22 +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy )
23
24 inherit distutils-r1
25
26 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2"
27
28 LICENSE="LGPL-2"
29 SLOT="0"
30 -KEYWORDS="amd64 x86"
31 +KEYWORDS="~amd64 ~x86"
32 IUSE="doc examples test"
33
34 RDEPEND=">=sys-fs/fuse-2.8.0