diff options
author | 2015-02-20 08:14:22 +0000 | |
---|---|---|
committer | 2015-02-20 08:14:22 +0000 | |
commit | d5c9296dfac88024b98f92b2d90c6a3265c04ee7 (patch) | |
tree | cd28a3aef295ca1d61dbb8f730c6a25cd0ab8500 /eclass/python-r1.eclass | |
parent | Drop old fixes security issue (diff) | |
download | gentoo-2-d5c9296dfac88024b98f92b2d90c6a3265c04ee7.tar.gz gentoo-2-d5c9296dfac88024b98f92b2d90c6a3265c04ee7.tar.bz2 gentoo-2-d5c9296dfac88024b98f92b2d90c6a3265c04ee7.zip |
Revert random mgorny madness
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index 2ce3aa011058..ec8c1db75f2d 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2015 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.86 2015/02/19 18:52:06 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.87 2015/02/20 08:14:22 patrick Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -652,7 +652,6 @@ _python_obtain_impls() { _python_validate_useflags _python_check_USE_PYTHON - _python_check_EAPI MULTIBUILD_VARIANTS=() |