diff options
author | 2025-01-31 12:08:08 +0100 | |
---|---|---|
committer | 2025-01-31 12:08:08 +0100 | |
commit | 226e90e580deb504896d3dc09613d266c0f99ba9 (patch) | |
tree | 23868e548739f06d9a4936d8ebefe9b0f73aaa1c /dev-libs | |
parent | sys-apps/pandora_box: drop 0.11.0 (diff) | |
download | gentoo-226e90e580deb504896d3dc09613d266c0f99ba9.tar.gz gentoo-226e90e580deb504896d3dc09613d266c0f99ba9.tar.bz2 gentoo-226e90e580deb504896d3dc09613d266c0f99ba9.zip |
dev-libs/boost: update SRC_URI
See https://github.com/boostorg/boost/issues/924
Closes: https://bugs.gentoo.org/948979
Closes: https://github.com/gentoo/gentoo/pull/40352
Signed-off-by: NHOrus <jy6x2b32pie9@yahoo.com>
Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/boost/boost-1.85.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.86.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-libs/boost/boost-1.87.0.ebuild | 4 |
3 files changed, 6 insertions, 6 deletions
diff --git a/dev-libs/boost/boost-1.85.0-r1.ebuild b/dev-libs/boost/boost-1.85.0-r1.ebuild index 5fbb19f51083..90f2eea7410d 100644 --- a/dev-libs/boost/boost-1.85.0-r1.ebuild +++ b/dev-libs/boost/boost-1.85.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -19,7 +19,7 @@ MY_PV="$(ver_rs 1- _)" DESCRIPTION="Boost Libraries for C++" HOMEPAGE="https://www.boost.org/" -SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2" +SRC_URI="https://archives.boost.io/release/${PV}/source/boost_${MY_PV}.tar.bz2" S="${WORKDIR}/${PN}_${MY_PV}" LICENSE="Boost-1.0" diff --git a/dev-libs/boost/boost-1.86.0-r1.ebuild b/dev-libs/boost/boost-1.86.0-r1.ebuild index 0832d12b6146..cd47aeecec1c 100644 --- a/dev-libs/boost/boost-1.86.0-r1.ebuild +++ b/dev-libs/boost/boost-1.86.0-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ MY_PV="$(ver_rs 1- _)" DESCRIPTION="Boost Libraries for C++" HOMEPAGE="https://www.boost.org/" -SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2" +SRC_URI="https://archives.boost.io/release/${PV}/source/boost_${MY_PV}.tar.bz2" S="${WORKDIR}/${PN}_${MY_PV}" LICENSE="Boost-1.0" diff --git a/dev-libs/boost/boost-1.87.0.ebuild b/dev-libs/boost/boost-1.87.0.ebuild index 9c46452336c4..01957b702836 100644 --- a/dev-libs/boost/boost-1.87.0.ebuild +++ b/dev-libs/boost/boost-1.87.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2024 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -17,7 +17,7 @@ MY_PV="$(ver_rs 1- _)" DESCRIPTION="Boost Libraries for C++" HOMEPAGE="https://www.boost.org/" -SRC_URI="https://boostorg.jfrog.io/artifactory/main/release/${PV}/source/boost_${MY_PV}.tar.bz2" +SRC_URI="https://archives.boost.io/release/${PV}/source/boost_${MY_PV}.tar.bz2" S="${WORKDIR}/${PN}_${MY_PV}" LICENSE="Boost-1.0" |