diff options
Diffstat (limited to 'sys-libs/tevent/tevent-0.9.22.ebuild')
-rw-r--r-- | sys-libs/tevent/tevent-0.9.22.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/sys-libs/tevent/tevent-0.9.22.ebuild b/sys-libs/tevent/tevent-0.9.22.ebuild index 596188b5f834..fdbb7238e4c0 100644 --- a/sys-libs/tevent/tevent-0.9.22.ebuild +++ b/sys-libs/tevent/tevent-0.9.22.ebuild @@ -1,9 +1,10 @@ -# 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/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.1 2014/10/03 21:02:14 polynomial-c Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.22.ebuild,v 1.2 2015/01/03 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils multilib-minimal python-single-r1 |