diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:17:51 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-04-08 18:17:51 +0000 |
commit | 14f8834e581b56e64506d613362dd2b700eec599 (patch) | |
tree | ee22a40ea12853ab739cbcec8d4a4233dff9be7f /net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild | |
parent | Drop old Python implementations (diff) | |
download | gentoo-2-14f8834e581b56e64506d613362dd2b700eec599.tar.gz gentoo-2-14f8834e581b56e64506d613362dd2b700eec599.tar.bz2 gentoo-2-14f8834e581b56e64506d613362dd2b700eec599.zip |
Drop old Python implementations
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild')
-rw-r--r-- | net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild b/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild index c2de6547ab55..f919036d7a85 100644 --- a/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild +++ b/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild,v 1.1 2014/11/06 21:37:52 hwoarang Exp $ +# $Header: /var/cvsroot/gentoo-x86/net-p2p/qbittorrent/qbittorrent-3.1.11.ebuild,v 1.2 2015/04/08 18:17:51 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python{2_6,2_7} ) +PYTHON_COMPAT=( python2_7 ) inherit python-r1 qt4-r2 |