diff options
author | Jeroen Roovers <jer@gentoo.org> | 2013-07-21 14:13:39 +0000 |
---|---|---|
committer | Jeroen Roovers <jer@gentoo.org> | 2013-07-21 14:13:39 +0000 |
commit | 81bff3c39529ba88293a3c41adf597f0a1a07881 (patch) | |
tree | 4c4d6d6b2c80fb6a4a4142cc670f24c63c19a105 /sys-boot/palo/palo-9999.ebuild | |
parent | Spelling. (diff) | |
download | gentoo-2-81bff3c39529ba88293a3c41adf597f0a1a07881.tar.gz gentoo-2-81bff3c39529ba88293a3c41adf597f0a1a07881.tar.bz2 gentoo-2-81bff3c39529ba88293a3c41adf597f0a1a07881.zip |
Remove patches that have been applied upstream.
(Portage version: 2.2.0_alpha188/cvs/Linux x86_64, signed Manifest commit with key A792A613)
Diffstat (limited to 'sys-boot/palo/palo-9999.ebuild')
-rw-r--r-- | sys-boot/palo/palo-9999.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-boot/palo/palo-9999.ebuild b/sys-boot/palo/palo-9999.ebuild index 5dd0ba476e20..34871d41e4a6 100644 --- a/sys-boot/palo/palo-9999.ebuild +++ b/sys-boot/palo/palo-9999.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.3 2013/07/18 14:06:35 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/palo-9999.ebuild,v 1.4 2013/07/21 14:13:39 jer Exp $ EAPI=5 @@ -17,8 +17,6 @@ IUSE="" src_prepare() { epatch \ - "${FILESDIR}"/${PN}-1.18-include.patch \ - "${FILESDIR}"/${PN}-9999-open.patch \ "${FILESDIR}"/${PN}-9999-toolchain.patch sed -i lib/common.h -e '/^#define PALOVERSION/{s|".*"|"'${PV}'"|g}' || die sed -i palo/Makefile -e '/^LDFLAGS=/d' || die |