diff options
author | 2011-08-25 23:44:53 +0000 | |
---|---|---|
committer | 2011-08-25 23:44:53 +0000 | |
commit | 84da537743f2d3e9f30cba9c66dc9d758feaf49e (patch) | |
tree | b55b9059ae929855ba7d2c6c7fc71166d72d1ef9 /sys-auth/pam_mount/pam_mount-2.11.ebuild | |
parent | Add yacc/flex dependencies. Bug #380533 (diff) | |
download | historical-84da537743f2d3e9f30cba9c66dc9d758feaf49e.tar.gz historical-84da537743f2d3e9f30cba9c66dc9d758feaf49e.tar.bz2 historical-84da537743f2d3e9f30cba9c66dc9d758feaf49e.zip |
QA: run eautoreconf to avoid maintainer-mode rebuild.
Package-Manager: portage-2.2.0_alpha51/cvs/Linux x86_64
Diffstat (limited to 'sys-auth/pam_mount/pam_mount-2.11.ebuild')
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.11.ebuild | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sys-auth/pam_mount/pam_mount-2.11.ebuild b/sys-auth/pam_mount/pam_mount-2.11.ebuild index 4b28a902b28d..5318fc9abe50 100644 --- a/sys-auth/pam_mount/pam_mount-2.11.ebuild +++ b/sys-auth/pam_mount/pam_mount-2.11.ebuild @@ -1,10 +1,10 @@ # Copyright 1999-2011 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.11.ebuild,v 1.2 2011/08/18 00:03:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/pam_mount-2.11.ebuild,v 1.3 2011/08/25 23:44:53 flameeyes Exp $ EAPI=4 -inherit eutils multilib +inherit eutils multilib autotools DESCRIPTION="A PAM module that can mount volumes for a user session" HOMEPAGE="http://pam-mount.sourceforge.net" @@ -29,6 +29,8 @@ RDEPEND="${COMMON_DEPEND}" src_prepare() { epatch "${FILESDIR}"/${P}-fix-build-without-cryptsetup.patch + + eautoreconf } src_configure() { |