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 | |
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)
-rw-r--r-- | sys-boot/palo/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/palo/palo-9999.ebuild | 4 |
2 files changed, 5 insertions, 4 deletions
diff --git a/sys-boot/palo/ChangeLog b/sys-boot/palo/ChangeLog index a594fe79a478..c9cae5854e66 100644 --- a/sys-boot/palo/ChangeLog +++ b/sys-boot/palo/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/palo # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.38 2013/07/18 15:37:25 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/palo/ChangeLog,v 1.39 2013/07/21 14:13:39 jer Exp $ + + 21 Jul 2013; Jeroen Roovers <jer@gentoo.org> palo-9999.ebuild: + Remove patches that have been applied upstream. *palo-1.91 (18 Jul 2013) 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 |