diff options
author | Mike Doty <kingtaco@gentoo.org> | 2005-01-01 21:35:22 +0000 |
---|---|---|
committer | Mike Doty <kingtaco@gentoo.org> | 2005-01-01 21:35:22 +0000 |
commit | 9802c1574374ea8e873aeb79d5cccd249931bb5a (patch) | |
tree | c26284d5a69403cac3dc699d4d2fcb461068e709 /sys-boot/syslinux | |
parent | added 1.4 version for 2.4 Kernels (Manifest recommit) (diff) | |
download | gentoo-2-9802c1574374ea8e873aeb79d5cccd249931bb5a.tar.gz gentoo-2-9802c1574374ea8e873aeb79d5cccd249931bb5a.tar.bz2 gentoo-2-9802c1574374ea8e873aeb79d5cccd249931bb5a.zip |
~amd64 keyword added
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 7 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-2.11.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 32b2c4f93486..ca52cc1e4df3 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux -# Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.9 2004/12/04 21:51:09 iggy Exp $ +# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.10 2005/01/01 21:35:22 kingtaco Exp $ + + 01 Jan 2005; Mike Doty <kingtaco@gentoo.org> syslinux-2.11.ebuild: + ~amd64 keyword added *syslinux-2.11 (04 Dec 2004) diff --git a/sys-boot/syslinux/syslinux-2.11.ebuild b/sys-boot/syslinux/syslinux-2.11.ebuild index 9d60533d85f2..163ead13d59c 100644 --- a/sys-boot/syslinux/syslinux-2.11.ebuild +++ b/sys-boot/syslinux/syslinux-2.11.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.11.ebuild,v 1.1 2004/12/04 21:51:09 iggy Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-2.11.ebuild,v 1.2 2005/01/01 21:35:22 kingtaco Exp $ inherit eutils gcc @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~x86" +KEYWORDS="-* ~x86 ~amd64" IUSE="" DEPEND="dev-lang/nasm |