summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:27:32 +0000
committerKacper Kowalik <xarthisius@gentoo.org>2012-05-21 19:27:32 +0000
commit62e1747c2a71c603b09fbf5feb5cb20a3f3fa586 (patch)
tree43c3bbab2c577818c0b93a5e6f266c116286e846 /sys-auth/pam_mount
parentmarked x86 per bug 415777 (diff)
downloadhistorical-62e1747c2a71c603b09fbf5feb5cb20a3f3fa586.tar.gz
historical-62e1747c2a71c603b09fbf5feb5cb20a3f3fa586.tar.bz2
historical-62e1747c2a71c603b09fbf5feb5cb20a3f3fa586.zip
Add missing inheritance of eutils.eclass
Package-Manager: portage-2.2.0_alpha104/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/pam_mount')
-rw-r--r--sys-auth/pam_mount/ChangeLog5
-rw-r--r--sys-auth/pam_mount/pam_mount-2.6.ebuild4
2 files changed, 6 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog
index 90c5c9156d65..4ca03dd5323f 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-2012 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.65 2012/05/04 18:57:21 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.66 2012/05/21 19:26:33 xarthisius Exp $
+
+ 21 May 2012; Kacper Kowalik <xarthisius@gentoo.org> pam_mount-2.6.ebuild:
+ Add missing inheritance of eutils.eclass
04 May 2012; Jeff Horelick <jdhore@gentoo.org> pam_mount-2.1.ebuild,
pam_mount-2.5.ebuild, pam_mount-2.6.ebuild, pam_mount-2.8.ebuild,
diff --git a/sys-auth/pam_mount/pam_mount-2.6.ebuild b/sys-auth/pam_mount/pam_mount-2.6.ebuild
index d50b02614e9c..7e3d4484d087 100644
--- a/sys-auth/pam_mount/pam_mount-2.6.ebuild
+++ b/sys-auth/pam_mount/pam_mount-2.6.ebuild
@@ -1,10 +1,10 @@
# Copyright 1999-2012 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.6.ebuild,v 1.4 2012/05/04 18:57:21 jdhore Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.6.ebuild,v 1.5 2012/05/21 19:26:33 xarthisius Exp $
EAPI=3
-inherit multilib autotools
+inherit multilib autotools eutils
DESCRIPTION="A PAM module that can mount volumes for a user session"
HOMEPAGE="http://pam-mount.sourceforge.net"