diff options
author | Arfrever Frehtes Taifersar Arahesis <Arfrever@Apache.Org> | 2021-06-21 00:00:00 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-22 19:18:26 +0100 |
commit | 47d6fb99155fa35d1367119c0fc73ae156875e61 (patch) | |
tree | 10c237d9fff4405e810f16b5a10757c061a696f2 /net-libs/wvstreams/wvstreams-99999.ebuild | |
parent | net-dialup/ppp: Add dependency on virtual/libcrypt. (diff) | |
download | gentoo-47d6fb99155fa35d1367119c0fc73ae156875e61.tar.gz gentoo-47d6fb99155fa35d1367119c0fc73ae156875e61.tar.bz2 gentoo-47d6fb99155fa35d1367119c0fc73ae156875e61.zip |
net-libs/wvstreams: 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 'net-libs/wvstreams/wvstreams-99999.ebuild')
-rw-r--r-- | net-libs/wvstreams/wvstreams-99999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/net-libs/wvstreams/wvstreams-99999.ebuild b/net-libs/wvstreams/wvstreams-99999.ebuild index f7736a033dd8..11e465328157 100644 --- a/net-libs/wvstreams/wvstreams-99999.ebuild +++ b/net-libs/wvstreams/wvstreams-99999.ebuild @@ -15,10 +15,11 @@ KEYWORDS="" IUSE="+dbus debug doc pam static-libs +zlib" RDEPEND=" + <dev-libs/openssl-1.1:0= sys-libs/readline:0= sys-libs/zlib + virtual/libcrypt:= dbus? ( >=sys-apps/dbus-1.4.20 ) - <dev-libs/openssl-1.1:0= pam? ( sys-libs/pam ) " DEPEND=" |