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 B5BF8158003 for ; Tue, 28 Mar 2023 13:59:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D43DDE070D; Tue, 28 Mar 2023 13:59:20 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 BACA9E070D for ; Tue, 28 Mar 2023 13:59:20 +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 D43DF335D9C for ; Tue, 28 Mar 2023 13:59:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3E7B18E5 for ; Tue, 28 Mar 2023 13:59:18 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1680011889.cdfb0ee6453942f875099c64ca173b9df95e0a6a.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/botocore/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/botocore/botocore-1.29.99.ebuild dev-python/botocore/botocore-9999.ebuild X-VCS-Directories: dev-python/botocore/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: cdfb0ee6453942f875099c64ca173b9df95e0a6a X-VCS-Branch: master Date: Tue, 28 Mar 2023 13:59:18 +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: 4f5fc07e-ef23-4044-ae1c-839a8d3968a3 X-Archives-Hash: 8747ed971ef84bbc9756da9b059a6d16 commit: cdfb0ee6453942f875099c64ca173b9df95e0a6a Author: Michał Górny gentoo org> AuthorDate: Tue Mar 28 13:57:11 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Tue Mar 28 13:58:09 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdfb0ee6 dev-python/botocore: Remove broken USE=doc Closes: https://bugs.gentoo.org/902825 Signed-off-by: Michał Górny gentoo.org> dev-python/botocore/botocore-1.29.99.ebuild | 2 -- dev-python/botocore/botocore-9999.ebuild | 2 -- 2 files changed, 4 deletions(-) diff --git a/dev-python/botocore/botocore-1.29.99.ebuild b/dev-python/botocore/botocore-1.29.99.ebuild index 0f4daaa48e81..491b6bbc21f2 100644 --- a/dev-python/botocore/botocore-1.29.99.ebuild +++ b/dev-python/botocore/botocore-1.29.99.ebuild @@ -40,8 +40,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest src_prepare() { diff --git a/dev-python/botocore/botocore-9999.ebuild b/dev-python/botocore/botocore-9999.ebuild index 20a7f216860d..2b1442e68144 100644 --- a/dev-python/botocore/botocore-9999.ebuild +++ b/dev-python/botocore/botocore-9999.ebuild @@ -40,8 +40,6 @@ BDEPEND=" ) " -distutils_enable_sphinx docs/source \ - 'dev-python/guzzle_sphinx_theme' distutils_enable_tests pytest src_prepare() {