diff options
author | Sam James <sam@gentoo.org> | 2021-06-30 19:39:17 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-06-30 19:39:18 +0100 |
commit | 480b02c1223fcfcecb59b255c9dd6fe41f2105f9 (patch) | |
tree | a3b1208273518f905e4b30eec0b75bfbc1a12cf0 /net-libs/c-client | |
parent | net-libs/courier-authlib: add missing libcrypt dependency (diff) | |
download | gentoo-480b02c1223fcfcecb59b255c9dd6fe41f2105f9.tar.gz gentoo-480b02c1223fcfcecb59b255c9dd6fe41f2105f9.tar.bz2 gentoo-480b02c1223fcfcecb59b255c9dd6fe41f2105f9.zip |
net-libs/c-client: add missing libcrypt dependency
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'net-libs/c-client')
-rw-r--r-- | net-libs/c-client/c-client-2007f-r7.ebuild (renamed from net-libs/c-client/c-client-2007f-r6.ebuild) | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/net-libs/c-client/c-client-2007f-r6.ebuild b/net-libs/c-client/c-client-2007f-r7.ebuild index 659b62e505a6..afa0c1cd8f11 100644 --- a/net-libs/c-client/c-client-2007f-r6.ebuild +++ b/net-libs/c-client/c-client-2007f-r7.ebuild @@ -2,6 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=6 + inherit flag-o-matic libtool toolchain-funcs MY_PN=imap @@ -20,15 +21,17 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~ia64 ~mips ppc ppc64 ~s390 sparc x86" IUSE="doc +ipv6 kerberos kernel_linux kernel_FreeBSD pam ssl static-libs topal chappa" RDEPEND=" + !net-mail/uw-imap ssl? ( dev-libs/openssl:0= - ) - !net-mail/uw-imap + ) + kernel_linux? ( + pam? ( >=sys-libs/pam-0.72 ) + !pam? ( virtual/libcrypt:= ) + ) kerberos? ( app-crypt/mit-krb5 ) " -DEPEND="${RDEPEND} - kernel_linux? ( pam? ( >=sys-libs/pam-0.72 ) ) -" +DEPEND="${RDEPEND}" PATCHES=( # Apply a patch to only build the stuff we need for c-client |