diff options
author | Rick Farina <zerochaos@gentoo.org> | 2012-08-19 00:53:16 +0000 |
---|---|---|
committer | Rick Farina <zerochaos@gentoo.org> | 2012-08-19 00:53:16 +0000 |
commit | 192b1fe7fc3b97add99de698a2711cb4b3e229b8 (patch) | |
tree | ed37bedca261e98a9ecb2e88ca93bb0faac6e3b4 /sys-fs/diskdev_cmds | |
parent | Mask prelude for removal. (diff) | |
download | gentoo-2-192b1fe7fc3b97add99de698a2711cb4b3e229b8.tar.gz gentoo-2-192b1fe7fc3b97add99de698a2711cb4b3e229b8.tar.bz2 gentoo-2-192b1fe7fc3b97add99de698a2711cb4b3e229b8.zip |
fixing missing openssl dep per #431778
(Portage version: 2.1.11.10/cvs/Linux x86_64)
Diffstat (limited to 'sys-fs/diskdev_cmds')
-rw-r--r-- | sys-fs/diskdev_cmds/ChangeLog | 8 | ||||
-rw-r--r-- | sys-fs/diskdev_cmds/diskdev_cmds-332.14_p1.ebuild | 6 |
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}" |