Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/distcc/
Date: Sun, 29 Dec 2019 20:51:54
Message-Id: 1577652675.f666a7338e7825b9b2c9fc846f7897bcb19939e8.mgorny@gentoo
1 commit: f666a7338e7825b9b2c9fc846f7897bcb19939e8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sun Dec 29 20:51:02 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sun Dec 29 20:51:15 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f666a733
7
8 sys-devel/distcc: Update HOMEPAGE
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/distcc/distcc-3.3.3.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-devel/distcc/distcc-3.3.3.ebuild b/sys-devel/distcc/distcc-3.3.3.ebuild
16 index a9e33805152..f0094b71e4a 100644
17 --- a/sys-devel/distcc/distcc-3.3.3.ebuild
18 +++ b/sys-devel/distcc/distcc-3.3.3.ebuild
19 @@ -9,8 +9,8 @@ inherit autotools flag-o-matic python-single-r1 systemd \
20 toolchain-funcs user xdg-utils prefix
21
22 DESCRIPTION="Distribute compilation of C code across several machines on a network"
23 -HOMEPAGE="http://distcc.org/"
24 -SRC_URI="https://github.com/${PN}/${PN}/releases/download/v${PV}/${P}.tar.gz"
25 +HOMEPAGE="https://github.com/distcc/distcc"
26 +SRC_URI="https://github.com/distcc/distcc/releases/download/v${PV}/${P}.tar.gz"
27
28 LICENSE="GPL-2+"
29 SLOT="0"