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 1D9731581C1 for ; Mon, 8 Jul 2024 11:26:17 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EB7FA2BC0CC; Mon, 8 Jul 2024 11:26:15 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 CC87E2BC0CA for ; Mon, 8 Jul 2024 11:26: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 0E31C33BE12 for ; Mon, 8 Jul 2024 11:26:15 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9F35F1DBE for ; Mon, 8 Jul 2024 11:26:13 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1720437940.8e52794a6a6ad794dc5a8bbe45eee1fa7515382f.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/pandoc/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/pandoc/pandoc-0-r1.ebuild X-VCS-Directories: virtual/pandoc/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 8e52794a6a6ad794dc5a8bbe45eee1fa7515382f X-VCS-Branch: master Date: Mon, 8 Jul 2024 11:26:13 +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: 1b2bd6d0-5359-468b-9b05-6638cb19ce4e X-Archives-Hash: 4d5ab34ff1ce3e46b53889e2e44d81bd commit: 8e52794a6a6ad794dc5a8bbe45eee1fa7515382f Author: Ulrich Müller gentoo org> AuthorDate: Mon Jul 8 11:24:58 2024 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Mon Jul 8 11:25:40 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8e52794a virtual/pandoc: Drop empty variable assignments Signed-off-by: Ulrich Müller gentoo.org> virtual/pandoc/pandoc-0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/virtual/pandoc/pandoc-0-r1.ebuild b/virtual/pandoc/pandoc-0-r1.ebuild index 4e7457bf4394..ce4ed5d3a887 100644 --- a/virtual/pandoc/pandoc-0-r1.ebuild +++ b/virtual/pandoc/pandoc-0-r1.ebuild @@ -1,13 +1,11 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 DESCRIPTION="Virtual for pandoc" -LICENSE="" SLOT="0" KEYWORDS="amd64 ~arm64 ~riscv ~x86" -BDEPEND="" RDEPEND="|| ( app-text/pandoc-bin[pandoc-symlink] app-text/pandoc-cli app-text/pandoc )"