summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2025-01-02 23:51:54 +0000
committerSam James <sam@gentoo.org>2025-01-03 00:58:40 +0000
commitd4c6bbd84b8380a1baba220e0a7f2bdfe4318137 (patch)
treeec215a8a250f87dc6c55757a3d73894388ab913c /dev-embedded/avr-libc
parentapp-crypt/dehydrated: Ignore output of "openssl req" (diff)
downloadgentoo-d4c6bbd84b8380a1baba220e0a7f2bdfe4318137.tar.gz
gentoo-d4c6bbd84b8380a1baba220e0a7f2bdfe4318137.tar.bz2
gentoo-d4c6bbd84b8380a1baba220e0a7f2bdfe4318137.zip
dev-embedded/avr-libc: HTTPSify HOMEPAGE
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-embedded/avr-libc')
-rw-r--r--dev-embedded/avr-libc/avr-libc-2.1.0.ebuild10
1 files changed, 6 insertions, 4 deletions
diff --git a/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild b/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild
index af637bbc7ebc..46b7dfddf19c 100644
--- a/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild
+++ b/dev-embedded/avr-libc/avr-libc-2.1.0.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2022 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="8"
@@ -9,9 +9,11 @@ CTARGET="avr"
inherit flag-o-matic
DESCRIPTION="C library for Atmel AVR microcontrollers"
-HOMEPAGE="http://www.nongnu.org/avr-libc/"
-SRC_URI="https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2
- https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2"
+HOMEPAGE="https://www.nongnu.org/avr-libc/"
+SRC_URI="
+ https://savannah.nongnu.org/download/avr-libc/${P}.tar.bz2
+ https://savannah.nongnu.org/download/avr-libc/${PN}-manpages-${PV}.tar.bz2
+"
LICENSE="BSD"
SLOT="0"