Skip to content

Commit 1d5b5c2

Browse files
committed
Add SASL as a dependency for ext/ldap
1 parent 9882e3c commit 1d5b5c2

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/actions/emerge/action.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,10 @@ runs:
4545
dev-db/freetds \
4646
net-analyzer/net-snmp \
4747
net-nds/openldap \
48+
dev-libs/cyrus-sasl \
4849
dev-db/unixODBC \
49-
dev-db/postgresql; do
50+
dev-db/postgresql \
51+
; do
5052
echo $package
5153
if ! portageq has_version / $package; then
5254
echo "need to install $package"

0 commit comments

Comments
 (0)