summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2013-09-17 20:48:26 +0000
committerMichał Górny <mgorny@gentoo.org>2013-09-17 20:48:26 +0000
commit95bfb698fb7f7b42e7242f0df486dc7c7acce1a1 (patch)
tree10e9806bbdae96bea4c6af9efdb5187ea148beb4 /kde-base/pykde4/pykde4-4.10.5.ebuild
parentForce python-exec:0 since the ebuild does hackery on top of script wrapping. (diff)
downloadgentoo-2-95bfb698fb7f7b42e7242f0df486dc7c7acce1a1.tar.gz
gentoo-2-95bfb698fb7f7b42e7242f0df486dc7c7acce1a1.tar.bz2
gentoo-2-95bfb698fb7f7b42e7242f0df486dc7c7acce1a1.zip
Add explicit dep on python-exec:0 since the package wraps the script manually.
(Portage version: 2.2.6/cvs/Linux x86_64, signed Manifest commit with key EFB4464E!)
Diffstat (limited to 'kde-base/pykde4/pykde4-4.10.5.ebuild')
-rw-r--r--kde-base/pykde4/pykde4-4.10.5.ebuild3
1 files changed, 2 insertions, 1 deletions
diff --git a/kde-base/pykde4/pykde4-4.10.5.ebuild b/kde-base/pykde4/pykde4-4.10.5.ebuild
index 6e01eced1155..b4b9ea585566 100644
--- a/kde-base/pykde4/pykde4-4.10.5.ebuild
+++ b/kde-base/pykde4/pykde4-4.10.5.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2013 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.5.ebuild,v 1.7 2013/09/05 18:44:04 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/kde-base/pykde4/pykde4-4.10.5.ebuild,v 1.8 2013/09/17 20:48:26 mgorny Exp $
EAPI=5
PYTHON_COMPAT=( python{2_6,2_7,3_2,3_3} )
@@ -26,6 +26,7 @@ RDEPEND="
)
"
DEPEND="${RDEPEND}
+ dev-python/python-exec:0[${PYTHON_USEDEP}]
sys-devel/libtool
"