diff options
author | Patrick Lauer <patrick@gentoo.org> | 2016-03-09 16:01:51 +0100 |
---|---|---|
committer | Patrick Lauer <patrick@gentoo.org> | 2016-03-09 16:01:51 +0100 |
commit | 5344ba114f738d03bbcfeb79acf1b4b50112243b (patch) | |
tree | ea7c807eee1de58e8a050d170a3fe8b2b7e56b36 /net-libs/rb_libtorrent | |
parent | sys-apps/findutils: add upstream gnulib fix #576818 (diff) | |
download | gentoo-5344ba114f738d03bbcfeb79acf1b4b50112243b.tar.gz gentoo-5344ba114f738d03bbcfeb79acf1b4b50112243b.tar.bz2 gentoo-5344ba114f738d03bbcfeb79acf1b4b50112243b.zip |
net-libs/rb_libtorrent: Drop py3.3 as boost dropped it
Package-Manager: portage-2.2.27
Diffstat (limited to 'net-libs/rb_libtorrent')
-rw-r--r-- | net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild index 69fdcfad59ba..33c0ed31cec4 100644 --- a/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild +++ b/net-libs/rb_libtorrent/rb_libtorrent-1.0.8.ebuild @@ -4,7 +4,7 @@ EAPI=5 -PYTHON_COMPAT=( python2_7 python3_{3,4,5} ) +PYTHON_COMPAT=( python2_7 python3_{4,5} ) PYTHON_REQ_USE="threads" DISTUTILS_OPTIONAL=true AUTOTOOLS_AUTORECONF=true |