summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-12 09:29:32 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2007-07-12 09:29:32 +0000
commit465ec0c5ce81dfa34ff07e5a684f5bb2358049dc (patch)
treed4b61357f6f9b59817363b0395f25a99a90d6358 /sys-auth/pam_chroot
parentBlock the split modules to avoid collisions. (diff)
downloadgentoo-2-465ec0c5ce81dfa34ff07e5a684f5bb2358049dc.tar.gz
gentoo-2-465ec0c5ce81dfa34ff07e5a684f5bb2358049dc.tar.bz2
gentoo-2-465ec0c5ce81dfa34ff07e5a684f5bb2358049dc.zip
Block older PAM versions to avoid collisions.
(Portage version: 2.1.3_rc7)
Diffstat (limited to 'sys-auth/pam_chroot')
-rw-r--r--sys-auth/pam_chroot/ChangeLog6
-rw-r--r--sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-auth/pam_chroot/ChangeLog b/sys-auth/pam_chroot/ChangeLog
index fc1f164e52c3..7c0bacf57951 100644
--- a/sys-auth/pam_chroot/ChangeLog
+++ b/sys-auth/pam_chroot/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for sys-auth/pam_chroot
# Copyright 1999-2007 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_chroot/ChangeLog,v 1.1 2007/07/12 04:37:09 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_chroot/ChangeLog,v 1.2 2007/07/12 09:29:32 flameeyes Exp $
+
+ 12 Jul 2007; Diego Pettenò <flameeyes@gentoo.org>
+ pam_chroot-0.9.1.ebuild:
+ Block older PAM versions to avoid collisions.
*pam_chroot-0.9.1 (12 Jul 2007)
diff --git a/sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild b/sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild
index f7dff4711500..0ff4f90fcbc8 100644
--- a/sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild
+++ b/sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2007 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild,v 1.1 2007/07/12 04:37:09 hawking Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_chroot/pam_chroot-0.9.1.ebuild,v 1.2 2007/07/12 09:29:32 flameeyes Exp $
inherit toolchain-funcs pam flag-o-matic
@@ -13,7 +13,8 @@ SLOT="0"
KEYWORDS="~x86"
IUSE=""
-DEPEND="virtual/pam"
+DEPEND="virtual/pam
+ !<sys-libs/pam-0.99"
RDEPEND="${DEPEND}"
src_compile() {