diff options
author | Luis Medinas <metalgod@gentoo.org> | 2005-10-10 00:51:53 +0000 |
---|---|---|
committer | Luis Medinas <metalgod@gentoo.org> | 2005-10-10 00:51:53 +0000 |
commit | ecfe769980a41ba7c4c94418c5aaf7bf753a7074 (patch) | |
tree | f594d2b33b9f4e3ac15f59c72008acad5a4c8b28 /sys-boot/syslinux | |
parent | Added upstream patch to fix resize bug. Closes bug #105735. (diff) | |
download | gentoo-2-ecfe769980a41ba7c4c94418c5aaf7bf753a7074.tar.gz gentoo-2-ecfe769980a41ba7c4c94418c5aaf7bf753a7074.tar.bz2 gentoo-2-ecfe769980a41ba7c4c94418c5aaf7bf753a7074.zip |
Marked stable on amd64. Closes bug #108508.
(Portage version: 2.0.51.22-r3)
Diffstat (limited to 'sys-boot/syslinux')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.09.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 0881451c2900..9e62531c5d55 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.19 2005/10/09 05:30:32 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.20 2005/10/10 00:51:53 metalgod Exp $ + + 10 Oct 2005; Luis Medinas <metalgod@gentoo.org> syslinux-3.09.ebuild: + Marked stable on amd64. Closes bug #108508. 09 Oct 2005; Mark Loeser <halcy0n@gentoo.org> syslinux-3.09.ebuild: Stable on x86 diff --git a/sys-boot/syslinux/syslinux-3.09.ebuild b/sys-boot/syslinux/syslinux-3.09.ebuild index 3cba0702f09c..66e995e24ae8 100644 --- a/sys-boot/syslinux/syslinux-3.09.ebuild +++ b/sys-boot/syslinux/syslinux-3.09.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.09.ebuild,v 1.2 2005/10/09 05:30:32 halcy0n Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.09.ebuild,v 1.3 2005/10/10 00:51:53 metalgod Exp $ inherit eutils @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 x86" +KEYWORDS="-* amd64 x86" IUSE="" RDEPEND="sys-fs/mtools" |