diff options
author | Sam James <sam@gentoo.org> | 2024-01-01 02:19:45 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-01-01 02:19:45 +0000 |
commit | ed7efdde467bc364ea1e0de15136bbd500724faf (patch) | |
tree | 3ef895af107d085df81ad865c8991317f124bc74 /sys-libs | |
parent | sys-apps/iproute2: sync live (diff) | |
download | gentoo-ed7efdde467bc364ea1e0de15136bbd500724faf.tar.gz gentoo-ed7efdde467bc364ea1e0de15136bbd500724faf.tar.bz2 gentoo-ed7efdde467bc364ea1e0de15136bbd500724faf.zip |
sys-libs/musl: fix comment typo
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sys-libs')
-rw-r--r-- | sys-libs/musl/musl-1.2.3-r7.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.2.3-r8.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/musl/musl-1.2.4-r1.ebuild | 4 | ||||
-rw-r--r-- | sys-libs/musl/musl-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/sys-libs/musl/musl-1.2.3-r7.ebuild b/sys-libs/musl/musl-1.2.3-r7.ebuild index a201a7574d4a..c4e516a10a1a 100644 --- a/sys-libs/musl/musl-1.2.3-r7.ebuild +++ b/sys-libs/musl/musl-1.2.3-r7.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -167,7 +167,7 @@ src_install() { rm -f "${ED}"/lib/ld-musl-${arch}.so.1 || die dosym8 -r /usr/lib/libc.so /lib/ld-musl-${arch}.so.1 - # If it's still a dead symlnk, OK, we really do need to abort. + # If it's still a dead symlink, OK, we really do need to abort. [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die cp "${FILESDIR}"/ldconfig.in-r3 "${T}"/ldconfig.in || die diff --git a/sys-libs/musl/musl-1.2.3-r8.ebuild b/sys-libs/musl/musl-1.2.3-r8.ebuild index e50192bdc1fb..cda9968c6cc1 100644 --- a/sys-libs/musl/musl-1.2.3-r8.ebuild +++ b/sys-libs/musl/musl-1.2.3-r8.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -167,7 +167,7 @@ src_install() { rm "${ED}"/lib/ld-musl-${arch}.so.1 || die if use split-usr; then dosym ../usr/lib/libc.so /lib/ld-musl-${arch}.so.1 - # If it's still a dead symlnk, OK, we really do need to abort. + # If it's still a dead symlink, OK, we really do need to abort. [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die else dosym libc.so /usr/lib/ld-musl-${arch}.so.1 diff --git a/sys-libs/musl/musl-1.2.4-r1.ebuild b/sys-libs/musl/musl-1.2.4-r1.ebuild index 1d1973c35acc..2b3a3c526c33 100644 --- a/sys-libs/musl/musl-1.2.4-r1.ebuild +++ b/sys-libs/musl/musl-1.2.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -159,7 +159,7 @@ src_install() { rm "${ED}"/lib/ld-musl-${arch}.so.1 || die if use split-usr; then dosym ../usr/lib/libc.so /lib/ld-musl-${arch}.so.1 - # If it's still a dead symlnk, OK, we really do need to abort. + # If it's still a dead symlink, OK, we really do need to abort. [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die else dosym libc.so /usr/lib/ld-musl-${arch}.so.1 diff --git a/sys-libs/musl/musl-9999.ebuild b/sys-libs/musl/musl-9999.ebuild index 2908fbd17541..6034c89cca3e 100644 --- a/sys-libs/musl/musl-9999.ebuild +++ b/sys-libs/musl/musl-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -155,7 +155,7 @@ src_install() { rm "${ED}"/lib/ld-musl-${arch}.so.1 || die if use split-usr; then dosym ../usr/lib/libc.so /lib/ld-musl-${arch}.so.1 - # If it's still a dead symlnk, OK, we really do need to abort. + # If it's still a dead symlink, OK, we really do need to abort. [[ -e "${ED}"/lib/ld-musl-${arch}.so.1 ]] || die else dosym libc.so /usr/lib/ld-musl-${arch}.so.1 |