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 1F1AD15810F 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 D9ABFE07FA; Thu, 8 Jun 2023 22:35:12 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C31F0E07F6 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 DE74A335D94 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 1A144A8E 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: <1686263667.22b8dc6db66f1ec1c809dbba75f8b9098556ed38.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-mathematics/rkward/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-mathematics/rkward/rkward-0.7.5.ebuild X-VCS-Directories: sci-mathematics/rkward/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 22b8dc6db66f1ec1c809dbba75f8b9098556ed38 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: 6bb57a69-6d44-4dce-9d54-767cf8289c95 X-Archives-Hash: c54fda5fd13e64af527283621d919f7c commit: 22b8dc6db66f1ec1c809dbba75f8b9098556ed38 Author: Sam James gentoo org> AuthorDate: Thu Jun 8 22:30:05 2023 +0000 Commit: Sam James gentoo org> CommitDate: Thu Jun 8 22:34:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=22b8dc6d sci-mathematics/rkward: use virtual/pandoc Signed-off-by: Sam James gentoo.org> sci-mathematics/rkward/rkward-0.7.5.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/rkward/rkward-0.7.5.ebuild b/sci-mathematics/rkward/rkward-0.7.5.ebuild index 714b41f12f96..feca760015fe 100644 --- a/sci-mathematics/rkward/rkward-0.7.5.ebuild +++ b/sci-mathematics/rkward/rkward-0.7.5.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -50,7 +50,7 @@ BDEPEND="sys-devel/gettext" pkg_postinst() { if [[ -z "${REPLACING_VERSIONS}" ]]; then optfeature "kate plugins support" "kde-apps/kate-addons:${SLOT}" - optfeature "prendering (or previewing) R markdown (.Rmd) files" "app-text/pandoc" + optfeature "prendering (or previewing) R markdown (.Rmd) files" "virtual/pandoc" optfeature "managing citations while writing articles" "app-text/kbibtex" fi ecm_pkg_postinst