summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2015-01-03 15:01:37 +0000
committerMichał Górny <mgorny@gentoo.org>2015-01-03 15:01:37 +0000
commitad13eaf73abb476a1e2cf01eeb1a5afb503d4acb (patch)
tree06c6ed3a72342a42e279a72dd820378384f3832c /media-libs
parentAdd missing ${PYTHON_DEPS}. (diff)
downloadgentoo-2-ad13eaf73abb476a1e2cf01eeb1a5afb503d4acb.tar.gz
gentoo-2-ad13eaf73abb476a1e2cf01eeb1a5afb503d4acb.tar.bz2
gentoo-2-ad13eaf73abb476a1e2cf01eeb1a5afb503d4acb.zip
Add missing ${PYTHON_DEPS}.
(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/ChangeLog5
-rw-r--r--media-libs/lv2core/lv2core-6.0.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/lv2core/ChangeLog b/media-libs/lv2core/ChangeLog
index 6b61df5c77fe..a27a8eb07365 100644
--- a/media-libs/lv2core/ChangeLog
+++ b/media-libs/lv2core/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for media-libs/lv2core
# 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 $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/ChangeLog,v 1.11 2015/01/03 15:01:37 mgorny Exp $
+
+ 03 Jan 2015; Michał Górny <mgorny@gentoo.org> lv2core-6.0.ebuild:
+ Add missing ${PYTHON_DEPS}.
03 Jan 2015; Michał Górny <mgorny@gentoo.org> lv2core-6.0.ebuild:
Use python-any-r1 for waf.
diff --git a/media-libs/lv2core/lv2core-6.0.ebuild b/media-libs/lv2core/lv2core-6.0.ebuild
index 9fe7ad2e3d3e..841dbdfbac68 100644
--- a/media-libs/lv2core/lv2core-6.0.ebuild
+++ b/media-libs/lv2core/lv2core-6.0.ebuild
@@ -1,6 +1,6 @@
# 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.3 2015/01/03 14:54:09 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/media-libs/lv2core/lv2core-6.0.ebuild,v 1.4 2015/01/03 15:01:37 mgorny Exp $
EAPI=4
@@ -18,6 +18,6 @@ SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
IUSE=""
-DEPEND=""
+DEPEND="${PYTHON_DEPS}"
RDEPEND="!<media-libs/slv2-0.4.2"
DOCS=( "AUTHORS" "README" "NEWS" )