From 9129ffdf36c909681beee106a9478e4799873181 Mon Sep 17 00:00:00 2001 From: Mike Gilbert Date: Wed, 4 May 2016 16:52:42 -0400 Subject: [PATCH] app-arch/gzip: re-order SRC_URI to put the valid mirror first Package-Manager: portage-2.2.28_p97 --- app-arch/gzip/gzip-1.8.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/gzip/gzip-1.8.ebuild b/app-arch/gzip/gzip-1.8.ebuild index a6bdcdf07f26c..9874cca2550ec 100644 --- a/app-arch/gzip/gzip-1.8.ebuild +++ b/app-arch/gzip/gzip-1.8.ebuild @@ -8,8 +8,8 @@ inherit eutils flag-o-matic DESCRIPTION="Standard GNU compressor" HOMEPAGE="https://www.gnu.org/software/gzip/" -SRC_URI="mirror://gnu-alpha/gzip/${P}.tar.xz - mirror://gnu/gzip/${P}.tar.xz +SRC_URI="mirror://gnu/gzip/${P}.tar.xz + mirror://gnu-alpha/gzip/${P}.tar.xz mirror://gentoo/${P}.tar.xz" LICENSE="GPL-3"