diff options
author | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:00:35 +0200 |
---|---|---|
committer | Michał Górny <mgorny@gentoo.org> | 2019-09-15 19:02:23 +0200 |
commit | 3285e3ba50507250ae9df59fae72b5d9cf3bde7c (patch) | |
tree | d4d4898f4e0b1665461f87a2419d4bf96a4ac681 /eclass | |
parent | sys-block/eject-bsd: Remove dead mirror://freebsd URL (diff) | |
download | gentoo-3285e3ba50507250ae9df59fae72b5d9cf3bde7c.tar.gz gentoo-3285e3ba50507250ae9df59fae72b5d9cf3bde7c.tar.bz2 gentoo-3285e3ba50507250ae9df59fae72b5d9cf3bde7c.zip |
freebsd.eclass: Switch to mirror://gentoo
FreeBSD upstream removed the distfiles for 11.1 release from their
servers. Switch to mirror://gentoo to provide those old files.
While using upstream's servers would be correct for new releases,
the packages are last rited anyway.
Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/freebsd.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/freebsd.eclass b/eclass/freebsd.eclass index 7c89d953c4ba..420312b50833 100644 --- a/eclass/freebsd.eclass +++ b/eclass/freebsd.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 # # @MAINTAINER: @@ -76,7 +76,7 @@ if [[ ${MY_PV} != *9999* ]] && version_is_at_least 10.0 ${RV} ; then if [[ ${DL_PV} == ${MY_PV} ]]; then DL_PV="${DL_PV}-RELEASE" fi - SRC_URI="mirror://freebsd/releases/i386/${DL_PV}/src.txz -> freebsd-src-${MY_PV}.tar.xz" + SRC_URI="mirror://gentoo/freebsd-src-${MY_PV}.tar.xz" fi IUSE="profile" |