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 / +8 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
inherit eutils multilib python
6
inherit eutils multilib python
7
7
8
DESCRIPTION="Directory browser for Radio and TV streams"
8
DESCRIPTION="Directory browser for Radio and TV streams"
Lines 17-22 Link Here
17
RDEPEND=">=dev-python/wxpython-2.6"
17
RDEPEND=">=dev-python/wxpython-2.6"
18
DEPEND=""
18
DEPEND=""
19
19
20
pkg_setup() {
21
	python_set_active_version 2
22
	python_pkg_setup
23
}
24
20
src_prepare() {
25
src_prepare() {
21
	sed -i -e "s:/usr/local/share:/usr/$(get_libdir):" ${PN} \
26
	sed -i -e "s:/usr/local/share:/usr/$(get_libdir):" ${PN} \
22
		|| die "sed failed"
27
		|| die "sed failed"

Return to bug 373637