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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 0D4C2138359 for ; Fri, 24 Jul 2020 08:28:39 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E31D5E0805; Fri, 24 Jul 2020 08:28:36 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C73E9E0805 for ; Fri, 24 Jul 2020 08:28:36 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B4F3634F162 for ; Fri, 24 Jul 2020 08:28:35 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 63C9D2EC for ; Fri, 24 Jul 2020 08:28:34 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1595579294.8a2aa0020c04bfd9ccbd24dafa38e757673c23c1.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/jansson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/jansson/jansson-2.12.ebuild X-VCS-Directories: dev-libs/jansson/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8a2aa0020c04bfd9ccbd24dafa38e757673c23c1 X-VCS-Branch: master Date: Fri, 24 Jul 2020 08:28:34 +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: 4e0489c3-c65c-4d20-ad2e-db5f1ab0e27c X-Archives-Hash: 6757b7626449a04377548c72118de6be commit: 8a2aa0020c04bfd9ccbd24dafa38e757673c23c1 Author: David Zero zer0-one net> AuthorDate: Wed Jul 22 02:37:05 2020 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Fri Jul 24 08:28:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8a2aa002 dev-libs/jansson: fix building with docs Bug: https://bugs.gentoo.org/731668 Signed-off-by: David Zero zer0-one.net> Closes: https://github.com/gentoo/gentoo/pull/16770 Signed-off-by: Joonas Niilola gentoo.org> dev-libs/jansson/jansson-2.12.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-libs/jansson/jansson-2.12.ebuild b/dev-libs/jansson/jansson-2.12.ebuild index 9abc7bbffbf..68ae0abd38b 100644 --- a/dev-libs/jansson/jansson-2.12.ebuild +++ b/dev-libs/jansson/jansson-2.12.ebuild @@ -14,7 +14,7 @@ SLOT="0" KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 s390 sparc x86" IUSE="doc static-libs" -BDEPEND="doc? ( >=dev-python/sphinx-1.0.4 )" +BDEPEND="doc? (