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

Collapse All | Expand All

(-)file_not_specified_in_diff (-3 / +9 lines)
Line  Link Here
0
-- tunapie-2.1.17.ebuild
0
++ tunapie-2.1.17.ebuild
Lines 1-8 Link Here
1
# Copyright 1999-2009 Gentoo Foundation
1
# Copyright 1999-2011 Gentoo Foundation
2
# Distributed under the terms of the GNU General Public License v2
2
# Distributed under the terms of the GNU General Public License v2
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild,v 1.1 2009/04/30 09:58:26 ssuominen Exp $
3
# $Header: /var/cvsroot/gentoo-x86/media-sound/tunapie/tunapie-2.1.17.ebuild,v 1.1 2009/04/30 09:58:26 ssuominen Exp $
4
4
5
EAPI=2
5
EAPI=3
6
PYTHON_DEPEND="2"
6
inherit eutils multilib python
7
inherit eutils multilib python
7
8
8
DESCRIPTION="Directory browser for Radio and TV streams"
9
DESCRIPTION="Directory browser for Radio and TV streams"
Lines 17-22 Link Here
17
RDEPEND=">=dev-python/wxpython-2.6"
18
RDEPEND=">=dev-python/wxpython-2.6"
18
DEPEND=""
19
DEPEND=""
19
20
21
pkg_setup() {
22
	python_set_active_version 2
23
	python_pkg_setup
24
}
25
20
src_prepare() {
26
src_prepare() {
21
	sed -i -e "s:/usr/local/share:/usr/$(get_libdir):" ${PN} \
27
	sed -i -e "s:/usr/local/share:/usr/$(get_libdir):" ${PN} \
22
		|| die "sed failed"
28
		|| die "sed failed"

Return to bug 373637