Skip to content

Commit

Permalink
app-arch/gzip: re-order SRC_URI to put the valid mirror first
Browse files Browse the repository at this point in the history
Package-Manager: portage-2.2.28_p97
  • Loading branch information
floppym committed May 4, 2016
1 parent f8c3f99 commit 9129ffd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app-arch/gzip/gzip-1.8.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit 9129ffd

Please sign in to comment.