mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-23 09:47:30 -08:00
Change was created by running the following command::
ekeyword ^ia64 */*/*.ebuild
Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
22 lines
456 B
Bash
22 lines
456 B
Bash
# Copyright 1999-2022 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=7
|
|
|
|
DIST_AUTHOR=OVID
|
|
DIST_VERSION=3.16
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Easy to use HTML::TokeParser interface"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 ~arm64 ppc ~ppc64 ~riscv sparc x86 ~amd64-linux ~x86-linux"
|
|
IUSE=""
|
|
|
|
RDEPEND=">=dev-perl/HTML-Parser-3.25"
|
|
BDEPEND="${RDEPEND}
|
|
dev-perl/Module-Build
|
|
virtual/perl-Test-Simple
|
|
dev-perl/Sub-Override
|
|
"
|