diff options
author | Sam James <sam@gentoo.org> | 2022-04-12 13:16:21 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2022-04-12 22:03:58 +0100 |
commit | 0f67d54acf6de7d5a649d5a510fa16ed8adbc6e7 (patch) | |
tree | 28d947016d37c1b49f063500d0ea6e0f4003ac8c /sci-geosciences/gpsd/gpsd-9999.ebuild | |
parent | sci-geosciences/gmt: switch to xz (diff) | |
download | gentoo-0f67d54acf6de7d5a649d5a510fa16ed8adbc6e7.tar.gz gentoo-0f67d54acf6de7d5a649d5a510fa16ed8adbc6e7.tar.bz2 gentoo-0f67d54acf6de7d5a649d5a510fa16ed8adbc6e7.zip |
sci-geosciences/gpsd: switch to xz
Smaller tarballs.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/gpsd/gpsd-9999.ebuild')
-rw-r--r-- | sci-geosciences/gpsd/gpsd-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-geosciences/gpsd/gpsd-9999.ebuild b/sci-geosciences/gpsd/gpsd-9999.ebuild index 33f0500a28da..48a28860d3c8 100644 --- a/sci-geosciences/gpsd/gpsd-9999.ebuild +++ b/sci-geosciences/gpsd/gpsd-9999.ebuild @@ -13,7 +13,7 @@ if [[ ${PV} == "9999" ]] ; then EGIT_REPO_URI="https://gitlab.com/gpsd/gpsd.git" inherit git-r3 else - SRC_URI="mirror://nongnu/${PN}/${P}.tar.gz" + SRC_URI="mirror://nongnu/${PN}/${P}.tar.xz" KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~sparc ~x86" fi |