mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-11 00:07:51 +03:00
Result of running the command: grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
40 lines
887 B
Bash
40 lines
887 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=LEONT
|
|
DIST_VERSION=0.051
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Tiny replacement for Module::Build"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86"
|
|
IUSE="minimal"
|
|
|
|
RDEPEND="
|
|
virtual/perl-CPAN-Meta
|
|
>=virtual/perl-Exporter-5.570.0
|
|
virtual/perl-ExtUtils-CBuilder
|
|
>=dev-perl/ExtUtils-Config-0.3.0
|
|
>=dev-perl/ExtUtils-Helpers-0.20.0
|
|
>=dev-perl/ExtUtils-InstallPaths-0.2.0
|
|
virtual/perl-ExtUtils-ParseXS
|
|
virtual/perl-File-Path
|
|
virtual/perl-File-Spec
|
|
>=virtual/perl-Getopt-Long-2.360.0
|
|
>=virtual/perl-JSON-PP-2.0.0
|
|
virtual/perl-podlators
|
|
virtual/perl-Test-Harness
|
|
!minimal? ( dev-perl/CPAN-Requirements-Dynamic )
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
test? (
|
|
>=virtual/perl-Test-Simple-0.88
|
|
)
|
|
"
|
|
|
|
mytargets="install"
|