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

(-)a/dev-vcs/stgit/stgit-0.18.ebuild (+5 lines)
Lines 53-58 Link Here
53
	# this will be a noop, as we are working with a tarball,
53
	# this will be a noop, as we are working with a tarball,
54
	# but throws git errors --> just get rid of it
54
	# but throws git errors --> just get rid of it
55
	sed -i -e 's/version\.write_builtin_version()//' setup.py || die
55
	sed -i -e 's/version\.write_builtin_version()//' setup.py || die
56
	
57
	# write version ourselves
58
	if [[ ! -f stgit/builtin_version.py ]]; then
59
		echo "version = '${PV}'" > stgit/builtin_version.py
60
	fi
56
61
57
	distutils-r1_python_prepare_all
62
	distutils-r1_python_prepare_all
58
}
63
}

Return to bug 657736