sys-process/glances: revbump 3.1.4.1, add missing doc dep
[gentoo.git] / dev-perl / Term-ReadLine-TTYtter / Term-ReadLine-TTYtter-1.400.0-r1.ebuild
1 # Copyright 1999-2018 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=6
5
6 DIST_AUTHOR=CKAISER
7 DIST_VERSION=1.4
8
9 inherit perl-module
10
11 DESCRIPTION="Quick implementation of readline utilities for ttytter"
12
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 PATCHES=( "${FILESDIR}/${PN}-1.4-nointeractive.patch" )
18 RDEPEND="dev-perl/TermReadKey"