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

(-)file_not_specified_in_diff (-2 / +5 lines)
Line 11 Link Here
11
if [[ ${PV} != *9999* ]]; then
11
if [[ ${PV} = *.9999 ]]; then
12
--
12
	ESVN_REPO_URI="svn://svn.gna.org/svn/${PN}/branches/${PV/.9999/}"
13
	ESVN_PROJECT="${PN}"
14
	KEYWORDS=""
15
elif [[ ${PV} != *9999* ]]; then

Return to bug 401585