mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-12-18 08:02:08 +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>
23 lines
444 B
Bash
23 lines
444 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=SALVA
|
|
DIST_VERSION=2.02
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Per-line Perl profiler"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~sparc ~x86"
|
|
|
|
PATCHES=(
|
|
"${FILESDIR}/${P}-defined.patch"
|
|
"${FILESDIR}/${P}-perl526.patch"
|
|
"${FILESDIR}/${P}-perl528.patch"
|
|
)
|
|
|
|
# note: dont use parallel here
|
|
# tests need each others exit state
|
|
DIST_TEST="do"
|