commit: 85d2b28b741b031c78b1cdb28f4a71be1f482525 Author: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> AuthorDate: Fri Aug 10 20:23:02 2018 +0000 Commit: Thomas Deutschmann <whissi <AT> gentoo <DOT> org> CommitDate: Fri Aug 10 20:23:23 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85d2b28b
app-arch/bzip2: update HOMEPAGE and SRC_URI Looks like bzip2 is moving back to its former project home at sourceware.org. In the meantime use Gentoo's own mirror. Closes: https://bugs.gentoo.org/663280 Package-Manager: Portage-2.3.44, Repoman-2.3.10 app-arch/bzip2/bzip2-1.0.6-r9.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-arch/bzip2/bzip2-1.0.6-r9.ebuild b/app-arch/bzip2/bzip2-1.0.6-r9.ebuild index d4a73abdd21..b2bae1f0989 100644 --- a/app-arch/bzip2/bzip2-1.0.6-r9.ebuild +++ b/app-arch/bzip2/bzip2-1.0.6-r9.ebuild @@ -9,8 +9,8 @@ EAPI=6 inherit toolchain-funcs multilib-minimal DESCRIPTION="A high-quality data compressor used extensively by Gentoo Linux" -HOMEPAGE="http://www.bzip.org/" -SRC_URI="http://www.bzip.org/${PV}/${P}.tar.gz" +HOMEPAGE="https://sourceware.org/bzip2/" +SRC_URI="mirror://gentoo/${P}.tar.gz" LICENSE="BZIP2" SLOT="0/1" # subslot = SONAME
