View | Details | Raw Unified | Return to bug 255152 | Differences between
and this patch

Collapse All | Expand All

(-)b/textproc/Makefile (+1 lines)
Lines 229-234 Link Here
229
    SUBDIR += gladtex
229
    SUBDIR += gladtex
230
    SUBDIR += gmetadom
230
    SUBDIR += gmetadom
231
    SUBDIR += gnugrep
231
    SUBDIR += gnugrep
232
    SUBDIR += go-yq
232
    SUBDIR += goldendict
233
    SUBDIR += goldendict
233
    SUBDIR += google-ctemplate
234
    SUBDIR += google-ctemplate
234
    SUBDIR += google-translate-cli
235
    SUBDIR += google-translate-cli
(-)b/textproc/yq/Makefile (+1 lines)
Lines 19-24 TEST_DEPENDS= ${PYTHON_PKGNAMEPREFIX}coverage>0:devel/py-coverage@${PY_FLAVOR} \ Link Here
19
		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
19
		${PYTHON_PKGNAMEPREFIX}flake8>0:devel/py-flake8@${PY_FLAVOR}
20
20
21
USES=		python
21
USES=		python
22
CONFLICTS_INSTALL=     go-yq
22
USE_GITHUB=	yes
23
USE_GITHUB=	yes
23
GH_ACCOUNT=	kislyuk
24
GH_ACCOUNT=	kislyuk
24
USE_PYTHON=	distutils noflavors autoplist
25
USE_PYTHON=	distutils noflavors autoplist

Return to bug 255152