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@gmail.com>
This commit is contained in:
ingenarel
2025-12-10 06:20:37 +06:00
parent d7a5e9c995
commit 880455c7d9
2 changed files with 2 additions and 10 deletions

View File

@@ -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"

View File

@@ -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"