mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2025-12-21 21:17:37 -08:00
dev-perl/Gearman: EAPI bump
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
This commit is contained in:
parent
ce0f4fac05
commit
eb52dc8201
@ -1,7 +1,7 @@
|
|||||||
# Copyright 1999-2025 Gentoo Authors
|
# Copyright 1999-2025 Gentoo Authors
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=7
|
EAPI=8
|
||||||
|
|
||||||
DIST_AUTHOR=PALIK
|
DIST_AUTHOR=PALIK
|
||||||
DIST_VERSION=2.004.015
|
DIST_VERSION=2.004.015
|
||||||
@ -11,29 +11,18 @@ DESCRIPTION="Gearman distributed job system, client and worker libraries"
|
|||||||
|
|
||||||
SLOT="0"
|
SLOT="0"
|
||||||
KEYWORDS="~amd64 ~ppc ~x86"
|
KEYWORDS="~amd64 ~ppc ~x86"
|
||||||
IUSE="test"
|
|
||||||
RESTRICT="!test? ( test )"
|
|
||||||
|
|
||||||
RDEPEND="
|
RDEPEND="
|
||||||
virtual/perl-Carp
|
|
||||||
virtual/perl-IO
|
|
||||||
virtual/perl-IO-Socket-IP
|
|
||||||
dev-perl/IO-Socket-SSL
|
dev-perl/IO-Socket-SSL
|
||||||
dev-perl/List-MoreUtils
|
dev-perl/List-MoreUtils
|
||||||
virtual/perl-Scalar-List-Utils
|
|
||||||
virtual/perl-Socket
|
|
||||||
virtual/perl-Storable
|
|
||||||
dev-perl/String-CRC32
|
dev-perl/String-CRC32
|
||||||
virtual/perl-Time-HiRes
|
|
||||||
>=virtual/perl-version-0.770.0
|
>=virtual/perl-version-0.770.0
|
||||||
"
|
"
|
||||||
BDEPEND="${RDEPEND}
|
BDEPEND="${RDEPEND}
|
||||||
virtual/perl-ExtUtils-MakeMaker
|
|
||||||
test? (
|
test? (
|
||||||
dev-perl/File-Which
|
dev-perl/File-Which
|
||||||
>=dev-perl/Proc-Guard-0.70.0
|
>=dev-perl/Proc-Guard-0.70.0
|
||||||
dev-perl/Test-Exception
|
dev-perl/Test-Exception
|
||||||
virtual/perl-Test-Simple
|
|
||||||
>=dev-perl/Test-TCP-2.170.0
|
>=dev-perl/Test-TCP-2.170.0
|
||||||
dev-perl/Test-Timer
|
dev-perl/Test-Timer
|
||||||
)
|
)
|
||||||
Loading…
x
Reference in New Issue
Block a user