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 703F915810F for ; Thu, 8 Jun 2023 22:35:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E77FEE07DB; Thu, 8 Jun 2023 22:35:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C1A63E07DB for ; Thu, 8 Jun 2023 22:35:12 +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 811F7335D43 for ; Thu, 8 Jun 2023 22:35:11 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BFD57A53 for ; Thu, 8 Jun 2023 22:35:09 +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: <1686263664.68f50bd00e93603abddec2e7d000110f672172d3.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.3.4-r1.ebuild x11-wm/xpra/xpra-4.4.5-r1.ebuild x11-wm/xpra/xpra-9999.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 68f50bd00e93603abddec2e7d000110f672172d3 X-VCS-Branch: master Date: Thu, 8 Jun 2023 22:35:09 +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: 507adbbe-1d0e-4c5f-8430-236d47203466 X-Archives-Hash: e12f93721aafb6be9f6cfa6400e967f5 commit: 68f50bd00e93603abddec2e7d000110f672172d3 Author: Sam James gentoo org> AuthorDate: Thu Jun 8 22:27:38 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 8 22:34:24 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=68f50bd0 x11-wm/xpra: use virtual/pandoc Signed-off-by: Sam James gentoo.org> x11-wm/xpra/xpra-4.3.4-r1.ebuild | 2 +- x11-wm/xpra/xpra-4.4.5-r1.ebuild | 2 +- x11-wm/xpra/xpra-9999.ebuild | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/xpra/xpra-4.3.4-r1.ebuild b/x11-wm/xpra/xpra-4.3.4-r1.ebuild index 1bb5ff518511..af4ceff68269 100644 --- a/x11-wm/xpra/xpra-4.3.4-r1.ebuild +++ b/x11-wm/xpra/xpra-4.3.4-r1.ebuild @@ -112,7 +112,7 @@ BDEPEND=" >=dev-python/cython-0.16[${PYTHON_USEDEP}] ') virtual/pkgconfig - doc? ( app-text/pandoc ) + doc? ( virtual/pandoc ) " RESTRICT="!test? ( test )" diff --git a/x11-wm/xpra/xpra-4.4.5-r1.ebuild b/x11-wm/xpra/xpra-4.4.5-r1.ebuild index edf3498864ce..53d661a90a6b 100644 --- a/x11-wm/xpra/xpra-4.4.5-r1.ebuild +++ b/x11-wm/xpra/xpra-4.4.5-r1.ebuild @@ -111,7 +111,7 @@ BDEPEND=" >=dev-python/cython-0.16[${PYTHON_USEDEP}] ') virtual/pkgconfig - doc? ( app-text/pandoc ) + doc? ( virtual/pandoc ) " RESTRICT="!test? ( test )" diff --git a/x11-wm/xpra/xpra-9999.ebuild b/x11-wm/xpra/xpra-9999.ebuild index 00b773011b00..93c9941bab1e 100644 --- a/x11-wm/xpra/xpra-9999.ebuild +++ b/x11-wm/xpra/xpra-9999.ebuild @@ -111,7 +111,7 @@ BDEPEND=" >=dev-python/cython-0.16[${PYTHON_USEDEP}] ') virtual/pkgconfig - doc? ( app-text/pandoc ) + doc? ( virtual/pandoc ) " RESTRICT="!test? ( test )"