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:
INODE64
2023-03-06 10:51:20 +01:00
parent db5cba5d7c
commit 1fec802637
4 changed files with 72 additions and 2 deletions

View File

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

View File

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