public inbox for gentoo-dev@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog cuda.eclass
       [not found] <20141118194402.AA81EA676@oystercatcher.gentoo.org>
@ 2014-11-18 19:51 ` Michał Górny
  0 siblings, 0 replies; only message in thread
From: Michał Górny @ 2014-11-18 19:51 UTC (permalink / raw
  To: gentoo-dev; +Cc: jlec

[-- Attachment #1: Type: text/plain, Size: 2886 bytes --]

Dnia 2014-11-18, o godz. 19:44:02
"Justin Lecher (jlec)" <jlec@gentoo.org> napisał(a):

> jlec        14/11/18 19:44:02
> 
>   Modified:             ChangeLog cuda.eclass
>   Log:
>   Fix gcc detection when using multislot, #529710
> 
> Revision  Changes    Path
> 1.1427               eclass/ChangeLog
> 
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1427&view=markup
> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1427&content-type=text/plain
> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1426&r2=1.1427
> 
> Index: ChangeLog
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
> retrieving revision 1.1426
> retrieving revision 1.1427
> diff -u -r1.1426 -r1.1427
> --- ChangeLog	17 Nov 2014 23:34:19 -0000	1.1426
> +++ ChangeLog	18 Nov 2014 19:44:02 -0000	1.1427
> @@ -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.1426 2014/11/17 23:34:19 dilfridge Exp $
> +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1427 2014/11/18 19:44:02 jlec Exp $
> +
> +  18 Nov 2014; Justin Lecher <jlec@gentoo.org> cuda.eclass:
> +  Fix gcc detection when using multislot, #529710
>  
>    17 Nov 2014; Andreas K. Huettel <dilfridge@gentoo.org> perl-module.eclass:
>    Make calling fixlocalpod trigger a real warning
> 
> 
> 
> 1.5                  eclass/cuda.eclass
> 
> file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cuda.eclass?rev=1.5&view=markup
> plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cuda.eclass?rev=1.5&content-type=text/plain
> diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/cuda.eclass?r1=1.4&r2=1.5
> 
> Index: cuda.eclass
> ===================================================================
> RCS file: /var/cvsroot/gentoo-x86/eclass/cuda.eclass,v
> retrieving revision 1.4
> retrieving revision 1.5
> diff -u -r1.4 -r1.5
> --- cuda.eclass	17 Sep 2014 10:21:37 -0000	1.4
> +++ cuda.eclass	18 Nov 2014 19:44:02 -0000	1.5
> @@ -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/cuda.eclass,v 1.4 2014/09/17 10:21:37 jlec Exp $
> +# $Header: /var/cvsroot/gentoo-x86/eclass/cuda.eclass,v 1.5 2014/11/18 19:44:02 jlec Exp $
>  
>  inherit flag-o-matic toolchain-funcs versionator
>  
> @@ -71,7 +71,7 @@
>  	fi
>  
>  	for ver in ${args}; do
> -		has_version sys-devel/gcc:${ver} && \
> +		has_version =sys-devel/gcc-${ver}* && \

Missing quoting here. This can trigger unwanted globbing randomly.

-- 
Best regards,
Michał Górny

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 949 bytes --]

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2014-11-18 19:51 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
     [not found] <20141118194402.AA81EA676@oystercatcher.gentoo.org>
2014-11-18 19:51 ` [gentoo-dev] Re: [gentoo-commits] gentoo-x86 commit in eclass: ChangeLog cuda.eclass Michał Górny

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox