diff options
author | Eray Aslan <eras@gentoo.org> | 2023-03-29 09:18:00 +0200 |
---|---|---|
committer | Eray Aslan <eras@gentoo.org> | 2023-03-29 09:18:00 +0200 |
commit | ca0fc6099e2e937fe858c384ec71a7a984b9205e (patch) | |
tree | 4cab37065639cebe7d5690101247d527892f0bb4 /app-crypt/heimdal | |
parent | dev-python/ensurepip-setuptools: Bump to 67.6.1 (diff) | |
download | gentoo-ca0fc6099e2e937fe858c384ec71a7a984b9205e.tar.gz gentoo-ca0fc6099e2e937fe858c384ec71a7a984b9205e.tar.bz2 gentoo-ca0fc6099e2e937fe858c384ec71a7a984b9205e.zip |
app-crypt/heimdal: fix otp dependency on berkdb
Closes: https://bugs.gentoo.org/717740
Signed-off-by: Eray Aslan <eras@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.8.0-r1.ebuild | 3 |
1 files changed, 3 insertions, 0 deletions
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? ( |