summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHanno Böck <hanno@gentoo.org>2008-03-04 21:10:07 +0000
committerHanno Böck <hanno@gentoo.org>2008-03-04 21:10:07 +0000
commitdadd55c64d0788b08d51e2dc2a7ada58d9c8390b (patch)
tree1344866675cb695e44bf84a86aa228a39d7e6d80 /sys-auth
parentremove old pam_mount ebuilds (diff)
downloadgentoo-2-dadd55c64d0788b08d51e2dc2a7ada58d9c8390b.tar.gz
gentoo-2-dadd55c64d0788b08d51e2dc2a7ada58d9c8390b.tar.bz2
gentoo-2-dadd55c64d0788b08d51e2dc2a7ada58d9c8390b.zip
add pkgconfig dep to pam_mount
(Portage version: 2.1.4.4)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_mount/ChangeLog7
-rw-r--r--sys-auth/pam_mount/pam_mount-0.32.ebuild14
2 files changed, 14 insertions, 7 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog
index 4945aaf1b555..b909284ec93a 100644
--- a/sys-auth/pam_mount/ChangeLog
+++ b/sys-auth/pam_mount/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_mount
-# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.11 2007/12/15 00:59:52 hanno Exp $
+# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.12 2008/03/04 21:10:07 hanno Exp $
+
+ 04 Mar 2008; Hanno Boeck <hanno@gentoo.org> pam_mount-0.32.ebuild:
+ Add pkgconfig dep and remove deprecated luks-dep.
*pam_mount-0.32 (15 Dec 2007)
diff --git a/sys-auth/pam_mount/pam_mount-0.32.ebuild b/sys-auth/pam_mount/pam_mount-0.32.ebuild
index 764182097d6d..8ea09c21dd0b 100644
--- a/sys-auth/pam_mount/pam_mount-0.32.ebuild
+++ b/sys-auth/pam_mount/pam_mount-0.32.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_mount/pam_mount-0.32.ebuild,v 1.1 2007/12/15 00:59:52 hanno Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-0.32.ebuild,v 1.2 2008/03/04 21:10:07 hanno Exp $
inherit multilib
@@ -16,9 +16,13 @@ IUSE="crypt"
DEPEND=">=sys-libs/pam-0.72
dev-libs/openssl
>=sys-libs/libhx-1.10.2
- dev-libs/libxml2"
-RDEPEND="$DEPEND
- crypt? ( || ( >=sys-fs/cryptsetup-1.0.5 sys-fs/cryptsetup-luks ) )
+ dev-libs/libxml2
+ dev-util/pkgconfig"
+RDEPEND=">=sys-libs/pam-0.72
+ dev-libs/openssl
+ >=sys-libs/libhx-1.10.2
+ dev-libs/libxml2
+ >=sys-fs/cryptsetup-1.0.5
sys-process/lsof"
src_compile() {