mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-08 00:05:33 +03:00
25 lines
439 B
Bash
25 lines
439 B
Bash
# Copyright 1999-2025 Gentoo Authors
|
|
# Distributed under the terms of the GNU General Public License v2
|
|
|
|
EAPI=8
|
|
|
|
DIST_AUTHOR=HERMES
|
|
DIST_VERSION=0.302
|
|
inherit perl-module
|
|
|
|
DESCRIPTION="Merges arbitrarily deep hashes into a single hash"
|
|
|
|
SLOT="0"
|
|
KEYWORDS="amd64 ~hppa ppc x86"
|
|
|
|
RDEPEND="
|
|
>=dev-perl/Clone-Choose-0.8.0
|
|
"
|
|
BDEPEND="${RDEPEND}
|
|
test? (
|
|
>=virtual/perl-Test-Simple-0.900.0
|
|
>=dev-perl/Clone-0.100.0
|
|
dev-perl/Clone-PP
|
|
)
|
|
"
|