diff options
Diffstat (limited to 'sys-devel/distcc')
-rw-r--r-- | sys-devel/distcc/distcc-3.1-r10.ebuild | 2 | ||||
-rw-r--r-- | sys-devel/distcc/distcc-3.2_rc1-r3.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-devel/distcc/distcc-3.1-r10.ebuild b/sys-devel/distcc/distcc-3.1-r10.ebuild index dd8084b97152..bb6f38b247ba 100644 --- a/sys-devel/distcc/distcc-3.1-r10.ebuild +++ b/sys-devel/distcc/distcc-3.1-r10.ebuild @@ -10,7 +10,7 @@ inherit eutils fdo-mime flag-o-matic multilib python-single-r1 systemd toolchain DESCRIPTION="Distribute compilation of C code across several machines on a network" HOMEPAGE="http://distcc.org/" -SRC_URI="http://distcc.googlecode.com/files/${P}.tar.bz2" +SRC_URI="https://distcc.googlecode.com/files/${P}.tar.bz2" LICENSE="GPL-2" SLOT="0" diff --git a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild index dd4fb43b8fd1..cf5537bf20b4 100644 --- a/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild +++ b/sys-devel/distcc/distcc-3.2_rc1-r3.ebuild @@ -11,7 +11,7 @@ inherit autotools eutils fdo-mime flag-o-matic multilib python-single-r1 systemd MY_P="${P/_}" DESCRIPTION="Distribute compilation of C code across several machines on a network" HOMEPAGE="http://distcc.org/" -SRC_URI="http://distcc.googlecode.com/files/${MY_P}.tar.bz2" +SRC_URI="https://distcc.googlecode.com/files/${MY_P}.tar.bz2" LICENSE="GPL-2" SLOT="0" |