summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2012-10-29 09:51:27 +0000
committerMichał Górny <mgorny@gentoo.org>2012-10-29 09:51:27 +0000
commit88d9eb0e8db4b876cda339f5564d8e7889fc0a34 (patch)
tree6c76f53d754113c7e33443de218263663eeac1cc /eclass/distutils-r1.eclass
parentUse find instead of hard-coded executable locations list when linking the wra... (diff)
downloadgentoo-2-88d9eb0e8db4b876cda339f5564d8e7889fc0a34.tar.gz
gentoo-2-88d9eb0e8db4b876cda339f5564d8e7889fc0a34.tar.bz2
gentoo-2-88d9eb0e8db4b876cda339f5564d8e7889fc0a34.zip
Move python-exec dependency to python-r1. That eclass now provides means to create versioned scripts as well.
Diffstat (limited to 'eclass/distutils-r1.eclass')
-rw-r--r--eclass/distutils-r1.eclass5
1 files changed, 2 insertions, 3 deletions
diff --git a/eclass/distutils-r1.eclass b/eclass/distutils-r1.eclass
index 494b25662ea2..ca455f99329b 100644
--- a/eclass/distutils-r1.eclass
+++ b/eclass/distutils-r1.eclass
@@ -1,6 +1,6 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.10 2012/10/29 09:49:54 mgorny Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils-r1.eclass,v 1.11 2012/10/29 09:51:27 mgorny Exp $
# @ECLASS: distutils-r1
# @MAINTAINER:
@@ -56,8 +56,7 @@ inherit eutils python-r1
EXPORT_FUNCTIONS src_prepare src_configure src_compile src_test src_install
-RDEPEND="${PYTHON_DEPS}
- dev-python/python-exec"
+RDEPEND=${PYTHON_DEPS}
DEPEND=${PYTHON_DEPS}
# @ECLASS-VARIABLE: PATCHES