commit:     9129ffdf36c909681beee106a9478e4799873181
Author:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
AuthorDate: Wed May  4 20:52:42 2016 +0000
Commit:     Mike Gilbert <floppym <AT> gentoo <DOT> org>
CommitDate: Wed May  4 20:52:56 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9129ffdf

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 a6bdcdf..9874cca 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"

Reply via email to