diff options
author | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:46:48 -0400 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2021-03-14 11:50:22 -0400 |
commit | e176846d458c331c2e087892c9b5aea10c85fd45 (patch) | |
tree | e389e1240bb2c89bf393db684d6df6ee5d60e815 /sys-devel/make | |
parent | media-fonts/liberation-fonts: Fix typo (diff) | |
download | gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.gz gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.tar.bz2 gentoo-e176846d458c331c2e087892c9b5aea10c85fd45.zip |
Inline mirror://gnu-alpha/
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'sys-devel/make')
-rw-r--r-- | sys-devel/make/make-4.3.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys-devel/make/make-4.3.ebuild b/sys-devel/make/make-4.3.ebuild index 6f8771ce9ab1..b8d40a96bfeb 100644 --- a/sys-devel/make/make-4.3.ebuild +++ b/sys-devel/make/make-4.3.ebuild @@ -8,7 +8,7 @@ inherit flag-o-matic DESCRIPTION="Standard tool to compile source trees" HOMEPAGE="https://www.gnu.org/software/make/make.html" if [[ "$(ver_cut 3)" -ge 90 ]] ; then - SRC_URI="mirror://gnu-alpha//make/${P}.tar.gz" + SRC_URI="https://alpha.gnu.org/gnu//make/${P}.tar.gz" else SRC_URI="mirror://gnu//make/${P}.tar.gz" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv s390 sparc x86 ~x64-cygwin ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~sparc-solaris ~sparc64-solaris ~x64-solaris ~x86-solaris" |