summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-03 14:49:04 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-03 14:49:04 +0000
commita857915c7006c51e4e26c4922c2358c7993f5802 (patch)
tree837aec6b99307006c281bad71ff5adaf868fdf2f /media-sound
parentConvert to python-single-r1. (diff)
downloadgentoo-2-a857915c7006c51e4e26c4922c2358c7993f5802.tar.gz
gentoo-2-a857915c7006c51e4e26c4922c2358c7993f5802.tar.bz2
gentoo-2-a857915c7006c51e4e26c4922c2358c7993f5802.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 'media-sound')
-rw-r--r--media-sound/patchage/ChangeLog7
-rw-r--r--media-sound/patchage/patchage-0.5.0-r1.ebuild5
2 files changed, 8 insertions, 4 deletions
diff --git a/media-sound/patchage/ChangeLog b/media-sound/patchage/ChangeLog
index 62ab170bfc6b..4d20382b8963 100644
--- a/media-sound/patchage/ChangeLog
+++ b/media-sound/patchage/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-sound/patchage
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.19 2014/10/12 15:14:16 mrueg Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/ChangeLog,v 1.20 2015/01/03 14:49:04 mgorny Exp $
+
+ 03 Jan 2015; Michał Górny <mgorny@gentoo.org> patchage-0.5.0-r1.ebuild:
+ Add PYTHON_REQ_USE as necessary for waf.
12 Oct 2014; Manuel Rüger <mrueg@gentoo.org> -patchage-0.4.2.ebuild:
Cleanup old EAPI1
diff --git a/media-sound/patchage/patchage-0.5.0-r1.ebuild b/media-sound/patchage/patchage-0.5.0-r1.ebuild
index 9200dd204d13..d4ccb3a8bedb 100644
--- a/media-sound/patchage/patchage-0.5.0-r1.ebuild
+++ b/media-sound/patchage/patchage-0.5.0-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/media-sound/patchage/patchage-0.5.0-r1.ebuild,v 1.4 2014/10/12 09:00:02 ago Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-sound/patchage/patchage-0.5.0-r1.ebuild,v 1.5 2015/01/03 14:49:04 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7} )
+PYTHON_REQ_USE='threads(+)'
inherit eutils waf-utils python-any-r1