sys-libs/libstdc++-v3: update SRC_URI (FTP->HTTPS)

Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
Sam James
2025-04-02 02:54:28 +01:00
parent 9e9f859e0e
commit fc74a256e9

View File

@@ -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
@@ -9,8 +9,10 @@ PATCH_VER="4"
DESCRIPTION="Compatibility package for binaries linked against a pre gcc 3.4 libstdc++"
HOMEPAGE="https://gcc.gnu.org/libstdc++/"
SRC_URI="ftp://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2
https://dev.gentoo.org/~sam/distfiles/gcc-${PV}-patches-${PATCH_VER}.tar.bz2"
SRC_URI="
https://gcc.gnu.org/pub/gcc/releases/gcc-${PV}/gcc-${PV}.tar.bz2
https://dev.gentoo.org/~sam/distfiles/gcc-${PV}-patches-${PATCH_VER}.tar.bz2
"
LICENSE="GPL-2 LGPL-2.1"
SLOT="5"