From a3b4ee97712c630cd7cba4981547a9387b3de027 Mon Sep 17 00:00:00 2001 From: Alon Bar-Lev Date: Fri, 15 Sep 2017 08:32:21 +0300 Subject: dev-python/tlslite: remove doc USE as no docs Gentoo-Bug: 630978 Package-Manager: Portage-2.3.6, Repoman-2.3.1 --- dev-python/tlslite/tlslite-0.4.9-r2.ebuild | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) (limited to 'dev-python/tlslite') diff --git a/dev-python/tlslite/tlslite-0.4.9-r2.ebuild b/dev-python/tlslite/tlslite-0.4.9-r2.ebuild index 3f2c60a29e60..ddfb2d9db370 100644 --- a/dev-python/tlslite/tlslite-0.4.9-r2.ebuild +++ b/dev-python/tlslite/tlslite-0.4.9-r2.ebuild @@ -15,7 +15,7 @@ LICENSE="BSD public-domain" SLOT="0" KEYWORDS="~amd64 ~ppc ~x86" #Refrain for now setting IUSE test and deps of test given test restricted. -IUSE="doc" +IUSE="" DEPEND="" RDEPEND="${DEPEND}" @@ -29,11 +29,6 @@ python_test() { "${PYTHON}" "${S}"/tests/tlstest.py server localhost:4442 . || die } -python_install_all(){ - use doc && HTML_DOCS=( docs/. ) - distutils-r1_python_install_all -} - pkg_postinst() { optfeature "GMP support" dev-python/gmpy } -- cgit v1.2.3-65-gdbad