summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild')
-rw-r--r--dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild15
1 files changed, 9 insertions, 6 deletions
diff --git a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
index d997a60feda0..aa7290a59f43 100644
--- a/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
+++ b/dev-perl/Text-VimColor/Text-VimColor-0.260-r1.ebuild
@@ -1,10 +1,10 @@
-# Copyright 1999-2016 Gentoo Foundation
+# Copyright 1999-2017 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-EAPI=5
+EAPI=6
-MODULE_VERSION=0.26
-MODULE_AUTHOR="RWSTAUNER"
+DIST_VERSION=0.26
+DIST_AUTHOR="RWSTAUNER"
inherit perl-module
@@ -28,6 +28,9 @@ DEPEND="${RDEPEND}
dev-perl/Path-Class
dev-perl/XML-Parser
dev-perl/Test-Pod
- )"
+ )
+"
-SRC_TEST="do"
+PATCHES=(
+ "${FILESDIR}/${P}-perl526.patch"
+)