ulm 14/07/13 16:19:33 Modified: gnatbuild.eclass ChangeLog Log: Don't call eselect with obsolete --no-color option.
Revision Changes Path 1.61 eclass/gnatbuild.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.61&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?rev=1.61&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/gnatbuild.eclass?r1=1.60&r2=1.61 Index: gnatbuild.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v retrieving revision 1.60 retrieving revision 1.61 diff -u -r1.60 -r1.61 --- gnatbuild.eclass 25 Nov 2013 07:06:23 -0000 1.60 +++ gnatbuild.eclass 13 Jul 2014 16:19:33 -0000 1.61 @@ -1,6 +1,6 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.60 2013/11/25 07:06:23 nerdboy Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/gnatbuild.eclass,v 1.61 2014/07/13 16:19:33 ulm Exp $ # # Authors: George Shapovalov <[email protected]> # Steve Arnold <[email protected]> @@ -213,7 +213,7 @@ # if the current config is invalid, we definitely want a new one # Note: due to bash quirkiness, the following must not be 1 line local curr_config - curr_config=$(eselect --no-color gnat show | grep ${CTARGET} | awk '{ print $1 }') || return 0 + curr_config=$(eselect gnat show | grep ${CTARGET} | awk '{ print $1 }') || return 0 [[ -z ${curr_config} ]] && return 0 # The logic is basically "try to keep the same profile if possible" 1.1320 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1320&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1320&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1319&r2=1.1320 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1319 retrieving revision 1.1320 diff -u -r1.1319 -r1.1320 --- ChangeLog 11 Jul 2014 08:21:58 -0000 1.1319 +++ ChangeLog 13 Jul 2014 16:19:33 -0000 1.1320 @@ -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.1319 2014/07/11 08:21:58 ulm Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1320 2014/07/13 16:19:33 ulm Exp $ + + 13 Jul 2014; Ulrich Müller <[email protected]> gnatbuild.eclass: + Don't call eselect with obsolete --no-color option. 11 Jul 2014; Ulrich Müller <[email protected]> autotools.eclass, base.eclass, cdrom.eclass, cmake-utils.eclass, cvs.eclass, enlightenment.eclass,
