diff options
author | 2008-06-19 11:04:39 +0000 | |
---|---|---|
committer | 2008-06-19 11:04:39 +0000 | |
commit | 23a04070e292a398b97755465a245cf242727940 (patch) | |
tree | e35496d252fb801fcdb8205e44205788b9ef0c06 /sys-auth | |
parent | version bump - using proper release (diff) | |
download | gentoo-2-23a04070e292a398b97755465a245cf242727940.tar.gz gentoo-2-23a04070e292a398b97755465a245cf242727940.tar.bz2 gentoo-2-23a04070e292a398b97755465a245cf242727940.zip |
depend on openssl - bug #228177 thanks Evil Compile Person
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pam_p11/ChangeLog | 7 | ||||
-rw-r--r-- | sys-auth/pam_p11/pam_p11-0.1.3.ebuild | 7 |
2 files changed, 9 insertions, 5 deletions
diff --git a/sys-auth/pam_p11/ChangeLog b/sys-auth/pam_p11/ChangeLog index 1097a8bea5f9..02ceeaa2db60 100644 --- a/sys-auth/pam_p11/ChangeLog +++ b/sys-auth/pam_p11/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for sys-auth/pam_p11 -# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.18 2007/11/13 20:02:03 alonbl Exp $ +# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/ChangeLog,v 1.19 2008/06/19 11:04:39 dragonheart Exp $ + + 19 Jun 2008; Daniel Black <dragonheart@gentoo.org> pam_p11-0.1.3.ebuild: + depend on openssl - bug #228177 thanks Evil Compile Person 13 Nov 2007; Alon Bar-Lev <alonbl@gentoo.org> -pam_p11-0.1.2.ebuild: Version bump diff --git a/sys-auth/pam_p11/pam_p11-0.1.3.ebuild b/sys-auth/pam_p11/pam_p11-0.1.3.ebuild index 1884c34ac03a..caae06ff6dbc 100644 --- a/sys-auth/pam_p11/pam_p11-0.1.3.ebuild +++ b/sys-auth/pam_p11/pam_p11-0.1.3.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-auth/pam_p11/pam_p11-0.1.3.ebuild,v 1.9 2007/11/13 20:00:20 alonbl Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_p11/pam_p11-0.1.3.ebuild,v 1.10 2008/06/19 11:04:39 dragonheart Exp $ inherit pam eutils @@ -14,7 +14,8 @@ KEYWORDS="~alpha amd64 ~hppa ia64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/pam - dev-libs/libp11" + dev-libs/libp11 + dev-libs/openssl" RDEPEND="${DEPEND}" MAKEOPTS="${MAKEOPTS} -j1" |