mgorny 14/04/09 21:20:47 Modified: ChangeLog python-r1.eclass Log: Comment out the python_gen_usedep empty argument check until all python_gen_cond_dep uses are fixed.
Revision Changes Path 1.1200 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1200&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1200&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1199&r2=1.1200 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1199 retrieving revision 1.1200 diff -u -r1.1199 -r1.1200 --- ChangeLog 9 Apr 2014 21:15:38 -0000 1.1199 +++ ChangeLog 9 Apr 2014 21:20:47 -0000 1.1200 @@ -1,6 +1,10 @@ # ChangeLog for eclass directory # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1199 2014/04/09 21:15:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1200 2014/04/09 21:20:47 mgorny Exp $ + + 09 Apr 2014; Michał Górny <[email protected]> python-r1.eclass: + Comment out the python_gen_usedep empty argument check until all + python_gen_cond_dep uses are fixed. 09 Apr 2014; Michał Górny <[email protected]> python-r1.eclass: Throw explicit error if python_gen_usedep does not match any implementation 1.70 eclass/python-r1.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.70&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?rev=1.70&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/python-r1.eclass?r1=1.69&r2=1.70 Index: python-r1.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v retrieving revision 1.69 retrieving revision 1.70 diff -u -r1.69 -r1.70 --- python-r1.eclass 9 Apr 2014 21:15:38 -0000 1.69 +++ python-r1.eclass 9 Apr 2014 21:20:47 -0000 1.70 @@ -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.69 2014/04/09 21:15:38 mgorny Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/python-r1.eclass,v 1.70 2014/04/09 21:20:47 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// /,}
