Skip to content

Commit

Permalink
x11/libei: drop terminating line escape per portlint
Browse files Browse the repository at this point in the history
WARN: x11/libei/Makefile: extra item placed in the *_DEPENDS section, for example, "USES".
  • Loading branch information
jbeich committed May 17, 2023
1 parent 6e9b0ad commit 76b5cdb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x11/libei/Makefile
Expand Up @@ -25,7 +25,7 @@ LIB_DEPENDS= libepoll-shim.so:devel/libepoll-shim \
TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}pytest>0:devel/py-pytest@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}python-dbusmock>0:devel/py-python-dbusmock@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}StrEnum>0:devel/py-strenum@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}structlog>0:devel/py-structlog@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}structlog>0:devel/py-structlog@${PY_FLAVOR}

USES= compiler:c11 localbase meson pkgconfig python:build
USE_GITHUB= nodefault
Expand Down

0 comments on commit 76b5cdb

Please sign in to comment.