commit: d8ecfba3cac891b18931d2ab2e68f6a0063afc00 Author: Michał Górny <mgorny <AT> gentoo <DOT> org> AuthorDate: Mon Sep 30 11:02:11 2019 +0000 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org> CommitDate: Thu Oct 3 05:53:25 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d8ecfba3
x11-misc/lndir: Inline mirror://xorg Signed-off-by: Michał Górny <mgorny <AT> gentoo.org> x11-misc/lndir/lndir-1.0.3-r2.ebuild | 2 +- x11-misc/lndir/lndir-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-misc/lndir/lndir-1.0.3-r2.ebuild b/x11-misc/lndir/lndir-1.0.3-r2.ebuild index 5129dbabb0a..57a38b96a8c 100644 --- a/x11-misc/lndir/lndir-1.0.3-r2.ebuild +++ b/x11-misc/lndir/lndir-1.0.3-r2.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" else - SRC_URI="mirror://xorg/util/${P}.tar.bz2" + SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" KEYWORDS="amd64 ppc ppc64 sparc x86" fi diff --git a/x11-misc/lndir/lndir-9999.ebuild b/x11-misc/lndir/lndir-9999.ebuild index d9e6b13b90c..14cec61a311 100644 --- a/x11-misc/lndir/lndir-9999.ebuild +++ b/x11-misc/lndir/lndir-9999.ebuild @@ -12,7 +12,7 @@ if [[ ${PV} == 9999 ]]; then # x11-misc-util/macros only required on live ebuilds LIVE_DEPEND=">=x11-misc/util-macros-1.18" else - SRC_URI="mirror://xorg/util/${P}.tar.bz2" + SRC_URI="https://www.x.org/releases/individual/util/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~ppc64 ~sparc ~x86" fi