diff options
author | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:26:33 +0000 |
---|---|---|
committer | Kacper Kowalik <xarthisius@gentoo.org> | 2012-05-21 19:26:33 +0000 |
commit | eb5f3cf7b602723bc77296cf409cb7991f161db5 (patch) | |
tree | 59625b1e5422a1be9703e3871c9ba2fcc4323347 /sys-auth/pam_mount | |
parent | Add missing inheritance of eutils.eclass (diff) | |
download | gentoo-2-eb5f3cf7b602723bc77296cf409cb7991f161db5.tar.gz gentoo-2-eb5f3cf7b602723bc77296cf409cb7991f161db5.tar.bz2 gentoo-2-eb5f3cf7b602723bc77296cf409cb7991f161db5.zip |
Add missing inheritance of eutils.eclass
(Portage version: 2.2.0_alpha104/cvs/Linux x86_64)
Diffstat (limited to 'sys-auth/pam_mount')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.6.ebuild | 4 |
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" |