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

(-)old/graph-tool-9999.ebuild (-1 / +1 lines)
Lines 8-14 Link Here
8
inherit check-reqs toolchain-funcs python-r1
8
inherit check-reqs toolchain-funcs python-r1
9
9
10
if [[ ${PV} == "9999" ]] ; then
10
if [[ ${PV} == "9999" ]] ; then
11
	EGIT_REPO_URI="https://github.com/count0/graph-tool.git"
11
	EGIT_REPO_URI="https://git.skewed.de/count0/graph-tool.git"
12
	inherit autotools git-r3
12
	inherit autotools git-r3
13
else
13
else
14
	SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"
14
	SRC_URI="http://downloads.skewed.de/${PN}/${P}.tar.bz2"

Return to bug 538212