diff options
author | Jeroen Roovers <jer@gentoo.org> | 2015-01-24 19:18:35 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2015-01-24 19:18:35 +0000 |
commit | 55129fa27a8f37a2f2c106271c00db47a5c20004 (patch) | |
tree | 0ae3189cde4dd0502d0727103bd6a445ad4edfff /x11-misc/superswitcher | |
parent | Version bump, bug 536662 (diff) | |
download | gentoo-2-55129fa27a8f37a2f2c106271c00db47a5c20004.tar.gz gentoo-2-55129fa27a8f37a2f2c106271c00db47a5c20004.tar.bz2 gentoo-2-55129fa27a8f37a2f2c106271c00db47a5c20004.zip |
Fix MAKEOPTS (bug #537542).
(Portage version: 2.2.15/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-misc/superswitcher')
-rw-r--r-- | x11-misc/superswitcher/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/superswitcher/superswitcher-0.6.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/superswitcher/ChangeLog b/x11-misc/superswitcher/ChangeLog index f23d14d8a2c0..869b7ad21ad9 100644 --- a/x11-misc/superswitcher/ChangeLog +++ b/x11-misc/superswitcher/ChangeLog @@ -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 <jer@gentoo.org> superswitcher-0.6.ebuild: + Fix MAKEOPTS (bug #537542). 10 Aug 2014; Sergei Trofimovich <slyfox@gentoo.org> superswitcher-0.6.ebuild: QA: drop trailing '.' from DESCRIPTION diff --git a/x11-misc/superswitcher/superswitcher-0.6.ebuild b/x11-misc/superswitcher/superswitcher-0.6.ebuild index 3c4eee6ec5e6..86901df2cfea 100644 --- a/x11-misc/superswitcher/superswitcher-0.6.ebuild +++ b/x11-misc/superswitcher/superswitcher-0.6.ebuild @@ -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_prepare() { } src_install() { - MAKEOPTS+="-j1" default + MAKEOPTS=-j1 default } |