summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2024-02-23 17:41:41 +0000
committerSam James <sam@gentoo.org>2024-02-23 17:41:49 +0000
commitc0a9d51b7b95bfbcefde3cfc6c1e6fefe2137cd7 (patch)
treea11392f7f543aee83ca2f6df704de37a1b9aa245 /sys-libs/newlib/newlib-9999.ebuild
parentvirtual/dist-kernel: Stabilize 6.6.16 amd64 ppc64, #924550 (diff)
downloadgentoo-c0a9d51b7b95bfbcefde3cfc6c1e6fefe2137cd7.tar.gz
gentoo-c0a9d51b7b95bfbcefde3cfc6c1e6fefe2137cd7.tar.bz2
gentoo-c0a9d51b7b95bfbcefde3cfc6c1e6fefe2137cd7.zip
sys-libs/newlib: add 4.4.0.20231231
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs/newlib/newlib-9999.ebuild')
-rw-r--r--sys-libs/newlib/newlib-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys-libs/newlib/newlib-9999.ebuild b/sys-libs/newlib/newlib-9999.ebuild
index d14c58291626..d29d3f10e0d1 100644
--- a/sys-libs/newlib/newlib-9999.ebuild
+++ b/sys-libs/newlib/newlib-9999.ebuild
@@ -1,7 +1,7 @@
-# Copyright 1999-2023 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI="7"
+EAPI="8"
inherit flag-o-matic toolchain-funcs
@@ -9,7 +9,7 @@ if [[ ${PV} == "9999" ]] ; then
EGIT_REPO_URI="https://sourceware.org/git/newlib-cygwin.git"
inherit git-r3
else
- SRC_URI="ftp://sourceware.org/pub/newlib/${P}.tar.gz"
+ SRC_URI="https://sourceware.org/pub/newlib/${P}.tar.gz"
KEYWORDS="~amd64 ~arm ~arm64 ~hppa ~m68k ~mips ~ppc ~ppc64 ~riscv ~sparc ~x86"
fi