net-im/abaddon: do not disable IUSE=qrcodegen by default

the USE-flag was masked in the previous commit

Signed-off-by: Leonardo Hernández Hernández <leohdz172@proton.me>
This commit is contained in:
Leonardo Hernández Hernández
2023-11-01 13:14:34 -06:00
parent 4e68ab6bbd
commit 2639549a9d
2 changed files with 2 additions and 4 deletions

View File

@@ -20,8 +20,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
# Disable qrcodegen by default. Only the ones who really want it should enable it.
IUSE="+libhandy +rnnoise -qrcodegen"
IUSE="+libhandy +rnnoise qrcodegen"
RDEPEND="
>=net-libs/ixwebsocket-11.0.8

View File

@@ -20,8 +20,7 @@ fi
LICENSE="GPL-3"
SLOT="0"
# Disable qrcodegen by default. Only the ones who really want it should enable it.
IUSE="+libhandy +rnnoise -qrcodegen"
IUSE="+libhandy +rnnoise qrcodegen"
RDEPEND="
>=net-libs/ixwebsocket-11.0.8