Update eclass to fix small bug
Update zigbee2mqtt to 1.30.2 Fix Manifest Check with pkgcheck 0.10.22 Signed-off-by: INODE64 <ffelix@inode64.com>
This commit is contained in:
@@ -34,8 +34,8 @@ case ${EAPI} in
|
||||
*) die "${ECLASS}: EAPI ${EAPI:-0} not supported" ;;
|
||||
esac
|
||||
|
||||
if [[ -z ${_NODEJS-MOD_ECLASS} ]]; then
|
||||
_NODEJS-MOD_ECLASS=1
|
||||
if [[ -z ${_NODEJS_MOD_ECLASS} ]]; then
|
||||
_NODEJS_MOD_ECLASS=1
|
||||
|
||||
inherit nodejs
|
||||
|
||||
|
||||
@@ -34,6 +34,9 @@ fi
|
||||
|
||||
RDEPEND+=" net-libs/nodejs"
|
||||
|
||||
# Do not complain about CFLAGS etc since nodejs-pack projects do not use them.
|
||||
QA_FLAGS_IGNORED='.*'
|
||||
|
||||
# Upstream does not support stripping go packages
|
||||
RESTRICT="test strip"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user