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

(-)/usr/portage/media-sound/squeezecenter/squeezecenter-7.2.0.ebuild (+7 lines)
Lines 73-78 Link Here
73
	# Apply patches
73
	# Apply patches
74
	epatch "${FILESDIR}/mDNSResponder-gentoo.patch"
74
	epatch "${FILESDIR}/mDNSResponder-gentoo.patch"
75
	epatch "${FILESDIR}/filepaths-gentoo.patch"
75
	epatch "${FILESDIR}/filepaths-gentoo.patch"
76
77
	# Prune GD from the SqueezeCenter local CPAN. This is due to
78
	# SC bug#5882 which means we need to bring in Portage's version of GD,
79
	# which will fail if it is different to the version in the local CPAN
80
	# tree (http://bugs.gentoo.org/show_bug.cgi?id=237548).
81
	# SqueezeCenter will then use the system-installed dev-perl/GD.
82
	rm -r CPAN/GD.pm CPAN/GD || die "Unable to remove local CPAN GD"
76
}
83
}
77
84
78
src_compile() {
85
src_compile() {

Return to bug 237548