summaryrefslogtreecommitdiff
path: root/sys-fs
diff options
context:
space:
mode:
Diffstat (limited to 'sys-fs')
-rw-r--r--sys-fs/diskdev_cmds/ChangeLog8
-rw-r--r--sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild6
2 files changed, 8 insertions, 6 deletions
diff --git a/sys-fs/diskdev_cmds/ChangeLog b/sys-fs/diskdev_cmds/ChangeLog
index 4fe9132020cc..b3b99d2561e9 100644
--- a/sys-fs/diskdev_cmds/ChangeLog
+++ b/sys-fs/diskdev_cmds/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-fs/diskdev_cmds
-# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/ChangeLog,v 1.6 2011/09/18 21:39:36 maekke Exp $
+# Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/ChangeLog,v 1.7 2012/08/19 00:53:16 zerochaos Exp $
+
+ 19 Aug 2012; Rick Farina <zerochaos@gentoo.org> diskdev_cmds-332.14_p1.ebuild:
+ fixing missing openssl dep per #431778
18 Sep 2011; Markus Meier <maekke@gentoo.org> diskdev_cmds-332.14_p1.ebuild:
x86 stable, bug #382493
@@ -29,4 +32,3 @@
13 Nov 2006; Joseph Jezak <josejx@gentoo.org> +metadata.xml,
+diskdev_cmds-332.14.ebuild:
Initial commit, fixes bug #46342!
-
diff --git a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild
index 45f7e0c12bbc..f8d72244d076 100644
--- a/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild
+++ b/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild
@@ -1,6 +1,6 @@
-# Copyright 1999-2011 Gentoo Foundation
+# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild,v 1.4 2011/09/18 21:39:36 maekke Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild,v 1.5 2012/08/19 00:53:16 zerochaos Exp $
inherit eutils
@@ -14,7 +14,7 @@ LICENSE="APSL-2"
SLOT="0"
KEYWORDS="amd64 ppc x86"
IUSE=""
-DEPEND=""
+DEPEND="dev-libs/openssl"
RDEPEND="${DEPEND}"
S="${WORKDIR}/${PN}-${MY_PV}"