diff options
author | Dawid Węgliński <cla@gentoo.org> | 2008-08-19 11:56:24 +0000 |
---|---|---|
committer | Dawid Węgliński <cla@gentoo.org> | 2008-08-19 11:56:24 +0000 |
commit | 9385a8dd0435109c8a4b68ef5cefe2edd7971f81 (patch) | |
tree | 62fb725867562083adb308589021dcba2559c1cf /sys-boot | |
parent | made -2008 go into a different SLOT from -2007, as they have incompatible bug... (diff) | |
download | gentoo-2-9385a8dd0435109c8a4b68ef5cefe2edd7971f81.tar.gz gentoo-2-9385a8dd0435109c8a4b68ef5cefe2edd7971f81.tar.bz2 gentoo-2-9385a8dd0435109c8a4b68ef5cefe2edd7971f81.zip |
Stable on amd64/x86 per bug #232197; add dev-perl/Crypt-PasswdMD5 to RDEPEND for missing perl module (thanks to mklimek@mklimek.org on IRC).
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-boot')
-rw-r--r-- | sys-boot/syslinux/ChangeLog | 6 | ||||
-rw-r--r-- | sys-boot/syslinux/syslinux-3.52.ebuild | 9 |
2 files changed, 10 insertions, 5 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog index 22f16f04f919..57a4bea6097d 100644 --- a/sys-boot/syslinux/ChangeLog +++ b/sys-boot/syslinux/ChangeLog @@ -1,6 +1,10 @@ # 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.34 2008/07/21 23:21:18 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.35 2008/08/19 11:56:24 cla Exp $ + + 19 Aug 2008; Dawid Węgliński <cla@gentoo.org> syslinux-3.52.ebuild: + Stable on amd64/x86 per bug #232197; add dev-perl/Crypt-PasswdMD5 to RDEPEND + for missing perl module (thanks to mklimek@mklimek.org on IRC). *syslinux-3.70 (21 Jul 2008) diff --git a/sys-boot/syslinux/syslinux-3.52.ebuild b/sys-boot/syslinux/syslinux-3.52.ebuild index d36512b6141e..cfacfe750654 100644 --- a/sys-boot/syslinux/syslinux-3.52.ebuild +++ b/sys-boot/syslinux/syslinux-3.52.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2007 Gentoo Foundation +# 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.52.ebuild,v 1.1 2007/10/24 18:12:17 beandog Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.2 2008/08/19 11:56:24 cla Exp $ DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader" HOMEPAGE="http://syslinux.zytor.com/" @@ -8,10 +8,11 @@ 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" +RDEPEND="sys-fs/mtools + dev-perl/Crypt-PasswdMD5" DEPEND="${RDEPEND} dev-lang/nasm" |