commit: 5dce02ebaea8049344df893a45477c98d2299abf Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Jun 22 04:32:46 2022 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Jun 22 04:38:52 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5dce02eb
net-misc/gsasl: drop USE=doc Closes: https://bugs.gentoo.org/853658 Signed-off-by: Sam James <sam <AT> gentoo.org> net-misc/gsasl/gsasl-2.0.0.ebuild | 10 +--------- 1 file changed, 1 insertion(+), 9 deletions(-) diff --git a/net-misc/gsasl/gsasl-2.0.0.ebuild b/net-misc/gsasl/gsasl-2.0.0.ebuild index 8e1de7de7732..1ba912c847af 100644 --- a/net-misc/gsasl/gsasl-2.0.0.ebuild +++ b/net-misc/gsasl/gsasl-2.0.0.ebuild @@ -14,7 +14,7 @@ SLOT="0" # Before giving keywords (or ideally even bumping), please check https://www.gnu.org/software/gsasl/ to see # if it's a stable release or not! KEYWORDS="~amd64 ~ppc ~riscv ~x86 ~amd64-linux ~x86-linux ~ppc-macos" -IUSE="+client doc gcrypt gnutls idn kerberos nls ntlm +server static-libs" +IUSE="+client gcrypt gnutls idn kerberos nls ntlm +server static-libs" REQUIRED_USE="|| ( client server )" DEPEND=" @@ -87,12 +87,4 @@ src_install() { fi doman doc/gsasl.1 doc/man/*.3 - - if use doc; then - dodoc doc/*.{eps,ps,pdf} - docinto html - dodoc doc/*.html - docinto examples - dodoc examples/*.c - fi }
