diff options
author | Christian Faulhammer <opfer@gentoo.org> | 2008-07-24 23:14:04 +0000 |
---|---|---|
committer | Christian Faulhammer <opfer@gentoo.org> | 2008-07-24 23:14:04 +0000 |
commit | da28d40f1510c91737f37731985a16fd27f08d14 (patch) | |
tree | e9171fa0f03eb8435cdd9e1c0f3d354722882086 /app-misc/gramps/gramps-3.0.1-r1.ebuild | |
parent | clean up (diff) | |
download | gentoo-2-da28d40f1510c91737f37731985a16fd27f08d14.tar.gz gentoo-2-da28d40f1510c91737f37731985a16fd27f08d14.tar.bz2 gentoo-2-da28d40f1510c91737f37731985a16fd27f08d14.zip |
add eautoreconf to make repoman happy
(Portage version: 2.1.4.4)
Diffstat (limited to 'app-misc/gramps/gramps-3.0.1-r1.ebuild')
-rw-r--r-- | app-misc/gramps/gramps-3.0.1-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/app-misc/gramps/gramps-3.0.1-r1.ebuild b/app-misc/gramps/gramps-3.0.1-r1.ebuild index a51bfa223496..f21516d319b4 100644 --- a/app-misc/gramps/gramps-3.0.1-r1.ebuild +++ b/app-misc/gramps/gramps-3.0.1-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.0.1-r1.ebuild,v 1.7 2008/07/24 13:14:43 fmccor Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-misc/gramps/gramps-3.0.1-r1.ebuild,v 1.8 2008/07/24 23:14:04 opfer Exp $ WANT_AUTOCONF="latest" WANT_AUTOMAKE="latest" @@ -43,6 +43,7 @@ src_unpack() { gnome2_src_unpack # will be fixed in 3.0.2 epatch "${FILESDIR}"/${P}-no_scrollkeeper.patch + eautoreconf # This is for bug 215944, so .pyo/.pyc files don't get into the # file system mv "${S}"/py-compile "${S}"/py-compile.orig |