diff options
author | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-08-25 23:44:53 +0000 |
---|---|---|
committer | Diego Elio Pettenò <flameeyes@gentoo.org> | 2011-08-25 23:44:53 +0000 |
commit | 5e9d9500073cafce9a7276c11bc33cc60af55a12 (patch) | |
tree | c553a6aa1554a68babab2c86a6a39edacbfbbe96 /sys-auth/pam_mount/pam_mount-2.11.ebuild | |
parent | Add yacc/flex dependencies. Bug #380533 (diff) | |
download | gentoo-2-5e9d9500073cafce9a7276c11bc33cc60af55a12.tar.gz gentoo-2-5e9d9500073cafce9a7276c11bc33cc60af55a12.tar.bz2 gentoo-2-5e9d9500073cafce9a7276c11bc33cc60af55a12.zip |
QA: run eautoreconf to avoid maintainer-mode rebuild.
(Portage version: 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() { |