diff options
author | Sam James <sam@gentoo.org> | 2023-01-11 22:03:39 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-01-11 22:08:09 +0000 |
commit | 143b532b56920d2cc2bb937ea6a642a19fe69f0d (patch) | |
tree | aa3d3ad63b046f72686aa87880a788b73cf31c03 /app-arch | |
parent | app-arch/xz-utils: add github upstream metadata (diff) | |
download | gentoo-143b532b56920d2cc2bb937ea6a642a19fe69f0d.tar.gz gentoo-143b532b56920d2cc2bb937ea6a642a19fe69f0d.tar.bz2 gentoo-143b532b56920d2cc2bb937ea6a642a19fe69f0d.zip |
app-arch/xz-utils: update EGIT_REPO_URI
Per HOMEPAGE & discussion w/ upstream.
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/xz-utils/xz-utils-9999.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/xz-utils/xz-utils-9999.ebuild b/app-arch/xz-utils/xz-utils-9999.ebuild index 53811b5967ca..3bdfdbab57d8 100644 --- a/app-arch/xz-utils/xz-utils-9999.ebuild +++ b/app-arch/xz-utils/xz-utils-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # Remember: we cannot leverage autotools in this ebuild in order @@ -9,7 +9,7 @@ EAPI=7 inherit libtool multilib multilib-minimal preserve-libs usr-ldscript if [[ ${PV} == 9999 ]] ; then - EGIT_REPO_URI="https://git.tukaani.org/xz.git" + EGIT_REPO_URI="https://github.com/tukaani-project/xz" inherit git-r3 autotools # bug #272880 and bug #286068 |