dev-python/pytest: arm64 stable (bug #723996)
[gentoo.git] / sys-process / tiptop / tiptop-2.3.1.ebuild
1 # Copyright 1999-2019 Gentoo Authors
2 # Distributed under the terms of the GNU General Public License v2
3
4 EAPI=7
5
6 inherit autotools
7
8 DESCRIPTION="top for performance counters"
9 HOMEPAGE="http://tiptop.gforge.inria.fr/"
10 SRC_URI="http://${PN}.gforge.inria.fr/releases/${P}.tar.gz"
11
12 LICENSE="GPL-2"
13 SLOT="0"
14 KEYWORDS="~amd64 ~x86"
15 IUSE=""
16
17 RDEPEND="
18         sys-libs/ncurses:0=
19         dev-libs/libxml2:=
20 "
21 DEPEND="${RDEPEND}"
22
23 PATCHES=(
24         "${FILESDIR}"/${PN}-2.3.1-tinfo.patch #618124
25 )
26
27 src_prepare() {
28         default
29         eautoreconf #618124
30 }