sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / Encode-HanConvert / Encode-HanConvert-0.350.0-r1.ebuild
1 # Copyright 1999-2017 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=AUDREYT
7 DIST_VERSION=0.35
8 inherit perl-module
9
10 DESCRIPTION="Traditional and Simplified Chinese mappings"
11
12 SLOT="0"
13 KEYWORDS="amd64 x86"
14 IUSE=""
15
16 src_prepare() {
17         sed -i -e 's/use inc::Module::Install;/use lib q[.]; use inc::Module::Install;/' Makefile.PL ||
18                 die "Can't patch Makefile.PL for 5.26 dot-in-inc"
19         perl-module_src_prepare
20 }