diff options
author | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-05-14 19:23:09 +0000 |
---|---|---|
committer | Krzysztof Pawlik <nelchael@gentoo.org> | 2012-05-14 19:23:09 +0000 |
commit | 6efe4f0323e88bd89dc08ae54810bd89f50ef869 (patch) | |
tree | cc42aff7a2139229d66dbe6c7c122a67e261bd52 /eclass/python-distutils-ng.eclass | |
parent | Only provide JRE. #371461 (diff) | |
download | gentoo-2-6efe4f0323e88bd89dc08ae54810bd89f50ef869.tar.gz gentoo-2-6efe4f0323e88bd89dc08ae54810bd89f50ef869.tar.bz2 gentoo-2-6efe4f0323e88bd89dc08ae54810bd89f50ef869.zip |
Block older versions of sys-apps/portage that don't have improved COLLISION_IGNORE handling, see bug #410691.
Diffstat (limited to 'eclass/python-distutils-ng.eclass')
-rw-r--r-- | eclass/python-distutils-ng.eclass | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/eclass/python-distutils-ng.eclass b/eclass/python-distutils-ng.eclass index 7977ea6ed0fc..199f8ffb8efa 100644 --- a/eclass/python-distutils-ng.eclass +++ b/eclass/python-distutils-ng.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/python-distutils-ng.eclass,v 1.19 2012/05/06 03:20:45 floppym Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-distutils-ng.eclass,v 1.20 2012/05/14 19:23:09 nelchael Exp $ # @ECLASS: python-distutils-ng # @MAINTAINER: @@ -66,6 +66,8 @@ case "${EAPI}" in die "Unsupported EAPI=${EAPI} (unknown) for python-distutils-ng.eclass" ;; esac +DEPEND="${DEPEND} !<sys-apps/portage-2.1.10.58" + # @FUNCTION: _python-distutils-ng_get_binary_for_implementation # @USAGE: implementation # @RETURN: Full path to Python binary for given implementation. |