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>
32 lines
804 B
Bash
32 lines
804 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.4234
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Build and install Perl modules"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
|
|
|
|
RDEPEND="
|
|
>=virtual/perl-CPAN-Meta-2.142.60
|
|
>=virtual/perl-ExtUtils-CBuilder-0.270.0
|
|
>=virtual/perl-ExtUtils-ParseXS-2.210.0
|
|
>=virtual/perl-File-Spec-0.820.0
|
|
>=virtual/perl-Module-Metadata-1.0.2
|
|
>=virtual/perl-Test-Harness-3.290.0
|
|
>=virtual/perl-podlators-2.1.0
|
|
>=virtual/perl-version-0.870.0
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
test? (
|
|
>=virtual/perl-File-Temp-0.150.0
|
|
>=virtual/perl-Test-Simple-0.490.0
|
|
)
|
|
"
|