diff options
author | Sam James <sam@gentoo.org> | 2021-04-16 13:06:40 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-18 07:01:22 +0100 |
commit | 33e15c7015732459d9709773f8f57c8fa5f3da8f (patch) | |
tree | e00f4a60efff83eb4eebcbcbc7fd2b22f5980d43 /dev-perl/Tk-CursorControl | |
parent | dev-perl/PortageXS: eutils->epatch (diff) | |
download | gentoo-33e15c7015732459d9709773f8f57c8fa5f3da8f.tar.gz gentoo-33e15c7015732459d9709773f8f57c8fa5f3da8f.tar.bz2 gentoo-33e15c7015732459d9709773f8f57c8fa5f3da8f.zip |
dev-perl/Tk-CursorControl: eutils->edos2unix
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'dev-perl/Tk-CursorControl')
-rw-r--r-- | dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild | 4 | ||||
-rw-r--r-- | dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild index 5fb9240352c6..e35b486b88a3 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r1.ebuild @@ -1,11 +1,11 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 MODULE_AUTHOR=DUNNIGANJ MODULE_VERSION=0.4 -inherit eutils perl-module +inherit edos2unix perl-module DESCRIPTION="Manipulate the mouse cursor programmatically" diff --git a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild index 5b2f36f70671..8d445b80bb17 100644 --- a/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild +++ b/dev-perl/Tk-CursorControl/Tk-CursorControl-0.400.0-r3.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -6,7 +6,7 @@ EAPI=6 DIST_AUTHOR=DUNNIGANJ DIST_VERSION=0.4 -inherit eutils perl-module virtualx +inherit edos2unix perl-module virtualx DESCRIPTION="Manipulate the mouse cursor programmatically" |