axs 14/12/04 00:51:30 Modified: mozconfig-v5.34.eclass ChangeLog Log: fixed typo in mozconfig-v5.34 eclass comments
Revision Changes Path 1.2 eclass/mozconfig-v5.34.eclass file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.34.eclass?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.34.eclass?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.34.eclass?r1=1.1&r2=1.2 Index: mozconfig-v5.34.eclass =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.34.eclass,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- mozconfig-v5.34.eclass 3 Dec 2014 23:10:06 -0000 1.1 +++ mozconfig-v5.34.eclass 4 Dec 2014 00:51:30 -0000 1.2 @@ -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/mozconfig-v5.34.eclass,v 1.1 2014/12/03 23:10:06 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.34.eclass,v 1.2 2014/12/04 00:51:30 axs Exp $ # # @ECLASS: mozconfig-v5.33.eclass # @MAINTAINER: @@ -159,7 +159,7 @@ if ! use debug ; then mozconfig_annotate 'disabled by Gentoo' --disable-debug-symbols else - mozconfig_annotate 'disabled by Gentoo' --enable-debug-symbols + mozconfig_annotate 'enabled by Gentoo' --enable-debug-symbols fi mozconfig_use_enable startup-notification 1.1451 eclass/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1451&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1451&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1450&r2=1.1451 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v retrieving revision 1.1450 retrieving revision 1.1451 diff -u -r1.1450 -r1.1451 --- ChangeLog 3 Dec 2014 23:10:06 -0000 1.1450 +++ ChangeLog 4 Dec 2014 00:51:30 -0000 1.1451 @@ -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.1450 2014/12/03 23:10:06 axs Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1451 2014/12/04 00:51:30 axs Exp $ + + 04 Dec 2014; Ian Stakenvicius (_AxS_) <[email protected]> + mozconfig-v5.34.eclass: + fixed typo in mozconfig-v5.34 eclass comments 03 Dec 2014; Ian Stakenvicius (_AxS_) <[email protected]> mozconfig-v5.31.eclass, +mozconfig-v5.34.eclass:
