commit: 8e52794a6a6ad794dc5a8bbe45eee1fa7515382f Author: Ulrich Müller <ulm <AT> gentoo <DOT> org> AuthorDate: Mon Jul 8 11:24:58 2024 +0000 Commit: Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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 )"
