summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDawid Węgliński <cla@gentoo.org>2008-08-19 12:13:05 +0000
committerDawid Węgliński <cla@gentoo.org>2008-08-19 12:13:05 +0000
commit4cdbc1b723d2de7a8beafbef52a0799b2a7ad4f3 (patch)
tree52cd348da61592054761fd372f640b2a1c28916e /sys-boot
parentRemove old. (diff)
downloadgentoo-2-4cdbc1b723d2de7a8beafbef52a0799b2a7ad4f3.tar.gz
gentoo-2-4cdbc1b723d2de7a8beafbef52a0799b2a7ad4f3.tar.bz2
gentoo-2-4cdbc1b723d2de7a8beafbef52a0799b2a7ad4f3.zip
Add missing dev-perl/Digest-SHA1 to RDEPEND
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-boot')
-rw-r--r--sys-boot/syslinux/ChangeLog5
-rw-r--r--sys-boot/syslinux/syslinux-3.52.ebuild5
2 files changed, 7 insertions, 3 deletions
diff --git a/sys-boot/syslinux/ChangeLog b/sys-boot/syslinux/ChangeLog
index 57a4bea6097d..fd0bd720544a 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.35 2008/08/19 11:56:24 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/ChangeLog,v 1.36 2008/08/19 12:13:05 cla Exp $
+
+ 19 Aug 2008; Dawid Węgliński <cla@gentoo.org> syslinux-3.52.ebuild:
+ Add missing dev-perl/Digest-SHA1 to RDEPEND
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
diff --git a/sys-boot/syslinux/syslinux-3.52.ebuild b/sys-boot/syslinux/syslinux-3.52.ebuild
index cfacfe750654..ff8f90a10313 100644
--- a/sys-boot/syslinux/syslinux-3.52.ebuild
+++ b/sys-boot/syslinux/syslinux-3.52.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.52.ebuild,v 1.2 2008/08/19 11:56:24 cla Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-boot/syslinux/syslinux-3.52.ebuild,v 1.3 2008/08/19 12:13:05 cla Exp $
DESCRIPTION="SysLinux, IsoLinux and PXELinux bootloader"
HOMEPAGE="http://syslinux.zytor.com/"
@@ -12,7 +12,8 @@ KEYWORDS="-* amd64 x86"
IUSE=""
RDEPEND="sys-fs/mtools
- dev-perl/Crypt-PasswdMD5"
+ dev-perl/Crypt-PasswdMD5
+ dev-perl/Digest-SHA1"
DEPEND="${RDEPEND}
dev-lang/nasm"