diff options
author | Markos Chandras <hwoarang@gentoo.org> | 2010-09-23 20:11:09 +0000 |
---|---|---|
committer | Markos Chandras <hwoarang@gentoo.org> | 2010-09-23 20:11:09 +0000 |
commit | cbc00593b2c5a4529cc0c86fa555bf09c93a9012 (patch) | |
tree | 851bbf6ba19ee13a6d1a955788006aa086f17002 /sys-boot | |
parent | old (diff) | |
download | gentoo-2-cbc00593b2c5a4529cc0c86fa555bf09c93a9012.tar.gz gentoo-2-cbc00593b2c5a4529cc0c86fa555bf09c93a9012.tar.bz2 gentoo-2-cbc00593b2c5a4529cc0c86fa555bf09c93a9012.zip |
Stable on amd64 wrt bug #337013
(Portage version: 2.2_rc83/cvs/Linux x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-4.02.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 40fc6769b816..2facbc20f562 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.71 2010/07/28 20:13:24 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.72 2010/09/23 20:11:09 hwoarang Exp $ + + 23 Sep 2010; Markos Chandras <hwoarang@gentoo.org> syslinux-4.02.ebuild: + Stable on amd64 wrt bug #337013 *syslinux-4.02 (28 Jul 2010) diff --git a/sys-boot/syslinux/syslinux-4.02.ebuild b/sys-boot/syslinux/syslinux-4.02.ebuild index 6d4e89b0a6fa..13aa9896ef2d 100644 --- a/sys-boot/syslinux/syslinux-4.02.ebuild +++ b/sys-boot/syslinux/syslinux-4.02.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2010 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.02.ebuild,v 1.1 2010/07/28 20:13:24 chithanh Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-4.02.ebuild,v 1.2 2010/09/23 20:11:09 hwoarang Exp $ inherit eutils toolchain-funcs @@ -10,7 +10,7 @@ SRC_URI="mirror://kernel/linux/utils/boot/syslinux/${PV:0:1}.xx/${P/_/-}.tar.bz2 LICENSE="GPL-2" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="-* amd64 ~x86" IUSE="custom-cflags" RDEPEND="sys-fs/mtools |