dev-python/zc-lockfile: keyworded 2.0 for ia64, bug #717946
[gentoo.git] / app-misc / lfm / lfm-2.3-r1.ebuild
1 # Copyright 1999-2016 Gentoo Foundation
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=5
5
6 PYTHON_COMPAT=( python2_7 )
7 PYTHON_REQ_USE="ncurses"
8
9 inherit distutils-r1 eutils
10
11 DESCRIPTION="Last File Manager is a powerful file manager for the console"
12 HOMEPAGE="https://inigo.katxi.org/devel/lfm/"
13 SRC_URI="https://inigo.katxi.org/devel/${PN}/${P}.tar.gz"
14
15 LICENSE="GPL-3+"
16 SLOT="0"
17 KEYWORDS="~amd64 ~x86"
18
19 src_prepare() {
20         epatch "${FILESDIR}"/${P}-no-doc.patch
21 }