summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'sys-devel/distcc/distcc-3.2_rc1-r2.ebuild')
-rw-r--r--sys-devel/distcc/distcc-3.2_rc1-r2.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild
index 20e4425..5386acb 100644
--- a/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild
+++ b/sys-devel/distcc/distcc-3.2_rc1-r2.ebuild
@@ -9,8 +9,8 @@ inherit autotools eutils flag-o-matic multilib python-single-r1 toolchain-funcs
MY_P="${P/_}"
DESCRIPTION="Distribute compilation of C code across several machines on a network"
-HOMEPAGE="http://distcc.org/"
-SRC_URI="https://distcc.googlecode.com/files/${MY_P}.tar.bz2
+HOMEPAGE="https://distcc.org/"
+SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV/_}/${MY_P}.tar.bz2
https://dev.gentoo.org/~bircoph/patches/${P}-native.patch.xz"
LICENSE="GPL-2"