commit: cf8373dc5f87fa2ebb1b3e35a01d53d03ccaca88
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Wed Jun 30 18:39:39 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Wed Jun 30 18:39:39 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cf8373dc
net-irc/atheme-services: add missing libcrypt dependency, perl subslot
dependency
Signed-off-by: Sam James <sam <AT> gentoo.org>
...{atheme-services-7.2.11.ebuild => atheme-services-7.2.11-r1.ebuild} | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/net-irc/atheme-services/atheme-services-7.2.11.ebuild
b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
similarity index 97%
rename from net-irc/atheme-services/atheme-services-7.2.11.ebuild
rename to net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
index 2f74842aa72..dc7e351945f 100644
--- a/net-irc/atheme-services/atheme-services-7.2.11.ebuild
+++ b/net-irc/atheme-services/atheme-services-7.2.11-r1.ebuild
@@ -19,9 +19,10 @@ RDEPEND="
acct-group/atheme-services
acct-user/atheme-services
>=dev-libs/libmowgli-2.1.0:2
+ virtual/libcrypt:=
cracklib? ( sys-libs/cracklib )
ldap? ( net-nds/openldap )
- perl? ( dev-lang/perl )
+ perl? ( dev-lang/perl:= )
pcre? ( dev-libs/libpcre )
ssl? ( dev-libs/openssl:0= )"
DEPEND="${RDEPEND}"