summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-21 15:27:13 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-10-21 15:27:13 +0000
commit1440aa99c6152e7a1cac2514c6b7568b7a7d4e69 (patch)
tree7572bca835c7db38e78cc6c33eff35f2c64cb329 /sys-auth/openpam
parentVersion bump, bug #137527. Fix dependencies on twisted modules, bug #141483. (diff)
downloadgentoo-2-1440aa99c6152e7a1cac2514c6b7568b7a7d4e69.tar.gz
gentoo-2-1440aa99c6152e7a1cac2514c6b7568b7a7d4e69.tar.bz2
gentoo-2-1440aa99c6152e7a1cac2514c6b7568b7a7d4e69.zip
Make openpam accept netbsd-pam-modules (from transition overlay) for Gentoo/NetBSD systems, avoid having the ebuild in overlay.
(Portage version: 2.1.2_pre3-r6)
Diffstat (limited to 'sys-auth/openpam')
-rw-r--r--sys-auth/openpam/ChangeLog7
-rw-r--r--sys-auth/openpam/openpam-20050616.ebuild4
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-auth/openpam/ChangeLog b/sys-auth/openpam/ChangeLog
index f102dd260949..29e8554f0819 100644
--- a/sys-auth/openpam/ChangeLog
+++ b/sys-auth/openpam/ChangeLog
@@ -1,6 +1,11 @@
# ChangeLog for sys-auth/openpam
# Copyright 1999-2006 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.5 2006/10/17 09:31:16 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/ChangeLog,v 1.6 2006/10/21 15:27:13 flameeyes Exp $
+
+ 21 Oct 2006; Diego Pettenò <flameeyes@gentoo.org>
+ openpam-20050616.ebuild:
+ Make openpam accept netbsd-pam-modules (from transition overlay) for
+ Gentoo/NetBSD systems, avoid having the ebuild in overlay.
17 Oct 2006; Roy Marples <uberlord@gentoo.org> openpam-20050616.ebuild:
Added ~sparc-fbsd keyword.
diff --git a/sys-auth/openpam/openpam-20050616.ebuild b/sys-auth/openpam/openpam-20050616.ebuild
index 18ba3433f228..eac61c17c18d 100644
--- a/sys-auth/openpam/openpam-20050616.ebuild
+++ b/sys-auth/openpam/openpam-20050616.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.4 2006/10/17 09:31:16 uberlord Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/openpam/openpam-20050616.ebuild,v 1.5 2006/10/21 15:27:13 flameeyes Exp $
WANT_AUTOCONF="latest"
WANT_AUTOMAKE="latest"
@@ -19,7 +19,7 @@ IUSE="debug"
RDEPEND="!virtual/pam"
DEPEND="sys-devel/make
dev-lang/perl"
-PDEPEND="sys-freebsd/freebsd-pam-modules"
+PDEPEND="|| ( sys-freebsd/freebsd-pam-modules sys-netbsd/netbsd-pam-modules )"
PROVIDE="virtual/pam"