Gentoo Archives: gentoo-commits

From: Mike Gilbert <floppym@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-arch/gzip/
Date: Wed, 04 May 2016 20:53:24
Message-Id: 1462395176.9129ffdf36c909681beee106a9478e4799873181.floppym@gentoo
1 commit: 9129ffdf36c909681beee106a9478e4799873181
2 Author: Mike Gilbert <floppym <AT> gentoo <DOT> org>
3 AuthorDate: Wed May 4 20:52:42 2016 +0000
4 Commit: Mike Gilbert <floppym <AT> gentoo <DOT> org>
5 CommitDate: Wed May 4 20:52:56 2016 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9129ffdf
7
8 app-arch/gzip: re-order SRC_URI to put the valid mirror first
9
10 Package-Manager: portage-2.2.28_p97
11
12 app-arch/gzip/gzip-1.8.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/app-arch/gzip/gzip-1.8.ebuild b/app-arch/gzip/gzip-1.8.ebuild
16 index a6bdcdf..9874cca 100644
17 --- a/app-arch/gzip/gzip-1.8.ebuild
18 +++ b/app-arch/gzip/gzip-1.8.ebuild
19 @@ -8,8 +8,8 @@ inherit eutils flag-o-matic
20
21 DESCRIPTION="Standard GNU compressor"
22 HOMEPAGE="https://www.gnu.org/software/gzip/"
23 -SRC_URI="mirror://gnu-alpha/gzip/${P}.tar.xz
24 - mirror://gnu/gzip/${P}.tar.xz
25 +SRC_URI="mirror://gnu/gzip/${P}.tar.xz
26 + mirror://gnu-alpha/gzip/${P}.tar.xz
27 mirror://gentoo/${P}.tar.xz"
28
29 LICENSE="GPL-3"