summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-boot/syslinux/ChangeLog6
-rw-r--r--sys-boot/syslinux/metadata.xml1
-rw-r--r--sys-boot/syslinux/syslinux-2.06.ebuild4
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"