mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-04-07 03:10:15 -04:00
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:
@@ -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"
|
||||
|
||||
@@ -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"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user