We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4d913e commit afe3ff9Copy full SHA for afe3ff9
.github/actions/emerge/action.yml
@@ -45,8 +45,10 @@ runs:
45
dev-db/freetds \
46
net-analyzer/net-snmp \
47
net-nds/openldap \
48
+ dev-libs/cyrus-sasl \
49
dev-db/unixODBC \
- dev-db/postgresql; do
50
+ dev-db/postgresql \
51
+ ; do
52
echo $package
53
if ! portageq has_version / $package; then
54
echo "need to install $package"
0 commit comments