diff options
author | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-29 21:00:23 +0200 |
---|---|---|
committer | Andreas K. Hüttel <dilfridge@gentoo.org> | 2021-09-29 21:01:02 +0200 |
commit | 34a50bb9d8453b143cab828ab8b79bbefd577e25 (patch) | |
tree | c4e7145f6fd6bf1bd9f3f91cd3b9ed5fbadf75f1 /dev-perl | |
parent | dev-perl/Tk-CursorControl: Remove old (diff) | |
download | gentoo-34a50bb9d8453b143cab828ab8b79bbefd577e25.tar.gz gentoo-34a50bb9d8453b143cab828ab8b79bbefd577e25.tar.bz2 gentoo-34a50bb9d8453b143cab828ab8b79bbefd577e25.zip |
dev-perl/Tk-CursorControl: EAPI=8 bump
Package-Manager: Portage-3.0.23, Repoman-3.0.3
Signed-off-by: Andreas K. Hüttel <dilfridge@gentoo.org>
Diffstat (limited to 'dev-perl')
-rw-r--r-- | dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild (renamed from dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild index bc9b56b19758..01fd2aff8215 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r4.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 DIST_AUTHOR=DUNNIGANJ DIST_VERSION=0.4 @@ -12,10 +12,9 @@ DESCRIPTION="Manipulate the mouse cursor programmatically" SLOT="0" KEYWORDS="amd64 ~ia64 sparc x86" -IUSE="" RDEPEND="dev-perl/Tk" -DEPEND="${RDEPEND}" +BDEPEND="${RDEPEND}" PATCHES=( "${FILESDIR}/0.4-demo.patch" ) @@ -23,6 +22,7 @@ src_prepare() { perl-module_src_prepare edos2unix "${S}"/{CursorControl.pm,demos/cursor.pl} } + src_test() { virtx perl-module_src_test } |