Index: syslinux-3.07.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.07.ebuild,v retrieving revision 1.1 diff -u -b -B -w -p -r1.1 syslinux-3.07.ebuild --- syslinux-3.07.ebuild 15 Jan 2005 21:25:41 -0000 1.1 +++ syslinux-3.07.ebuild 20 Jan 2005 01:32:41 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.07.ebuild,v 1.1 2005/01/15 21:25:41 vapier Exp $ -inherit eutils gcc +inherit eutils DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" @@ -23,6 +23,12 @@ DEPEND="${RDEPEND} # removed all the unpack/patching stuff since we aren't rebuilding the core stuff anymore +src_unpack() { + unpack ${A} + cd ${S} + epatch ${FILESDIR}/syslinux-3.07-solar.patch +} + src_compile() { emake installer || die }