diff options
author | Patrick McLean <chutzpah@gentoo.org> | 2017-05-01 18:27:06 -0700 |
---|---|---|
committer | Patrick McLean <chutzpah@gentoo.org> | 2017-05-01 18:27:06 -0700 |
commit | c1a9ba0c0d80be1b0c206a9bb518f8abfd1e84d8 (patch) | |
tree | 67af6419edc3b9e736450ee498eac5090284b94a /net-libs/libtorrent-rasterbar | |
parent | dev-python/python-iptables: Add python3_6 to PYTHON_COMPAT, move to EAPI=6 (diff) | |
download | gentoo-c1a9ba0c0d80be1b0c206a9bb518f8abfd1e84d8.tar.gz gentoo-c1a9ba0c0d80be1b0c206a9bb518f8abfd1e84d8.tar.bz2 gentoo-c1a9ba0c0d80be1b0c206a9bb518f8abfd1e84d8.zip |
net-libs/libtorrent-rasterbar: Add python3_6 to PYTHON_COMPAT in 1.1.3
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Diffstat (limited to 'net-libs/libtorrent-rasterbar')
-rw-r--r-- | net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.3.ebuild b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.3.ebuild index 91626938f9c7..86fa8d7e920c 100644 --- a/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.3.ebuild +++ b/net-libs/libtorrent-rasterbar/libtorrent-rasterbar-1.1.3.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python3_{4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5,6} ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true DISTUTILS_IN_SOURCE_BUILD=true |