diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-03 12:36:26 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-03 12:36:26 +0000 |
commit | 2f532a8514565162bf5828e5df04a2537f4f49c7 (patch) | |
tree | aa2e751d0139588699ecee09f80cb7e2abfeecfc /sys-libs | |
parent | New snapshot of trunk. (diff) | |
download | gentoo-2-2f532a8514565162bf5828e5df04a2537f4f49c7.tar.gz gentoo-2-2f532a8514565162bf5828e5df04a2537f4f49c7.tar.bz2 gentoo-2-2f532a8514565162bf5828e5df04a2537f4f49c7.zip |
Add PYTHON_REQ_USE as necessary for waf.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/tevent/ChangeLog | 8 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.19.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.21-r1.ebuild | 5 | ||||
-rw-r--r-- | sys-libs/tevent/tevent-0.9.22.ebuild | 5 |
4 files changed, 15 insertions, 8 deletions
diff --git a/sys-libs/tevent/ChangeLog b/sys-libs/tevent/ChangeLog index 14ee5fe38d48..883d9cedf7af 100644 --- a/sys-libs/tevent/ChangeLog +++ b/sys-libs/tevent/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-libs/tevent -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.72 2014/10/11 13:38:57 maekke Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/ChangeLog,v 1.73 2015/01/03 12:36:26 mgorny Exp $ + + 03 Jan 2015; Michał Górny <mgorny@gentoo.org> tevent-0.9.19.ebuild, + tevent-0.9.21-r1.ebuild, tevent-0.9.22.ebuild: + Add PYTHON_REQ_USE as necessary for waf. 11 Oct 2014; Markus Meier <maekke@gentoo.org> tevent-0.9.21-r1.ebuild: arm stable, bug #512012 diff --git a/sys-libs/tevent/tevent-0.9.19.ebuild b/sys-libs/tevent/tevent-0.9.19.ebuild index ba2054c0db21..048d1c91d00b 100644 --- a/sys-libs/tevent/tevent-0.9.19.ebuild +++ b/sys-libs/tevent/tevent-0.9.19.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.19.ebuild,v 1.17 2014/06/10 00:13:08 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.19.ebuild,v 1.18 2015/01/03 12:36:26 mgorny Exp $ EAPI=5 PYTHON_COMPAT=( python2_{6,7} ) +PYTHON_REQ_USE="threads(+)" inherit waf-utils python-single-r1 diff --git a/sys-libs/tevent/tevent-0.9.21-r1.ebuild b/sys-libs/tevent/tevent-0.9.21-r1.ebuild index b057e5fb8ea5..b13451ebb9f5 100644 --- a/sys-libs/tevent/tevent-0.9.21-r1.ebuild +++ b/sys-libs/tevent/tevent-0.9.21-r1.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.21-r1.ebuild,v 1.13 2014/10/11 13:38:57 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-libs/tevent/tevent-0.9.21-r1.ebuild,v 1.14 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 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 |