summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuis Medinas <metalgod@gentoo.org>2006-11-15 19:42:49 +0000
committerLuis Medinas <metalgod@gentoo.org>2006-11-15 19:42:49 +0000
commitc9817774226090cf426024476c6cd73a6fe9ec61 (patch)
treee9e7c59961eabaf7740089bd963c87f934c776ca /x11-misc/alacarte
parentAdded missing pkgconfig dependency (diff)
downloadgentoo-2-c9817774226090cf426024476c6cd73a6fe9ec61.tar.gz
gentoo-2-c9817774226090cf426024476c6cd73a6fe9ec61.tar.bz2
gentoo-2-c9817774226090cf426024476c6cd73a6fe9ec61.zip
added autotools
(Portage version: 2.1.2_rc1-r6)
Diffstat (limited to 'x11-misc/alacarte')
-rw-r--r--x11-misc/alacarte/alacarte-0.10.1-r1.ebuild5
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-misc/alacarte/alacarte-0.10.1-r1.ebuild b/x11-misc/alacarte/alacarte-0.10.1-r1.ebuild
index 683c33f6f593..e2a2cb0b690a 100644
--- a/x11-misc/alacarte/alacarte-0.10.1-r1.ebuild
+++ b/x11-misc/alacarte/alacarte-0.10.1-r1.ebuild
@@ -1,8 +1,8 @@
# Copyright 1999-2006 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.10.1-r1.ebuild,v 1.1 2006/11/15 02:28:30 metalgod Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.10.1-r1.ebuild,v 1.2 2006/11/15 19:42:49 metalgod Exp $
-inherit gnome2 python
+inherit autotools gnome2 python
DESCRIPTION="Simple GNOME menu editor"
HOMEPAGE="http://www.realistanew.com/projects/alacarte"
@@ -28,4 +28,5 @@ src_unpack() {
# Patch to support python 2.5 bgo (#148833)
epatch ${FILESDIR}/${P}-python25.patch
+ eautoreconf
}