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 9F6B615810F 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 064C5E07EC; Thu, 8 Jun 2023 22:35:13 +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 CF384E07EC 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 17129335D68 for ; Thu, 8 Jun 2023 22:35:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D3C20A5C 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: <1686263665.13241fcd1b46bff20cb785f85a52a6f2fe64ee5e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-apps/earlyoom/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-apps/earlyoom/earlyoom-1.3.ebuild sys-apps/earlyoom/earlyoom-1.6.2.ebuild X-VCS-Directories: sys-apps/earlyoom/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 13241fcd1b46bff20cb785f85a52a6f2fe64ee5e 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: aea7ebcf-6653-40eb-b7d8-fb28b3e2d833 X-Archives-Hash: e61161d8ea493203ccf58c7ff88ebdb3 commit: 13241fcd1b46bff20cb785f85a52a6f2fe64ee5e Author: Sam James gentoo org> AuthorDate: Thu Jun 8 22:29:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 8 22:34:25 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=13241fcd sys-apps/earlyoom: use virtual/pandoc Signed-off-by: Sam James gentoo.org> sys-apps/earlyoom/earlyoom-1.3.ebuild | 4 ++-- sys-apps/earlyoom/earlyoom-1.6.2.ebuild | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/sys-apps/earlyoom/earlyoom-1.3.ebuild b/sys-apps/earlyoom/earlyoom-1.3.ebuild index f752572222e8..f8d435b12a4b 100644 --- a/sys-apps/earlyoom/earlyoom-1.3.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.3.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ IUSE="docs systemd test" RDEPEND="" DEPEND="" BDEPEND=" - docs? ( app-text/pandoc ) + docs? ( virtual/pandoc ) test? ( dev-lang/go ) " diff --git a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild index 34481cbb8a2f..f99e75ee9507 100644 --- a/sys-apps/earlyoom/earlyoom-1.6.2.ebuild +++ b/sys-apps/earlyoom/earlyoom-1.6.2.ebuild @@ -1,4 +1,4 @@ -# Copyright 2020-2021 Gentoo Authors +# Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -22,7 +22,7 @@ IUSE="docs systemd test" RDEPEND="" DEPEND="" BDEPEND=" - docs? ( app-text/pandoc ) + docs? ( virtual/pandoc ) test? ( dev-lang/go ) "