mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-01-06 02:17:34 -08:00
Bug: https://bugs.gentoo.org/473598 Bug: https://bugs.gentoo.org/720224 Signed-off-by: Fabian Groffen <grobian@gentoo.org>
19 lines
334 B
Bash
19 lines
334 B
Bash
# Copyright 1999-2021 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=JGOFF
|
|
DIST_VERSION=0.06
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="format Pod as LaTeX"
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~riscv x86 ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
>=virtual/perl-Pod-Simple-0.10.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
"
|