diff options
author | Michał Górny <mgorny@gentoo.org> | 2014-04-09 21:34:10 +0000 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2014-04-09 21:34:10 +0000 |
commit | 24283a576144b8f157c16f8a88b4accda963c2e0 (patch) | |
tree | f13f07f0c12f3f56a0c631212520c479331d9efd /eclass/python-r1.eclass | |
parent | Remove python2.5 leftover. (diff) | |
download | historical-24283a576144b8f157c16f8a88b4accda963c2e0.tar.gz historical-24283a576144b8f157c16f8a88b4accda963c2e0.tar.bz2 historical-24283a576144b8f157c16f8a88b4accda963c2e0.zip |
Re-enable the python_gen_usedep empty argument check.
Diffstat (limited to 'eclass/python-r1.eclass')
-rw-r--r-- | eclass/python-r1.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/python-r1.eclass b/eclass/python-r1.eclass index a960c986bbc7..898eab038194 100644 --- a/eclass/python-r1.eclass +++ b/eclass/python-r1.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.70 2014/04/09 21:20:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.71 2014/04/09 21:34:10 mgorny Exp $ # @ECLASS: python-r1 # @MAINTAINER: @@ -290,7 +290,7 @@ python_gen_usedep() { done done -# [[ ${matches[@]} ]] || die "No supported implementations match python_gen_usedep patterns: ${@}" + [[ ${matches[@]} ]] || die "No supported implementations match python_gen_usedep patterns: ${@}" local out=${matches[@]} echo ${out// /,} |