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

(-)/usr/portage/net-p2p/mldonkey/mldonkey-2.9.6.ebuild (-1 / +7 lines)
Lines 1-6 Link Here
1
# Copyright 1999-2008 Gentoo Foundation
1
# Copyright 1999-2008 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/net-p2p/mldonkey/mldonkey-2.9.6.ebuild,v 1.1 2008/08/05 18:09:54 armin76 Exp $
3
# $Header: $
4
4
5
WANT_AUTOCONF=2.5
5
WANT_AUTOCONF=2.5
6
6
Lines 73-78 Link Here
73
src_unpack() {
73
src_unpack() {
74
	unpack ${A} && cd "${S}"
74
	unpack ${A} && cd "${S}"
75
75
76
	#max_bt_uploaders couldn't have more than default max_upload_slots
77
	sed -i \
78
		-e '/strings_of_option max_upload_slots/ s:\.option_default:\.option_value:' \
79
		src/networks/bittorrent/bTOptions.ml \
80
		|| die "sed failed"
81
76
	cd "${S}"/config
82
	cd "${S}"/config
77
	eautoconf
83
	eautoconf
78
	cd "${S}"
84
	cd "${S}"

Return to bug 238547