Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 367975
Collapse All | Expand All

(-)/usr/portage/app-misc/tracker/tracker-0.14.3.ebuild (-3 / +3 lines)
Lines 8-15 Link Here
8
PYTHON_DEPEND="2:2.6"
8
PYTHON_DEPEND="2:2.6"
9
VALA_MIN_API_VERSION="0.14"
9
VALA_MIN_API_VERSION="0.14"
10
10
11
[[ ${PV} = 9999 ]] && inherit autotools git-2
11
[[ ${PV} = 9999 ]] && inherit git-2
12
inherit gnome2 linux-info multilib python vala versionator virtualx
12
inherit gnome2 linux-info multilib python vala versionator virtualx autotools
13
13
14
DESCRIPTION="A tagging metadata database, search tool and indexer"
14
DESCRIPTION="A tagging metadata database, search tool and indexer"
15
HOMEPAGE="http://projects.gnome.org/tracker/"
15
HOMEPAGE="http://projects.gnome.org/tracker/"
Lines 236-243 Link Here
236
		-e '/\/libtracker-miner\/tracker-password-provider\/getting/,+1 s:^\(.*\)$:/*\1*/:' \
236
		-e '/\/libtracker-miner\/tracker-password-provider\/getting/,+1 s:^\(.*\)$:/*\1*/:' \
237
		-i tests/libtracker-miner/tracker-password-provider-test.c || die
237
		-i tests/libtracker-miner/tracker-password-provider-test.c || die
238
238
239
	eautoreconf
239
	if [[ ${PV} = 9999 ]]; then
240
	if [[ ${PV} = 9999 ]]; then
240
		eautoreconf
241
		vala_src_prepare
241
		vala_src_prepare
242
	fi
242
	fi
243
	gnome2_src_prepare
243
	gnome2_src_prepare

Return to bug 367975