gentoo/dev-perl/Digest-BubbleBabble/Digest-BubbleBabble-0.20.0-r3.ebuild
Arthur Zamarin 0ad96e879b
*/*: destable sparc
Result of running the command:
 grep --include="*.ebuild" -r . -e 'KEYWORDS=.*[" ]sparc' -l | xargs ekeyword ~sparc

Signed-off-by: Arthur Zamarin <arthurzam@gentoo.org>
2025-09-02 20:00:14 +03:00

34 lines
764 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=BTROTT
DIST_VERSION=0.02
inherit perl-module
DESCRIPTION="Create bubble-babble fingerprints"
SLOT="0"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
BDEPEND="
>=virtual/perl-ExtUtils-MakeMaker-6.420.0
"
PATCHES=(
# https://github.com/btrott/Digest-BubbleBabble/pull/1
"${FILESDIR}/0.02-dot-in-inc.patch"
"${FILESDIR}/${PN}-0.02-no-test-base.patch"
)
PERL_RM_FILES=(
inc/Spiffy.pm
inc/Test/Base.pm
inc/Test/Base/Filter.pm
inc/Test/Builder.pm
inc/Test/Builder/Module.pm
inc/Test/More.pm
inc/Module/Install/TestBase.pm
)