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: x11-misc/gccmakedep/
Date: Thu, 03 Oct 2019 05:53:55
Message-Id: 1570082003.c060c7c988fa5cdb4431853003077c4c39ac2453.mgorny@gentoo
1 commit: c060c7c988fa5cdb4431853003077c4c39ac2453
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 11:02:09 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 05:53:23 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c060c7c9
7
8 x11-misc/gccmakedep: Inline mirror://xorg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild | 2 +-
13 x11-misc/gccmakedep/gccmakedep-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
17 index 6e6e5f1c58d..4baa9613b0c 100644
18 --- a/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
19 +++ b/x11-misc/gccmakedep/gccmakedep-1.0.3-r1.ebuild
20 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
21 # x11-misc/util-macros only required on live ebuilds
22 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
23 else
24 - SRC_URI="mirror://xorg/util/${P}.tar.bz2"
25 + SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2"
26 KEYWORDS="alpha amd64 arm arm64 hppa ia64 ~mips ppc ppc64 ~s390 ~sh sparc x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
27 fi
28
29
30 diff --git a/x11-misc/gccmakedep/gccmakedep-9999.ebuild b/x11-misc/gccmakedep/gccmakedep-9999.ebuild
31 index cc6ee3f9348..567131e90b7 100644
32 --- a/x11-misc/gccmakedep/gccmakedep-9999.ebuild
33 +++ b/x11-misc/gccmakedep/gccmakedep-9999.ebuild
34 @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then
35 # x11-misc/util-macros only required on live ebuilds
36 LIVE_DEPEND=">=x11-misc/util-macros-1.18"
37 else
38 - SRC_URI="mirror://xorg/util/${P}.tar.bz2"
39 + SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2"
40 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd ~amd64-linux ~x86-linux ~ppc-macos ~x86-macos ~sparc-solaris ~x64-solaris ~x86-solaris"
41 fi