diff options
author | Mike Gilbert <floppym@gentoo.org> | 2016-05-04 16:52:42 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2016-05-04 16:52:56 -0400 |
commit | 9129ffdf36c909681beee106a9478e4799873181 (patch) | |
tree | fde1f3f7d9034a2ca9d58451f442313ec3d5d6ae /app-arch/gzip | |
parent | games-fps/quake1-data: use blocker instead of pkg_setup code (bug #581536) (diff) | |
download | gentoo-9129ffdf36c909681beee106a9478e4799873181.tar.gz gentoo-9129ffdf36c909681beee106a9478e4799873181.tar.bz2 gentoo-9129ffdf36c909681beee106a9478e4799873181.zip |
app-arch/gzip: re-order SRC_URI to put the valid mirror first
Package-Manager: portage-2.2.28_p97
Diffstat (limited to 'app-arch/gzip')
-rw-r--r-- | app-arch/gzip/gzip-1.8.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/gzip/gzip-1.8.ebuild b/app-arch/gzip/gzip-1.8.ebuild index a6bdcdf07f26..9874cca2550e 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" |