commit: be4b4c9c691eb69ea8c650f3416d4e575612ca51
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jul 29 04:15:59 2025 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jul 29 05:42:06 2025 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=be4b4c9c
net-misc/ifenslave: explain why a variable is "NOT an error"
Explain the mysterious MY_PN comment which is "NOT an error" (it indeed
isn't, but why isn't it?) after some research: Debian's 2.x is a rewrite,
not using C, but ifupdown hooks instead. We don't want that.
(That said, ifenslave seems obsolete to me, netifrc supports bonding
for a long time..)
Signed-off-by: Sam James <sam <AT> gentoo.org>
net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild
b/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild
index a5a85b6fa342..440f7a5f6524 100644
--- a/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild
+++ b/net-misc/ifenslave/ifenslave-1.1.0-r6.ebuild
@@ -1,9 +1,10 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-MY_PN="ifenslave-2.6" # this is NOT an error
+# This is NOT an error, Debian's 2.x is a rewrite using ifupdown instead.
+MY_PN="ifenslave-2.6"
DEBIAN_PV="17"
DEBIANPKG_TARBALL="${MY_PN}_${PV}.orig.tar.gz"
DEBIANPKG_PATCH="${MY_PN}_${PV}-${DEBIAN_PV}.debian.tar.gz"