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>
35 lines
642 B
Bash
35 lines
642 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR="DROLSKY"
|
|
DIST_VERSION=1.23
|
|
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Perl wrapper for libmagic"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~arm ~arm64 ~hppa ppc ppc64 ~sparc x86"
|
|
|
|
RDEPEND="
|
|
sys-apps/file
|
|
virtual/perl-Carp
|
|
virtual/perl-Exporter
|
|
virtual/perl-XSLoader
|
|
virtual/perl-Scalar-List-Utils
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
dev-perl/Config-AutoConf
|
|
virtual/perl-ExtUtils-CBuilder
|
|
virtual/perl-ExtUtils-MakeMaker
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
virtual/perl-File-Temp
|
|
dev-perl/Test-Fatal
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|