Skip to content

Commit

Permalink
www/qutebrowser: default flavor has to be the first one
Browse files Browse the repository at this point in the history
  • Loading branch information
ant1 committed Nov 15, 2023
1 parent 0a6e08b commit 34ab6fa
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions www/qutebrowser/Makefile
Expand Up @@ -20,8 +20,8 @@ RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}colorama>=0:devel/py-colorama@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}wheel>0:devel/py-wheel@${PY_FLAVOR} \
${PYTHON_PKGNAMEPREFIX}yaml>0:devel/py-yaml@${PY_FLAVOR}

FLAVORS= qt5 qt6
FLAVOR?= ${FLAVORS:[2]}
FLAVORS= qt6 qt5
FLAVOR?= ${FLAVORS:[1]}

USES= cpe desktop-file-utils python
USE_PYQT= webengine
Expand Down

0 comments on commit 34ab6fa

Please sign in to comment.