Skip to content

Commit

Permalink
net-fs/netatalk: add missing libcrypt dependency
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Jun 30, 2021
1 parent e889ba8 commit b63b6a6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,6 @@

EAPI=7

AUTOTOOLS_AUTORECONF=yes

inherit autotools flag-o-matic multilib pam systemd

DESCRIPTION="Open Source AFP server"
Expand All @@ -19,10 +17,11 @@ IUSE="acl cracklib dbus debug kerberos ldap pam pgp quota samba +shadow ssl trac
CDEPEND="
!app-editors/yudit
dev-libs/libevent:0=
>=dev-libs/libgcrypt-1.2.3:0
>=dev-libs/libgcrypt-1.2.3:0=
sys-apps/coreutils
>=sys-libs/db-4.2.52:=
sys-libs/tdb
virtual/libcrypt:=
acl? (
sys-apps/attr
sys-apps/acl
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@
# Distributed under the terms of the GNU General Public License v2

EAPI=7
AUTOTOOLS_AUTORECONF=yes

inherit autotools flag-o-matic multilib pam systemd

Expand All @@ -18,10 +17,11 @@ IUSE="acl cracklib dbus debug kerberos ldap pam pgp quota samba +shadow ssl trac
CDEPEND="
!app-editors/yudit
dev-libs/libevent:0=
>=dev-libs/libgcrypt-1.2.3:0
>=dev-libs/libgcrypt-1.2.3:0=
sys-apps/coreutils
>=sys-libs/db-4.2.52:=
sys-libs/tdb
virtual/libcrypt:=
acl? (
sys-apps/attr
sys-apps/acl
Expand Down

0 comments on commit b63b6a6

Please sign in to comment.