diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 21:32:33 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-07-31 21:43:01 +0200 |
commit | 89a013511e8252b5fe3522b7d7efaea9848a7e2f (patch) | |
tree | 382acdaeffa64f0a11e652f377fbe65335f30bad /dev-perl/POE-XS-Loop-EPoll | |
parent | dev-perl/POE-Test-Loops: EAPI=8 bump (diff) | |
download | gentoo-89a013511e8252b5fe3522b7d7efaea9848a7e2f.tar.gz gentoo-89a013511e8252b5fe3522b7d7efaea9848a7e2f.tar.bz2 gentoo-89a013511e8252b5fe3522b7d7efaea9848a7e2f.zip |
dev-perl/POE-XS-Loop-EPoll: EAPI=8 bump
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl/POE-XS-Loop-EPoll')
-rw-r--r-- | dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild (renamed from dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild) | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild index a678d9fba2bd..d5cb70ab0cf7 100644 --- a/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0.ebuild +++ b/dev-perl/POE-XS-Loop-EPoll/POE-XS-Loop-EPoll-1.3.0-r1.ebuild @@ -1,20 +1,20 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=5 +EAPI=8 -MODULE_AUTHOR=TONYC -MODULE_VERSION=1.003 +DIST_AUTHOR=TONYC +DIST_VERSION=1.003 inherit perl-module DESCRIPTION="An XS implementation of POE::Loop, using Linux epoll(2)" SLOT="0" KEYWORDS="~amd64 ~x86" -IUSE="" -DEPEND=">=dev-perl/POE-1.287 - >=dev-perl/POE-Test-Loops-1.033" -RDEPEND="${DEPEND}" - -SRC_TEST="do" +RDEPEND=" + >=dev-perl/POE-1.287.0 + >=dev-perl/POE-Test-Loops-1.33.0 +" +BDEPEND="${RDEPEND} +" |