summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-02 07:14:41 +0000
committerDiego Elio Pettenò <flameeyes@gentoo.org>2006-01-02 07:14:41 +0000
commit2ed4d0203bb2b2abbf9515e030f3fdf79cd43ef4 (patch)
tree71b2f12d586a1c823e5907f4b5986dfd7dbdc305 /sys-auth
parentPull in a patch to build xchat with dbus-0.60. (diff)
downloadgentoo-2-2ed4d0203bb2b2abbf9515e030f3fdf79cd43ef4.tar.gz
gentoo-2-2ed4d0203bb2b2abbf9515e030f3fdf79cd43ef4.tar.bz2
gentoo-2-2ed4d0203bb2b2abbf9515e030f3fdf79cd43ef4.zip
Add missing inherit.
(Portage version: 2.1_pre3-r1)
Diffstat (limited to 'sys-auth')
-rw-r--r--sys-auth/pam_ldap/ChangeLog7
-rw-r--r--sys-auth/pam_ldap/pam_ldap-180.ebuild6
2 files changed, 8 insertions, 5 deletions
diff --git a/sys-auth/pam_ldap/ChangeLog b/sys-auth/pam_ldap/ChangeLog
index ff89b7e1214f..8437a0e5962f 100644
--- a/sys-auth/pam_ldap/ChangeLog
+++ b/sys-auth/pam_ldap/ChangeLog
@@ -1,6 +1,9 @@
# ChangeLog for sys-auth/pam_ldap
-# Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.21 2005/12/30 19:25:19 flameeyes Exp $
+# Copyright 2002-2006 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/ChangeLog,v 1.22 2006/01/02 07:14:41 flameeyes Exp $
+
+ 02 Jan 2006; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild:
+ Add missing inherit.
30 Dec 2005; Diego Pettenò <flameeyes@gentoo.org> pam_ldap-180.ebuild:
Use dopammod instead of exeinto/doexe.
diff --git a/sys-auth/pam_ldap/pam_ldap-180.ebuild b/sys-auth/pam_ldap/pam_ldap-180.ebuild
index 5f6abfecebdd..bd6db502cbb6 100644
--- a/sys-auth/pam_ldap/pam_ldap-180.ebuild
+++ b/sys-auth/pam_ldap/pam_ldap-180.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2005 Gentoo Foundation
+# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.10 2005/12/30 19:25:19 flameeyes Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_ldap/pam_ldap-180.ebuild,v 1.11 2006/01/02 07:14:41 flameeyes Exp $
-inherit eutils
+inherit eutils pam
DESCRIPTION="PAM LDAP Module"
HOMEPAGE="http://www.padl.com/OSS/pam_ldap.html"