? alacarte-python-2.5.patch Index: alacarte-0.10.1.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.10.1.ebuild,v retrieving revision 1.1 diff -u -B -r1.1 alacarte-0.10.1.ebuild --- alacarte-0.10.1.ebuild 8 Oct 2006 05:27:35 -0000 1.1 +++ alacarte-0.10.1.ebuild 14 Nov 2006 13:14:34 -0000 @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Header: /var/cvsroot/gentoo-x86/x11-misc/alacarte/alacarte-0.10.1.ebuild,v 1.1 2006/10/08 05:27:35 leio Exp $ -inherit gnome2 python +inherit gnome2 python autotools DESCRIPTION="Simple GNOME menu editor" HOMEPAGE="http://www.realistanew.com/projects/alacarte" @@ -21,3 +21,13 @@ >=dev-util/pkgconfig-0.19" DOCS="AUTHORS ChangeLog NEWS README" + +src_unpack() { + gnome2_src_unpack + cd ${S} + python_version + sed -e "s:\(AM_PATH_PYTHON_VERSION\)(2.4, 2.4.0):\1($PYVER, $PYVER.0):" \ + -i configure.ac + eautoreconf +} + \ No newline at end of file