Skip to content

Commit

Permalink
dev-perl/Log-TraceMessages: EAPI=8 bump
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <[email protected]>
  • Loading branch information
akhuettel committed Jun 26, 2021
1 parent 7c3cf97 commit fbddeec
Showing 1 changed file with 9 additions and 8 deletions.
Original file line number Diff line number Diff line change
@@ -1,19 +1,20 @@
# Copyright 1999-2020 Gentoo Authors
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
EAPI=8

MODULE_AUTHOR=EDAVIS
MODULE_VERSION=1.4
DIST_AUTHOR=EDAVIS
DIST_VERSION=1.4
inherit perl-module

DESCRIPTION="Logging/debugging aid"

SLOT="0"
KEYWORDS="amd64 ~arm ~arm64 ppc x86 ~amd64-linux ~x86-linux"
IUSE=""

RDEPEND=">=dev-perl/HTML-FromText-1.004"
DEPEND="${RDEPEND}"
RDEPEND="
>=dev-perl/HTML-FromText-1.4.0
"
BDEPEND="${RDEPEND}"

PATCHES=("${FILESDIR}/${P}-posix-tmpnam.patch")
SRC_TEST="do"

0 comments on commit fbddeec

Please sign in to comment.