mgorny 14/04/09 21:34:10 Modified: ChangeLog python-r1.eclass Log: Re-enable the python_gen_usedep empty argument check.
Revision Changes Path 1.1201 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1201&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1201&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1200&r2=1.1201 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1200 retrieving revision 1.1201 diff -u -r1.1200 -r1.1201 --- ChangeLog 9 Apr 2014 21:20:47 -0000 1.1200 +++ ChangeLog 9 Apr 2014 21:34:10 -0000 1.1201 @@ -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 <[email protected]> python-r1.eclass: + Re-enable the python_gen_usedep empty argument check. 09 Apr 2014; Michał Górny <[email protected]> python-r1.eclass: Comment out the python_gen_usedep empty argument check until all 1.71 eclass/python-r1.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.71&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.71&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.70&r2=1.71 Index: python-r1.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v retrieving revision 1.70 retrieving revision 1.71 diff -u -r1.70 -r1.71 --- python-r1.eclass 9 Apr 2014 21:20:47 -0000 1.70 +++ python-r1.eclass 9 Apr 2014 21:34:10 -0000 1.71 @@ -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 @@ 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// /,}
