From 1db00cc6e94b90c08090bb5b8c406622946c4ae5 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Thu, 31 Jan 2019 16:00:27 +0000 Subject: gentoo resync 31.01.2019 --- net-misc/putty/putty-9999.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'net-misc/putty/putty-9999.ebuild') diff --git a/net-misc/putty/putty-9999.ebuild b/net-misc/putty/putty-9999.ebuild index c677a8a6686d..9d0477fe17e1 100644 --- a/net-misc/putty/putty-9999.ebuild +++ b/net-misc/putty/putty-9999.ebuild @@ -12,7 +12,7 @@ LICENSE="MIT" SLOT="0" KEYWORDS="" -IUSE="doc +gtk ipv6 kerberos" +IUSE="doc +gtk ipv6 gssapi" RDEPEND=" !net-misc/pssh @@ -23,7 +23,7 @@ RDEPEND=" x11-libs/libX11 x11-libs/pango ) - kerberos? ( virtual/krb5 ) + gssapi? ( virtual/krb5 ) " DEPEND=" ${RDEPEND} @@ -53,8 +53,8 @@ src_prepare() { src_configure() { cd "${S}"/unix || die econf \ - $(use_with kerberos gssapi) \ - $(use_with gtk) + $(use_with gssapi) \ + $(use_with gtk gtk=3) } src_compile() { -- cgit v1.2.3