From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1E8E2158094 for ; Sat, 17 Sep 2022 11:49:56 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 45640E0907; Sat, 17 Sep 2022 11:49:55 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 32CA1E0907 for ; Sat, 17 Sep 2022 11:49:55 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 2FBBC341064 for ; Sat, 17 Sep 2022 11:49:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8D3F05D7 for ; Sat, 17 Sep 2022 11:49:52 +0000 (UTC) From: "Ronny Gutbrod" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ronny Gutbrod" Message-ID: <1663134828.c181eac20313635da291893ce91c31f6d5f10f23.tastytea@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/survey/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/survey/survey-3.4.3.ebuild X-VCS-Directories: dev-python/survey/ X-VCS-Committer: tastytea X-VCS-Committer-Name: Ronny Gutbrod X-VCS-Revision: c181eac20313635da291893ce91c31f6d5f10f23 X-VCS-Branch: master Date: Sat, 17 Sep 2022 11:49:52 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: fc86c4fc-b60e-4a9f-8711-58218115c687 X-Archives-Hash: 5ddaa910dfd76c8cf16f3373fcb8b9c1 commit: c181eac20313635da291893ce91c31f6d5f10f23 Author: Viorel Munteanu gmail com> AuthorDate: Wed Sep 14 05:53:48 2022 +0000 Commit: Ronny Gutbrod tastytea de> CommitDate: Wed Sep 14 05:53:48 2022 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=c181eac2 dev-python/survey: Remove obsolete USE=doc Closes: https://bugs.gentoo.org/869935 Signed-off-by: Viorel Munteanu gmail.com> dev-python/survey/survey-3.4.3.ebuild | 2 -- 1 file changed, 2 deletions(-) diff --git a/dev-python/survey/survey-3.4.3.ebuild b/dev-python/survey/survey-3.4.3.ebuild index be6a6c425..5e5c9028b 100644 --- a/dev-python/survey/survey-3.4.3.ebuild +++ b/dev-python/survey/survey-3.4.3.ebuild @@ -21,5 +21,3 @@ KEYWORDS="~amd64 ~x86" RDEPEND=" >=dev-python/wrapio-1.0.0[${PYTHON_USEDEP}] " - -distutils_enable_sphinx docs