diff options
author | Paul de Vrieze <pauldv@gentoo.org> | 2003-12-30 23:31:52 +0000 |
---|---|---|
committer | Paul de Vrieze <pauldv@gentoo.org> | 2003-12-30 23:31:52 +0000 |
commit | c60eb3b03222ef225cb3f61e2de523fbf91a2a1d (patch) | |
tree | 85542f85afdc16f9e6ad1c621783e06c4617dd02 /sys-boot/syslinux | |
parent | Fixed typo. "mysql ? (" > "mysql? (". Please use repoman! (diff) | |
download | historical-c60eb3b03222ef225cb3f61e2de523fbf91a2a1d.tar.gz historical-c60eb3b03222ef225cb3f61e2de523fbf91a2a1d.tar.bz2 historical-c60eb3b03222ef225cb3f61e2de523fbf91a2a1d.zip |
Fix metadata.xml and allong remove amd64 from the keywords as nasm is not on amd64
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/metadata.xml | 1 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-2.06.ebuild | 4 |
3 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 1e2c656292e1..bca6c99c876a 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for sys-boot/syslinux # Copyright 2002-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Id: ChangeLog,v 1.2 2003/12/09 08:55:58 seemant Exp $ +# $Id: ChangeLog,v 1.3 2003/12/30 23:31:52 pauldv Exp $ + + 31 Dec 2003; <paul@gentoo.org> metadata.xml, syslinux-2.06.ebuild: + nasm is not available on amd64, and even if it worked (unresearched) it could + create all kinds of funny sideeffects *syslinux-2.06 (08 Dec 2003) diff --git a/sys-boot/syslinux/metadata.xml b/sys-boot/syslinux/metadata.xml index ef0805e71ae1..96a2d586367d 100644 --- a/sys-boot/syslinux/metadata.xml +++ b/sys-boot/syslinux/metadata.xml @@ -1,4 +1,3 @@ - <?xml version="1.0" encoding="UTF-8"?> <!DOCTYPE pkgmetadata SYSTEM "http://www.gentoo.org/dtd/metadata.dtd"> <pkgmetadata> diff --git a/sys-boot/syslinux/syslinux-2.06.ebuild b/sys-boot/syslinux/syslinux-2.06.ebuild index d890354e18dc..88ee8f63e30d 100644 --- a/sys-boot/syslinux/syslinux-2.06.ebuild +++ b/sys-boot/syslinux/syslinux-2.06.ebuild @@ -1,12 +1,12 @@ # Copyright 1999-2003 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.06.ebuild,v 1.1 2003/12/09 08:28:31 seemant Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.06.ebuild,v 1.2 2003/12/30 23:31:52 pauldv Exp $ DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" -KEYWORDS="~x86 ~amd64 -ppc -sparc" +KEYWORDS="~x86 -ppc -sparc" LICENSE="GPL-2" SLOT="0" |