From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1526606-garchives=archives.gentoo.org@lists.gentoo.org>
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 BC2FA15810F
	for <garchives@archives.gentoo.org>; Thu,  8 Jun 2023 22:35:17 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id E4A81E0848;
	Thu,  8 Jun 2023 22:35:14 +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))
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id C4E81E0844
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Jun 2023 22:35:14 +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 88831335DEB
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Jun 2023 22:35:13 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 91FBDA94
	for <gentoo-commits@lists.gentoo.org>; Thu,  8 Jun 2023 22:35:10 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1686263671.76b03ec220ba4ee70d521c1cf9a7afa959d000ad.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/nbconvert/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/nbconvert/nbconvert-7.3.1.ebuild dev-python/nbconvert/nbconvert-7.4.0.ebuild
X-VCS-Directories: dev-python/nbconvert/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: 76b03ec220ba4ee70d521c1cf9a7afa959d000ad
X-VCS-Branch: master
Date: Thu,  8 Jun 2023 22:35:10 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: e94860d0-9ffa-44f5-8961-3d29737d347a
X-Archives-Hash: 0fb2ee09d14fae2a2fa5b6f79f9c6396

commit:     76b03ec220ba4ee70d521c1cf9a7afa959d000ad
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Thu Jun  8 22:32:48 2023 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Thu Jun  8 22:34:31 2023 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=76b03ec2

dev-python/nbconvert: use virtual/pandoc

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/nbconvert/nbconvert-7.3.1.ebuild | 2 +-
 dev-python/nbconvert/nbconvert-7.4.0.ebuild | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/dev-python/nbconvert/nbconvert-7.3.1.ebuild b/dev-python/nbconvert/nbconvert-7.3.1.ebuild
index f7fea0d0ce0e..c1f994686ded 100644
--- a/dev-python/nbconvert/nbconvert-7.3.1.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.3.1.ebuild
@@ -85,7 +85,7 @@ python_test() {
 }
 
 pkg_postinst() {
-	if ! has_version app-text/pandoc && ! has_version app-text/pandoc-bin; then
+	if ! has_version virtual/pandoc; then
 		einfo "Pandoc is required for converting to formats other than Python,"
 		einfo "HTML, and Markdown. If you need this functionality, install"
 		einfo "app-text/pandoc or app-text/pandoc-bin."

diff --git a/dev-python/nbconvert/nbconvert-7.4.0.ebuild b/dev-python/nbconvert/nbconvert-7.4.0.ebuild
index 51776ff6b345..4145050a76bc 100644
--- a/dev-python/nbconvert/nbconvert-7.4.0.ebuild
+++ b/dev-python/nbconvert/nbconvert-7.4.0.ebuild
@@ -85,7 +85,7 @@ python_test() {
 }
 
 pkg_postinst() {
-	if ! has_version app-text/pandoc && ! has_version app-text/pandoc-bin; then
+	if ! has_version virtual/pandoc; then
 		einfo "Pandoc is required for converting to formats other than Python,"
 		einfo "HTML, and Markdown. If you need this functionality, install"
 		einfo "app-text/pandoc or app-text/pandoc-bin."