mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-19 16:38:01 +00: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>
36 lines
804 B
Bash
36 lines
804 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=RJBS
|
|
DIST_VERSION=1.954
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Easy MIME message parsing"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 arm arm64 ~hppa ~loong ppc ppc64 ~riscv ~s390 ~sparc x86"
|
|
|
|
RDEPEND="
|
|
virtual/perl-Carp
|
|
dev-perl/Email-Address-XS
|
|
>=dev-perl/Email-MIME-ContentType-1.23.0
|
|
>=dev-perl/Email-MIME-Encodings-1.314.0
|
|
dev-perl/Email-MessageID
|
|
>=dev-perl/Email-Simple-2.212.0
|
|
>=virtual/perl-Encode-1.980.100
|
|
virtual/perl-MIME-Base64
|
|
>=dev-perl/MIME-Types-1.130.0
|
|
dev-perl/Module-Runtime
|
|
virtual/perl-Scalar-List-Utils
|
|
virtual/perl-parent
|
|
"
|
|
BDEPEND="
|
|
${RDEPEND}
|
|
>=virtual/perl-ExtUtils-MakeMaker-6.780.0
|
|
test? (
|
|
virtual/perl-File-Spec
|
|
>=virtual/perl-Test-Simple-0.960.0
|
|
)
|
|
"
|