summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-03 14:54:09 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-03 14:54:09 +0000
commit70bdc43d26ea9e923ec80c347555b874c1657bb4 (patch)
tree96dd8d2cb27aca5f44c3e30ccc3fa29304747b50 /media-libs
parentWarn about unset EPYTHON. (diff)
downloadgentoo-2-70bdc43d26ea9e923ec80c347555b874c1657bb4.tar.gz
gentoo-2-70bdc43d26ea9e923ec80c347555b874c1657bb4.tar.bz2
gentoo-2-70bdc43d26ea9e923ec80c347555b874c1657bb4.zip
Use python-any-r1 for waf.
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'media-libs')
-rw-r--r--media-libs/lv2core/ChangeLog8
-rw-r--r--media-libs/lv2core/lv2core-6.0.ebuild9
2 files changed, 11 insertions, 6 deletions
diff --git a/media-libs/lv2core/ChangeLog b/media-libs/lv2core/ChangeLog
index 600b7048a806..6b61df5c77fe 100644
--- a/media-libs/lv2core/ChangeLog
+++ b/media-libs/lv2core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lv2core
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.9 2011/12/07 13:48:22 aballier Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.10 2015/01/03 14:54:09 mgorny Exp $
+
+ 03 Jan 2015; Michał Górny <mgorny@gentoo.org> lv2core-6.0.ebuild:
+ Use python-any-r1 for waf.
07 Dec 2011; Alexis Ballier <aballier@gentoo.org> lv2core-6.0.ebuild:
convert to waf-utils.eclass and bump to eapi4
@@ -40,4 +43,3 @@
10 Jan 2008; Alexis Ballier <aballier@gentoo.org> +metadata.xml,
+lv2core-1.ebuild:
initial import
-
diff --git a/media-libs/lv2core/lv2core-6.0.ebuild b/media-libs/lv2core/lv2core-6.0.ebuild
index ac1e38e4f5fe..9fe7ad2e3d3e 100644
--- a/media-libs/lv2core/lv2core-6.0.ebuild
+++ b/media-libs/lv2core/lv2core-6.0.ebuild
@@ -1,10 +1,13 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.2 2011/12/07 13:48:22 aballier Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.3 2015/01/03 14:54:09 mgorny Exp $
EAPI=4
-inherit waf-utils
+PYTHON_COMPAT=( python{2_7,3_3,3_4} )
+PYTHON_REQ_USE='threads(+)'
+
+inherit python-any-r1 waf-utils
DESCRIPTION="LV2 is a simple but extensible successor of LADSPA"
HOMEPAGE="http://lv2plug.in/"