commit: 880455c7d9c0ef76d04170ed6d11831217aa10f7
Author: ingenarel <ingenarelitems <AT> gmail <DOT> com>
AuthorDate: Wed Dec 10 00:20:37 2025 +0000
Commit: Saad Abdullah <ingenarelitems <AT> gmail <DOT> com>
CommitDate: Wed Dec 10 01:44:45 2025 +0000
URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=880455c7
app-misc/lf: fix LICENSE for dependencies
- I did a typo where I used LICENSES instead of LICENSE when trying to
append license for go modules. I fixed that
Signed-off-by: ingenarel <ingenarelitems <AT> gmail.com>
app-misc/lf/{lf-38.ebuild => lf-38-r1.ebuild} | 6 +-----
app-misc/lf/lf-9999.ebuild | 6 +-----
2 files changed, 2 insertions(+), 10 deletions(-)
diff --git a/app-misc/lf/lf-38.ebuild b/app-misc/lf/lf-38-r1.ebuild
similarity index 87%
rename from app-misc/lf/lf-38.ebuild
rename to app-misc/lf/lf-38-r1.ebuild
index b7554bdde3..73bf635dbf 100644
--- a/app-misc/lf/lf-38.ebuild
+++ b/app-misc/lf/lf-38-r1.ebuild
@@ -24,12 +24,8 @@ else
fi
LICENSE="MIT"
-
-# echo "# dependency licenses:"; printf 'LICENSES+=" '
-# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort
--unique | tr '\n' ' '; echo '"'
-
# dependency licenses:
-LICENSES+=" Apache-2.0 BSD MIT "
+LICENSE+=" Apache-2.0 BSD MIT "
SLOT="0"
IUSE="+static"
diff --git a/app-misc/lf/lf-9999.ebuild b/app-misc/lf/lf-9999.ebuild
index b7554bdde3..73bf635dbf 100644
--- a/app-misc/lf/lf-9999.ebuild
+++ b/app-misc/lf/lf-9999.ebuild
@@ -24,12 +24,8 @@ else
fi
LICENSE="MIT"
-
-# echo "# dependency licenses:"; printf 'LICENSES+=" '
-# go-licenses report ./... 2>/dev/null | awk -F ',' '{ print $NF }' | sort
--unique | tr '\n' ' '; echo '"'
-
# dependency licenses:
-LICENSES+=" Apache-2.0 BSD MIT "
+LICENSE+=" Apache-2.0 BSD MIT "
SLOT="0"
IUSE="+static"