diff options
author | 2015-03-31 18:43:33 +0000 | |
---|---|---|
committer | 2015-03-31 18:43:33 +0000 | |
commit | 5f31a3a168cf3cbfb3e545d4b2cfc60c1fb60865 (patch) | |
tree | 7a8fb978ba9b47a5f77d9a8c5f9b1e2ad07a6d8a /eclass/python.eclass | |
parent | Update dependency after package move of eselect modules to app-eselect. (diff) | |
download | historical-5f31a3a168cf3cbfb3e545d4b2cfc60c1fb60865.tar.gz historical-5f31a3a168cf3cbfb3e545d4b2cfc60c1fb60865.tar.bz2 historical-5f31a3a168cf3cbfb3e545d4b2cfc60c1fb60865.zip |
Update dependency after package move of eselect modules to app-eselect.
Diffstat (limited to 'eclass/python.eclass')
-rw-r--r-- | eclass/python.eclass | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/eclass/python.eclass b/eclass/python.eclass index 3164704812d2..d89ee23119e1 100644 --- a/eclass/python.eclass +++ b/eclass/python.eclass @@ -1,6 +1,6 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.170 2014/11/20 15:32:09 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python.eclass,v 1.171 2015/03/31 18:43:33 ulm Exp $ # @ECLASS: python.eclass # @MAINTAINER: @@ -260,7 +260,7 @@ _python_parse_PYTHON_DEPEND() { } if _python_implementation; then - DEPEND=">=app-admin/eselect-python-20091230" + DEPEND=">=app-eselect/eselect-python-20091230" RDEPEND="${DEPEND}" PDEPEND="app-admin/python-updater" fi |