diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2020-02-12 00:00:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 19:18:20 +0100 |
commit | 2e46533ef2febe7516bd0bafb54a6fbc988c4680 (patch) | |
tree | 844ac0ba56ba6b39f12bfa4508ad08d120fd0906 /app-crypt/heimdal | |
parent | dev-perl/Lab-VXI11: Version bump 0.03 (diff) | |
download | gentoo-2e46533ef2febe7516bd0bafb54a6fbc988c4680.tar.gz gentoo-2e46533ef2febe7516bd0bafb54a6fbc988c4680.tar.bz2 gentoo-2e46533ef2febe7516bd0bafb54a6fbc988c4680.zip |
app-crypt/heimdal: Add dependency on virtual/libcrypt.
Needed for upcoming libxcrypt migration.
Acked-by: David Seifert <soap@gentoo.org>
Signed-off-by: Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-crypt/heimdal')
-rw-r--r-- | app-crypt/heimdal/heimdal-7.7.0-r2.ebuild (renamed from app-crypt/heimdal/heimdal-7.7.0-r1.ebuild) | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild b/app-crypt/heimdal/heimdal-7.7.0-r2.ebuild index 4b1f82f5c523..98f5fed12490 100644 --- a/app-crypt/heimdal/heimdal-7.7.0-r1.ebuild +++ b/app-crypt/heimdal/heimdal-7.7.0-r2.ebuild @@ -20,6 +20,7 @@ IUSE="afs +berkdb caps gdbm hdb-ldap +lmdb otp selinux ssl static-libs test X" RESTRICT="!test? ( test )" CDEPEND=" + virtual/libcrypt:=[${MULTILIB_USEDEP}] ssl? ( >=dev-libs/openssl-1.0.1h-r2:0=[${MULTILIB_USEDEP}] ) |