polynomial-c    15/05/28 06:37:16

  Modified:             mozconfig-v5.33.eclass ChangeLog
  Log:
  Fixed case syntax

Revision  Changes    Path
1.5                  eclass/mozconfig-v5.33.eclass

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.5&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?rev=1.5&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/mozconfig-v5.33.eclass?r1=1.4&r2=1.5

Index: mozconfig-v5.33.eclass
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v
retrieving revision 1.4
retrieving revision 1.5
diff -u -r1.4 -r1.5
--- mozconfig-v5.33.eclass      27 May 2015 19:00:31 -0000      1.4
+++ mozconfig-v5.33.eclass      28 May 2015 06:37:16 -0000      1.5
@@ -1,6 +1,6 @@
 # Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.4 
2015/05/27 19:00:31 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/mozconfig-v5.33.eclass,v 1.5 
2015/05/28 06:37:16 polynomial-c Exp $
 #
 # @ECLASS: mozconfig-v5.33.eclass
 # @MAINTAINER:
@@ -21,8 +21,8 @@
 inherit multilib flag-o-matic toolchain-funcs mozcoreconf-v3
 
 case ${EAPI} in
-       0|1|2|3|4) die "EAPI=${EAPI} not supported"
-       *) die "This eclass has been disabled and will be removed on 
2015-06-30.  If you need it, copy to your overlay and remove this line."
+       0|1|2|3|4) die "EAPI=${EAPI} not supported" ;;
+       *) die "This eclass has been disabled and will be removed on 
2015-06-30.  If you need it, copy to your overlay and remove this line." ;;
 esac
 
 # @ECLASS-VARIABLE: MOZCONFIG_OPTIONAL_WIFI



1.1627               eclass/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1627&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?rev=1.1627&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/eclass/ChangeLog?r1=1.1626&r2=1.1627

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v
retrieving revision 1.1626
retrieving revision 1.1627
diff -u -r1.1626 -r1.1627
--- ChangeLog   27 May 2015 19:00:31 -0000      1.1626
+++ ChangeLog   28 May 2015 06:37:16 -0000      1.1627
@@ -1,6 +1,9 @@
 # ChangeLog for eclass directory
 # Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1626 2015/05/27 
19:00:31 axs Exp $
+# $Header: /var/cvsroot/gentoo-x86/eclass/ChangeLog,v 1.1627 2015/05/28 
06:37:16 polynomial-c Exp $
+
+  28 May 2015; Lars Wendler <[email protected]> mozconfig-v5.33.eclass:
+  Fixed case syntax.
 
   27 May 2015; Ian Stakenvicius (_AxS_) <[email protected]>
   mozconfig-v5.31.eclass, mozconfig-v5.33.eclass, +mozconfig-v5.38.eclass:




Reply via email to