diff options
author | Julian Ospald <hasufell@gentoo.org> | 2014-05-08 12:43:40 +0000 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2014-05-08 12:43:40 +0000 |
commit | a5b85b8d49af71c6c3ead227a42d3c11abd72da1 (patch) | |
tree | b39782027870440c6163e99da929437ef7180b1a /x11-wm | |
parent | Apply -parallel_make/-cflags patches here too. (diff) | |
download | gentoo-2-a5b85b8d49af71c6c3ead227a42d3c11abd72da1.tar.gz gentoo-2-a5b85b8d49af71c6c3ead227a42d3c11abd72da1.tar.bz2 gentoo-2-a5b85b8d49af71c6c3ead227a42d3c11abd72da1.zip |
revert, no patches in live ebuilds
(Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key BDEED020)
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/i3/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/i3/i3-9999.ebuild | 5 |
2 files changed, 5 insertions, 5 deletions
diff --git a/x11-wm/i3/ChangeLog b/x11-wm/i3/ChangeLog index 2025b099194f..2362eee04a29 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.50 2014/05/08 12:11:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/ChangeLog,v 1.51 2014/05/08 12:43:40 hasufell Exp $ + + 08 May 2014; Julian Ospald <hasufell@gentoo.org> i3-9999.ebuild: + revert, no patches in live ebuilds 08 May 2014; Jeroen Roovers <jer@gentoo.org> i3-9999.ebuild: Apply -parallel_make/-cflags patches here too. diff --git a/x11-wm/i3/i3-9999.ebuild b/x11-wm/i3/i3-9999.ebuild index 7acb336f8478..73b2308490ff 100644 --- a/x11-wm/i3/i3-9999.ebuild +++ b/x11-wm/i3/i3-9999.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-9999.ebuild,v 1.2 2014/05/08 12:11:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/i3/i3-9999.ebuild,v 1.3 2014/05/08 12:43:40 hasufell Exp $ EAPI=5 @@ -46,9 +46,6 @@ src_prepare() { exec /usr/bin/i3 EOF - epatch "${FILESDIR}"/${PN}-4.7.2-cflags.patch \ - "${FILESDIR}"/${PN}-4.7.2-parallel_make.patch - epatch_user #471716 } |