diff options
| author | Tim Harder <radhermit@gentoo.org> | 2017-03-01 02:31:32 -0500 |
|---|---|---|
| committer | Tim Harder <radhermit@gentoo.org> | 2017-03-01 02:33:09 -0500 |
| commit | dd36eb4326580516d15d72b11f89464ac02a04df (patch) | |
| tree | 9fee03923e055dc8f4343b23a73126b6b4c938b7 /dev-python | |
| parent | f137507791e043d038a17068b24999921b8cbd62 (diff) | |
| download | gentoo-dd36eb4326580516d15d72b11f89464ac02a04df.tar.gz gentoo-dd36eb4326580516d15d72b11f89464ac02a04df.tar.bz2 gentoo-dd36eb4326580516d15d72b11f89464ac02a04df.zip | |
dev-python/llfuse: add py36 support
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/llfuse/llfuse-1.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/llfuse/llfuse-1.2.ebuild b/dev-python/llfuse/llfuse-1.2.ebuild index d83b67937d9c..f6fc84569f7f 100644 --- a/dev-python/llfuse/llfuse-1.2.ebuild +++ b/dev-python/llfuse/llfuse-1.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 -PYTHON_COMPAT=( python{2_7,3_4,3_5} pypy ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} pypy ) inherit distutils-r1 @@ -12,7 +12,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.bz2" LICENSE="LGPL-2" SLOT="0" -KEYWORDS="amd64 x86" +KEYWORDS="~amd64 ~x86" IUSE="doc examples test" RDEPEND=">=sys-fs/fuse-2.8.0 |
