jer         15/01/24 19:18:35

  Modified:             ChangeLog superswitcher-0.6.ebuild
  Log:
  Fix MAKEOPTS (bug #537542).
  
  (Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key 
A792A613)

Revision  Changes    Path
1.13                 x11-misc/superswitcher/ChangeLog

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/ChangeLog?rev=1.13&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/ChangeLog?rev=1.13&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/ChangeLog?r1=1.12&r2=1.13

Index: ChangeLog
===================================================================
RCS file: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v
retrieving revision 1.12
retrieving revision 1.13
diff -u -r1.12 -r1.13
--- ChangeLog   10 Aug 2014 20:03:59 -0000      1.12
+++ ChangeLog   24 Jan 2015 19:18:35 -0000      1.13
@@ -1,6 +1,9 @@
 # ChangeLog for x11-misc/superswitcher
-# Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.12 
2014/08/10 20:03:59 slyfox Exp $
+# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/superswitcher/ChangeLog,v 1.13 
2015/01/24 19:18:35 jer Exp $
+
+  24 Jan 2015; Jeroen Roovers <[email protected]> superswitcher-0.6.ebuild:
+  Fix MAKEOPTS (bug #537542).
 
   10 Aug 2014; Sergei Trofimovich <[email protected]> superswitcher-0.6.ebuild:
   QA: drop trailing '.' from DESCRIPTION



1.10                 x11-misc/superswitcher/superswitcher-0.6.ebuild

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild?rev=1.10&view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild?rev=1.10&content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild?r1=1.9&r2=1.10

Index: superswitcher-0.6.ebuild
===================================================================
RCS file: 
/var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v
retrieving revision 1.9
retrieving revision 1.10
diff -u -r1.9 -r1.10
--- superswitcher-0.6.ebuild    10 Aug 2014 20:03:59 -0000      1.9
+++ superswitcher-0.6.ebuild    24 Jan 2015 19:18:35 -0000      1.10
@@ -1,6 +1,6 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
 # Distributed under the terms of the GNU General Public License v2
-# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.9 
2014/08/10 20:03:59 slyfox Exp $
+# $Header: 
/var/cvsroot/gentoo-x86/x11-misc/superswitcher/superswitcher-0.6.ebuild,v 1.10 
2015/01/24 19:18:35 jer Exp $
 
 EAPI=4
 inherit autotools eutils
@@ -37,5 +37,5 @@
 }
 
 src_install() {
-       MAKEOPTS+="-j1" default
+       MAKEOPTS=-j1 default
 }




Reply via email to