diff options
author | 2011-08-25 23:44:53 +0000 | |
---|---|---|
committer | 2011-08-25 23:44:53 +0000 | |
commit | 5e9d9500073cafce9a7276c11bc33cc60af55a12 (patch) | |
tree | c553a6aa1554a68babab2c86a6a39edacbfbbe96 /sys-auth/pam_mount | |
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')
-rw-r--r-- | sys-auth/pam_mount/ChangeLog | 5 | ||||
-rw-r--r-- | sys-auth/pam_mount/pam_mount-2.11.ebuild | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/sys-auth/pam_mount/ChangeLog b/sys-auth/pam_mount/ChangeLog index 29fc1f44dc0e..7efb1f58ad9d 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-2011 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.56 2011/08/18 00:03:00 mattst88 Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-auth/pam_mount/ChangeLog,v 1.57 2011/08/25 23:44:53 flameeyes Exp $ + + 25 Aug 2011; Diego E. Pettenò <flameeyes@gentoo.org> pam_mount-2.11.ebuild: + QA: run eautoreconf to avoid maintainer-mode rebuild. 18 Aug 2011; Matt Turner <mattst88@gentoo.org> pam_mount-2.11.ebuild, +files/pam_mount-2.11-fix-build-without-cryptsetup.patch: 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() { |