diff options
Diffstat (limited to 'sys-libs/tevent/tevent-0.9.23.ebuild')
-rw-r--r-- | sys-libs/tevent/tevent-0.9.23.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-libs/tevent/tevent-0.9.23.ebuild b/sys-libs/tevent/tevent-0.9.23.ebuild index 56bbd278c9fa..46ccd4e278fb 100644 --- a/sys-libs/tevent/tevent-0.9.23.ebuild +++ b/sys-libs/tevent/tevent-0.9.23.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.23.ebuild,v 1.1 2015/03/02 13:13:01 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.23.ebuild,v 1.2 2015/04/08 18:28:33 mgorny Exp $ EAPI=5 -PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_COMPAT=( python2_7 ) PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 |