From ca0fc6099e2e937fe858c384ec71a7a984b9205e Mon Sep 17 00:00:00 2001 From: Eray Aslan Date: Wed, 29 Mar 2023 09:18:00 +0200 Subject: app-crypt/heimdal: fix otp dependency on berkdb Closes: https://bugs.gentoo.org/717740 Signed-off-by: Eray Aslan --- app-crypt/heimdal/heimdal-7.8.0-r1.ebuild | 3 +++ 1 file changed, 3 insertions(+) diff --git a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild index 7e276c9c25ba..b1f928b677ed 100644 --- a/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.8.0-r1.ebuild @@ -19,6 +19,9 @@ KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv ~s390 s IUSE="afs +berkdb caps gdbm hdb-ldap +lmdb otp selinux ssl static-libs test X" RESTRICT="!test? ( test )" +# 717740 +REQUIRED_USE="otp? ( berkdb )" + CDEPEND=" virtual/libcrypt:=[${MULTILIB_USEDEP}] ssl? ( -- cgit v1.2.3