commit: ca0fc6099e2e937fe858c384ec71a7a984b9205e Author: Eray Aslan <eras <AT> gentoo <DOT> org> AuthorDate: Wed Mar 29 07:18:00 2023 +0000 Commit: Eray Aslan <eras <AT> gentoo <DOT> org> CommitDate: Wed Mar 29 07:18:00 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=ca0fc609
app-crypt/heimdal: fix otp dependency on berkdb Closes: https://bugs.gentoo.org/717740 Signed-off-by: Eray Aslan <eras <AT> gentoo.org> 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? (
