diff options
author | Mike Frysinger <vapier@gentoo.org> | 2004-10-07 15:18:34 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2004-10-07 15:18:34 +0000 |
commit | 0ebb988c7c80327d49a7e18ca826ec9395ad70fb (patch) | |
tree | 4e599e6a8e6ab0f2592b0a30975da38bf8eb9975 /sys-boot | |
parent | Version bump (diff) | |
download | historical-0ebb988c7c80327d49a7e18ca826ec9395ad70fb.tar.gz historical-0ebb988c7c80327d49a7e18ca826ec9395ad70fb.tar.bz2 historical-0ebb988c7c80327d49a7e18ca826ec9395ad70fb.zip |
stabilize
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/syslinux-2.09.ebuild | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-boot/syslinux/syslinux-2.09.ebuild b/sys-boot/syslinux/syslinux-2.09.ebuild index 826b421affbc..11d459de3342 100644 --- a/sys-boot/syslinux/syslinux-2.09.ebuild +++ b/sys-boot/syslinux/syslinux-2.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.09.ebuild,v 1.4 2004/07/15 02:52:27 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.09.ebuild,v 1.5 2004/10/07 15:18:34 vapier Exp $ inherit eutils gcc @@ -8,10 +8,10 @@ DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" -KEYWORDS="~x86 -ppc -sparc" -IUSE="" LICENSE="GPL-2" SLOT="0" +KEYWORDS="-* x86" +IUSE="" DEPEND="dev-lang/nasm sys-fs/mtools" |