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 | |
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.
-rw-r--r-- | eclass/ChangeLog | 5 | ||||
-rw-r--r-- | eclass/python-r1.eclass | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/eclass/ChangeLog b/eclass/ChangeLog index 1a75c2f1bca8..cbf50a75ca5c 100644 --- a/eclass/ChangeLog +++ b/eclass/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1200 2014/04/09 21:20:47 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1201 2014/04/09 21:34:10 mgorny Exp $ + + 09 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: + Re-enable the python_gen_usedep empty argument check. 09 Apr 2014; Michał Górny <mgorny@gentoo.org> python-r1.eclass: Comment out the python_gen_usedep empty argument check until all 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// /,} |