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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 37CE4158089 for ; Mon, 23 Oct 2023 20:39:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 644712BC013; Mon, 23 Oct 2023 20:39:04 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 4CB272BC013 for ; Mon, 23 Oct 2023 20:39:04 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 8B861335C2A for ; Mon, 23 Oct 2023 20:39:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E7C7D12B3 for ; Mon, 23 Oct 2023 20:39:01 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1698093537.31b0c969d35a867a09891a405d9a9e06dd3bfe8f.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/pandoc-bin/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild X-VCS-Directories: app-text/pandoc-bin/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: 31b0c969d35a867a09891a405d9a9e06dd3bfe8f X-VCS-Branch: master Date: Mon, 23 Oct 2023 20:39:01 +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: 2dc4b4d8-e981-4b77-8970-1a17f3d60150 X-Archives-Hash: 2afb8ed772f496779f782b7913b9ff54 commit: 31b0c969d35a867a09891a405d9a9e06dd3bfe8f Author: Maciej Barć gentoo org> AuthorDate: Mon Oct 23 20:01:54 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Mon Oct 23 20:38:57 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=31b0c969 app-text/pandoc-bin: update blockers Closes: https://bugs.gentoo.org/916190 Signed-off-by: Maciej Barć gentoo.org> .../{pandoc-bin-3.1.8.ebuild => pandoc-bin-3.1.8-r1.ebuild} | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild b/app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild similarity index 92% rename from app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild rename to app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild index 254155b50637..e37ad183025c 100644 --- a/app-text/pandoc-bin/pandoc-bin-3.1.8.ebuild +++ b/app-text/pandoc-bin/pandoc-bin-3.1.8-r1.ebuild @@ -22,7 +22,13 @@ SLOT="0" KEYWORDS="-* amd64 arm64" IUSE="+pandoc-symlink" -RDEPEND="pandoc-symlink? ( !${CATEGORY}/${MY_PN} )" +RDEPEND=" + pandoc-symlink? ( + !${CATEGORY}/${MY_PN} + !app-text/pandoc-cli + !dev-haskell/pandoc[doc] + ) +" QA_FLAGS_IGNORED="usr/bin/${PN}" QA_PRESTRIPPED="${QA_FLAGS_IGNORED}"