summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Lauer <patrick@gentoo.org>2013-08-03 13:28:22 +0000
committerPatrick Lauer <patrick@gentoo.org>2013-08-03 13:28:22 +0000
commit7495850cd8e9098284dbc57eb327fda96cfa7609 (patch)
treed59da7ebbead732e6d1a6721bbb305c57c307c0f /eclass/distutils.eclass
parentStable for HPPA (bug #477296). (diff)
downloadhistorical-7495850cd8e9098284dbc57eb327fda96cfa7609.tar.gz
historical-7495850cd8e9098284dbc57eb327fda96cfa7609.tar.bz2
historical-7495850cd8e9098284dbc57eb327fda96cfa7609.zip
Migrate twisted deps in distutils eclass
Diffstat (limited to 'eclass/distutils.eclass')
-rw-r--r--eclass/distutils.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/distutils.eclass b/eclass/distutils.eclass
index 2ca49c8cac85..22ebf1379505 100644
--- a/eclass/distutils.eclass
+++ b/eclass/distutils.eclass
@@ -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/eclass/distutils.eclass,v 1.83 2013/02/08 03:38:09 patrick Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/distutils.eclass,v 1.84 2013/08/03 13:28:22 patrick Exp $
# @ECLASS: distutils.eclass
# @MAINTAINER:
@@ -98,7 +98,7 @@ if [[ -z "${DISTUTILS_DISABLE_TEST_DEPENDENCY}" ]]; then
# trial requires an argument, which is usually equal to "${PN}".
elif [[ "${DISTUTILS_SRC_TEST}" =~ ^trial(\ .*)?$ ]]; then
IUSE="test"
- DEPEND+="${DEPEND:+ }test? ( dev-python/twisted )"
+ DEPEND+="${DEPEND:+ }test? ( dev-python/twisted-core )"
fi
fi