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 3A32C15810F for ; Thu, 8 Jun 2023 22:35:19 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4AFDEE085B; Thu, 8 Jun 2023 22:35:15 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 2C86FE085B for ; Thu, 8 Jun 2023 22:35:15 +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 B9DD533BE18 for ; Thu, 8 Jun 2023 22:35:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E0AD0A98 for ; Thu, 8 Jun 2023 22:35:10 +0000 (UTC) From: "Sam James" 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" Message-ID: <1686263674.876fc5e653862aea1e0b89e1cda3fc8589f7f050.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-emulation/xen-tools/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild app-emulation/xen-tools/xen-tools-4.15.5_pre1-r1.ebuild app-emulation/xen-tools/xen-tools-4.16.4-r1.ebuild app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild app-emulation/xen-tools/xen-tools-4.17.1-r1.ebuild X-VCS-Directories: app-emulation/xen-tools/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 876fc5e653862aea1e0b89e1cda3fc8589f7f050 X-VCS-Branch: master Date: Thu, 8 Jun 2023 22:35:10 +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: 6750c8d0-43e6-46ca-9cfc-5d5f0728b67a X-Archives-Hash: 9bcd1db9318c801eaf438e75d23c38fd commit: 876fc5e653862aea1e0b89e1cda3fc8589f7f050 Author: Sam James gentoo org> AuthorDate: Thu Jun 8 22:34:07 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 8 22:34:34 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=876fc5e6 app-emulation/xen-tools: use virtual/pandoc Signed-off-by: Sam James gentoo.org> app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild | 2 +- app-emulation/xen-tools/xen-tools-4.15.5_pre1-r1.ebuild | 2 +- app-emulation/xen-tools/xen-tools-4.16.4-r1.ebuild | 2 +- app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild | 2 +- app-emulation/xen-tools/xen-tools-4.17.1-r1.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild index c40da5ee539a..212121cd053c 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.4-r1.ebuild @@ -141,12 +141,12 @@ DEPEND="${COMMON_DEPEND} rombios? ( sys-devel/bin86 sys-devel/dev86 ) ) doc? ( app-text/ghostscript-gpl - app-text/pandoc $(python_gen_cond_dep ' dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig + virtual/pandoc ) hvm? ( x11-base/xorg-proto ) qemu? ( diff --git a/app-emulation/xen-tools/xen-tools-4.15.5_pre1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.15.5_pre1-r1.ebuild index b4d296686754..d58ac007f7e4 100644 --- a/app-emulation/xen-tools/xen-tools-4.15.5_pre1-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.15.5_pre1-r1.ebuild @@ -141,12 +141,12 @@ DEPEND="${COMMON_DEPEND} rombios? ( sys-devel/bin86 sys-devel/dev86 ) ) doc? ( app-text/ghostscript-gpl - app-text/pandoc $(python_gen_cond_dep ' dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig + virtual/pandoc ) hvm? ( x11-base/xorg-proto ) qemu? ( diff --git a/app-emulation/xen-tools/xen-tools-4.16.4-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.4-r1.ebuild index fbeaed9743e8..32cc545f43f0 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.4-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.4-r1.ebuild @@ -140,12 +140,12 @@ DEPEND="${COMMON_DEPEND} rombios? ( sys-devel/bin86 sys-devel/dev86 ) ) doc? ( app-text/ghostscript-gpl - app-text/pandoc $(python_gen_cond_dep ' dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig + virtual/pandoc ) hvm? ( x11-base/xorg-proto ) qemu? ( diff --git a/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild b/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild index 008ef2d3e4b0..fe02ab612336 100644 --- a/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.16.4_pre1.ebuild @@ -140,12 +140,12 @@ DEPEND="${COMMON_DEPEND} rombios? ( sys-devel/bin86 sys-devel/dev86 ) ) doc? ( app-text/ghostscript-gpl - app-text/pandoc $(python_gen_cond_dep ' dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig + virtual/pandoc ) hvm? ( x11-base/xorg-proto ) qemu? ( diff --git a/app-emulation/xen-tools/xen-tools-4.17.1-r1.ebuild b/app-emulation/xen-tools/xen-tools-4.17.1-r1.ebuild index d324baad0b3a..ce1a09f0f545 100644 --- a/app-emulation/xen-tools/xen-tools-4.17.1-r1.ebuild +++ b/app-emulation/xen-tools/xen-tools-4.17.1-r1.ebuild @@ -140,12 +140,12 @@ DEPEND="${COMMON_DEPEND} rombios? ( sys-devel/bin86 sys-devel/dev86 ) ) doc? ( app-text/ghostscript-gpl - app-text/pandoc $(python_gen_cond_dep ' dev-python/markdown[${PYTHON_USEDEP}] ') dev-texlive/texlive-latexextra media-gfx/transfig + virtual/pandoc ) hvm? ( x11-base/xorg-proto ) qemu? (