gentoo-ebuilds/dev-perl/SQL-Abstract-Classic/SQL-Abstract-Classic-1.910.0-r1.ebuild
Fabian Groffen 0a7ffce789
*: remove ppc-macos keyword
The arch and OS that matches it are obsolete.

Signed-off-by: Fabian Groffen <grobian@gentoo.org>
2025-12-17 16:10:39 +01:00

30 lines
668 B
Bash

# Copyright 1999-2025 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=8
DIST_AUTHOR=RIBASUSHI
DIST_VERSION=1.91
inherit perl-module
DESCRIPTION="Generate SQL from Perl data structures with backwards/forwards compat"
SLOT="0"
KEYWORDS="~amd64 ~ppc ~x86"
RDEPEND="
>=virtual/perl-Exporter-5.570.0
>=dev-perl/MRO-Compat-0.120.0
>=dev-perl/SQL-Abstract-1.790.0
>=virtual/perl-Text-Balanced-2.0.0
"
BDEPEND="${RDEPEND}
>=virtual/perl-ExtUtils-MakeMaker-6.590.0
test? (
virtual/perl-Storable
>=dev-perl/Test-Deep-0.101.0
>=dev-perl/Test-Exception-0.310.0
>=virtual/perl-Test-Simple-0.880.0
dev-perl/Test-Warn
)
"