diff options
author | Seemant Kulleen <seemant@gentoo.org> | 2002-07-06 22:22:21 +0000 |
---|---|---|
committer | Seemant Kulleen <seemant@gentoo.org> | 2002-07-06 22:22:21 +0000 |
commit | b7d598d8f050820e3c81b66c5de84defe1317a09 (patch) | |
tree | 5cc205790a1ea66856c98fc924e270e405a46a2c /sys-apps/syslinux | |
parent | LICENSE fixes from Daniel Ahlberg (diff) | |
download | gentoo-2-b7d598d8f050820e3c81b66c5de84defe1317a09.tar.gz gentoo-2-b7d598d8f050820e3c81b66c5de84defe1317a09.tar.bz2 gentoo-2-b7d598d8f050820e3c81b66c5de84defe1317a09.zip |
fixed nasm dependency
Diffstat (limited to 'sys-apps/syslinux')
-rw-r--r-- | sys-apps/syslinux/ChangeLog | 9 | ||||
-rw-r--r-- | sys-apps/syslinux/syslinux-1.75.ebuild | 11 |
2 files changed, 12 insertions, 8 deletions
diff --git a/sys-apps/syslinux/ChangeLog b/sys-apps/syslinux/ChangeLog index 4243de65c2a8..6411e69528a2 100644 --- a/sys-apps/syslinux/ChangeLog +++ b/sys-apps/syslinux/ChangeLog @@ -1,7 +1,10 @@ # ChangeLog for sys-apps/syslinux # Copyright 2002 Gentoo Technologies, Inc.; Distributed under the GPL -# $Id: ChangeLog,v 1.1 2002/07/06 15:37:58 drobbins Exp $ +# $Id: ChangeLog,v 1.2 2002/07/06 22:22:21 seemant Exp $ -*syslinux-1.75 (28 June 2002); Bart Verwilst <verwilst@gentoo.org> +*syslinux-1.75 (28 June 2002) - + 28 Jun 2002; Bart Verwilst <verwilst@gentoo.org> syslinux-1.75.ebuild + ChangeLog files/digest-syslinux-1.75 : + + Initial package from an ebuild submitted by (whom?) in bug # (Which?) diff --git a/sys-apps/syslinux/syslinux-1.75.ebuild b/sys-apps/syslinux/syslinux-1.75.ebuild index 40533f7f909b..39681f7fe375 100644 --- a/sys-apps/syslinux/syslinux-1.75.ebuild +++ b/sys-apps/syslinux/syslinux-1.75.ebuild @@ -1,17 +1,18 @@ # Copyright 1999-2002 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-1.75.ebuild,v 1.2 2002/07/06 15:37:58 drobbins Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/syslinux/syslinux-1.75.ebuild,v 1.3 2002/07/06 22:22:21 seemant Exp $ +S=${WORKDIR}/${P} DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" -LICENSE="GPL-2" -DEPEND=">=nasm-0.98.31" SRC_URI="ftp://ftp.kernel.org/pub/linux/utils/boot/syslinux/${P}.tar.gz" + KEYWORDS="x86" -SLOT="0" + LICENSE="GPL-2" +SLOT="0" -S=${WORKDIR}/${P} +DEPEND="dev-lang/nasm" src_compile() { emake || die |