diff options
author | Jeremy Olexa <darkside@gentoo.org> | 2008-12-21 01:53:47 +0000 |
---|---|---|
committer | Jeremy Olexa <darkside@gentoo.org> | 2008-12-21 01:53:47 +0000 |
commit | f0abddef2aac68c6e56ce8e739e8a074cebf76ea (patch) | |
tree | 0f706a7d48ae23605dac30bae2e6643e43848c20 /sys-boot | |
parent | reintroduce USE=spell as we can fix the wrong built_with_use check by the --m... (diff) | |
download | gentoo-2-f0abddef2aac68c6e56ce8e739e8a074cebf76ea.tar.gz gentoo-2-f0abddef2aac68c6e56ce8e739e8a074cebf76ea.tar.bz2 gentoo-2-f0abddef2aac68c6e56ce8e739e8a074cebf76ea.zip |
amd64 stable, bug 251816
(Portage version: 2.2_rc17/cvs/Linux 2.6.27.9 x86_64)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 5 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.71.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 5e9db1d2d05c..04382c097486 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-boot/syslinux # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.39 2008/12/21 01:02:30 robbat2 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.40 2008/12/21 01:53:47 darkside Exp $ + + 21 Dec 2008; Jeremy Olexa <darkside@gentoo.org> syslinux-3.71.ebuild: + amd64 stable, bug 251816 *syslinux-3.72 (21 Dec 2008) diff --git a/sys-boot/syslinux/syslinux-3.71.ebuild b/sys-boot/syslinux/syslinux-3.71.ebuild index 4cc24b7021e5..0323ac549133 100644 --- a/sys-boot/syslinux/syslinux-3.71.ebuild +++ b/sys-boot/syslinux/syslinux-3.71.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.2 2008/10/25 18:43:33 zmedico Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.71.ebuild,v 1.3 2008/12/21 01:53:47 darkside 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 |