diff options
author | Jeroen Roovers <jer@gentoo.org> | 2014-05-08 12:07:20 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2014-05-08 12:07:20 +0000 |
commit | fc7bc81ef3c9bad3bf84f1afaff02941a5a44032 (patch) | |
tree | 6f8987d2fda13887d4ee3cae05626bdb591bffc5 /x11-wm/i3 | |
parent | Update mask for app-editors/emacs SLOTs 21 and 22. (diff) | |
download | gentoo-2-fc7bc81ef3c9bad3bf84f1afaff02941a5a44032.tar.gz gentoo-2-fc7bc81ef3c9bad3bf84f1afaff02941a5a44032.tar.bz2 gentoo-2-fc7bc81ef3c9bad3bf84f1afaff02941a5a44032.zip |
Space.
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'x11-wm/i3')
-rw-r--r-- | x11-wm/i3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/i3/i3-4.7.2-r1.ebuild | 5 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index 8d67c2050d53..411cd3f4a388 100644 --- a/x11-wm/i3/ChangeLog +++ b/x11-wm/i3/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/i3 # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.48 2014/04/24 20:46:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.49 2014/05/08 12:07:20 jer Exp $ + + 08 May 2014; Jeroen Roovers <jer@gentoo.org> i3-4.7.2-r1.ebuild: + Space. *i3-4.7.2-r1 (24 Apr 2014) diff --git a/x11-wm/i3/i3-4.7.2-r1.ebuild b/x11-wm/i3/i3-4.7.2-r1.ebuild index 21f892d397a5..37fa375bb29d 100644 --- a/x11-wm/i3/i3-4.7.2-r1.ebuild +++ b/x11-wm/i3/i3-4.7.2-r1.ebuild @@ -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/x11-wm/i3/i3-4.7.2-r1.ebuild,v 1.1 2014/04/24 20:46:17 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-4.7.2-r1.ebuild,v 1.2 2014/05/08 12:07:20 jer Exp $ EAPI=5 @@ -45,8 +45,9 @@ src_prepare() { exec /usr/bin/i3 EOF - epatch "${FILESDIR}"/${P}-cflags.patch\ + epatch "${FILESDIR}"/${P}-cflags.patch \ "${FILESDIR}"/${P}-parallel_make.patch + epatch_user #471716 } |