We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7a772aa commit 5c596adCopy full SHA for 5c596ad
.github/actions/configure-gentoo/action.yml
@@ -68,8 +68,9 @@ runs:
68
--with-cdb \
69
--enable-flatfile \
70
--enable-inifile \
71
+ --with-tcadb \
72
--with-lmdb \
- --with-gdbm \
73
+ --with-qdbm \
74
${{ inputs.skipSlow == 'false' && '--with-snmp' || '' }} \
75
${{ inputs.skipSlow == 'false' && '--with-unixODBC' || '' }} \
76
${{ inputs.skipSlow == 'false' && '--with-pdo-odbc=unixODBC,/usr' || '' }} \
.github/actions/emerge/action.yml
@@ -39,6 +39,8 @@ runs:
39
dev-db/sqlite \
40
app-text/htmltidy \
41
sys-libs/gdbm \
42
+ dev-db/qdbm \
43
+ dev-db/tokyocabinet \
44
dev-db/lmdb \
45
app-crypt/argon2 \
46
app-text/enchant \
0 commit comments