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>
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2019 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
#
# @MAINTAINER:
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"