diff options
author | Michał Górny <mgorny@gentoo.org> | 2015-01-03 15:06:12 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2015-01-03 15:06:12 +0000 |
commit | 3c9b7b5e161be089c48dec67999bdfb3981e5822 (patch) | |
tree | 3c6e2fc1532144ab3fefae8111b88fea821f1c2f /www-client | |
parent | EAPI 4 (diff) | |
download | gentoo-2-3c9b7b5e161be089c48dec67999bdfb3981e5822.tar.gz gentoo-2-3c9b7b5e161be089c48dec67999bdfb3981e5822.tar.bz2 gentoo-2-3c9b7b5e161be089c48dec67999bdfb3981e5822.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 'www-client')
-rw-r--r-- | www-client/midori/ChangeLog | 8 | ||||
-rw-r--r-- | www-client/midori/midori-0.5.5.ebuild | 5 | ||||
-rw-r--r-- | www-client/midori/midori-0.5.8-r1.ebuild | 5 | ||||
-rw-r--r-- | www-client/midori/midori-0.5.8.ebuild | 5 |
4 files changed, 15 insertions, 8 deletions
diff --git a/www-client/midori/ChangeLog b/www-client/midori/ChangeLog index b05234c1ce82..fce9bded43c8 100644 --- a/www-client/midori/ChangeLog +++ b/www-client/midori/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for www-client/midori -# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.129 2014/07/22 10:36:03 ssuominen Exp $ +# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/ChangeLog,v 1.130 2015/01/03 15:06:12 mgorny Exp $ + + 03 Jan 2015; Michał Górny <mgorny@gentoo.org> midori-0.5.5.ebuild, + midori-0.5.8-r1.ebuild, midori-0.5.8.ebuild: + Add PYTHON_REQ_USE as necessary for waf. *midori-0.5.8-r1 (22 Jul 2014) diff --git a/www-client/midori/midori-0.5.5.ebuild b/www-client/midori/midori-0.5.5.ebuild index ea35e35ef1c7..ad7a47b36351 100644 --- a/www-client/midori/midori-0.5.5.ebuild +++ b/www-client/midori/midori-0.5.5.ebuild @@ -1,6 +1,6 @@ -# 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/www-client/midori/midori-0.5.5.ebuild,v 1.4 2014/06/02 16:50:27 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.5.ebuild,v 1.5 2015/01/03 15:06:12 mgorny Exp $ EAPI=5 @@ -9,6 +9,7 @@ VALA_MIN_API_VERSION=${MY_VALA_VERSION} VALA_MAX_API_VERSION=${MY_VALA_VERSION} PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' unset _live_inherits diff --git a/www-client/midori/midori-0.5.8-r1.ebuild b/www-client/midori/midori-0.5.8-r1.ebuild index 3cd566b1da9d..41d52826853d 100644 --- a/www-client/midori/midori-0.5.8-r1.ebuild +++ b/www-client/midori/midori-0.5.8-r1.ebuild @@ -1,12 +1,13 @@ -# 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/www-client/midori/midori-0.5.8-r1.ebuild,v 1.1 2014/07/22 10:36:03 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8-r1.ebuild,v 1.2 2015/01/03 15:06:12 mgorny Exp $ EAPI=5 VALA_MIN_API_VERSION=0.16 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' unset _live_inherits diff --git a/www-client/midori/midori-0.5.8.ebuild b/www-client/midori/midori-0.5.8.ebuild index 5aefc5570b9c..05fb767cd2e1 100644 --- a/www-client/midori/midori-0.5.8.ebuild +++ b/www-client/midori/midori-0.5.8.ebuild @@ -1,12 +1,13 @@ -# 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/www-client/midori/midori-0.5.8.ebuild,v 1.4 2014/05/03 14:11:51 maekke Exp $ +# $Header: /var/cvsroot/gentoo-x86/www-client/midori/midori-0.5.8.ebuild,v 1.5 2015/01/03 15:06:12 mgorny Exp $ EAPI=5 VALA_MIN_API_VERSION=0.16 PYTHON_COMPAT=( python2_7 ) +PYTHON_REQ_USE='threads(+)' unset _live_inherits |