Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 272428 | Differences between
and this patch

Collapse All | Expand All

(-)/usr/portage/x11-misc/alacarte/alacarte-0.12.1.ebuild (-1 / +5 lines)
Lines 5-11 Link Here
5
EAPI="2"
5
EAPI="2"
6
GCONF_DEBUG="no"
6
GCONF_DEBUG="no"
7
7
8
inherit gnome2 python
8
inherit gnome2 python autotools
9
9
10
DESCRIPTION="Simple GNOME menu editor"
10
DESCRIPTION="Simple GNOME menu editor"
11
HOMEPAGE="http://www.realistanew.com/projects/alacarte"
11
HOMEPAGE="http://www.realistanew.com/projects/alacarte"
Lines 36-41 Link Here
36
	# disable pyc compiling
36
	# disable pyc compiling
37
	mv py-compile py-compile.orig
37
	mv py-compile py-compile.orig
38
	ln -s $(type -P true) py-compile
38
	ln -s $(type -P true) py-compile
39
40
	# fix configure script to use the selected python version
41
	sed -i 's/AM_PATH_PYTHON_VERSION(.*)/AM_PATH_PYTHON_VERSION('"`eselect python show | tr -d a-z`, `python --version 2>&1 | tr -d "a-zA-Z "`"')/' configure.ac
42
	eautoconf || die
39
}
43
}
40
44
41
pkg_postinst() {
45
pkg_postinst() {

Return to bug 272428