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 | |
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')
-rw-r--r-- | net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild (renamed from net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild) | 3 | ||||
-rw-r--r-- | net-libs/wvstreams/wvstreams-99999.ebuild | 3 |
2 files changed, 4 insertions, 2 deletions
diff --git a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild b/net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild index 75080fb06cbf..d02b539ada6d 100644 --- a/net-libs/wvstreams/wvstreams-4.6.1_p14-r1.ebuild +++ b/net-libs/wvstreams/wvstreams-4.6.1_p14-r2.ebuild @@ -24,10 +24,11 @@ RESTRICT="test" #more tightly this time. Probably for the better since upstream xplc seems dead. 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=" 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=" |