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/lndir/
Date: Thu, 03 Oct 2019 05:53:55
Message-Id: 1570082005.d8ecfba3cac891b18931d2ab2e68f6a0063afc00.mgorny@gentoo
1 commit: d8ecfba3cac891b18931d2ab2e68f6a0063afc00
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Mon Sep 30 11:02:11 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Thu Oct 3 05:53:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ecfba3
7
8 x11-misc/lndir: Inline mirror://xorg
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 x11-misc/lndir/lndir-1.0.3-r2.ebuild | 2 +-
13 x11-misc/lndir/lndir-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild b/x11-misc/lndir/lndir-1.0.3-r2.ebuild
17 index 5129dbabb0a..57a38b96a8c 100644
18 --- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild
19 +++ b/x11-misc/lndir/lndir-1.0.3-r2.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="amd64 ppc ppc64 sparc x86"
27 fi
28
29
30 diff --git a/x11-misc/lndir/lndir-9999.ebuild b/x11-misc/lndir/lndir-9999.ebuild
31 index d9e6b13b90c..14cec61a311 100644
32 --- a/x11-misc/lndir/lndir-9999.ebuild
33 +++ b/x11-misc/lndir/lndir-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="~amd64 ~ppc ~ppc64 ~sparc ~x86"
41 fi