Skip to content

Commit

Permalink
x11-misc/xrestop: port to EAPI 7
Browse files Browse the repository at this point in the history
Signed-off-by: Sam James <[email protected]>
  • Loading branch information
thesamesam committed Apr 20, 2021
1 parent 6c408ec commit 35553f8
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions x11-misc/xrestop/xrestop-0.4.ebuild
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2

EAPI=5
inherit autotools epatch
EAPI=7

inherit autotools

DESCRIPTION="'Top' like statistics of X11 client's server side resource usage"
HOMEPAGE="https://www.freedesktop.org/wiki/Software/xrestop"
Expand All @@ -19,13 +20,18 @@ RDEPEND="
"
DEPEND="
${RDEPEND}
virtual/pkgconfig
x11-base/xorg-proto
"
BDEPEND="virtual/pkgconfig"

DOCS=( AUTHORS ChangeLog NEWS README )

PATCHES=(
"${FILESDIR}"/${P}-tinfo.patch
)

src_prepare() {
epatch "${FILESDIR}"/${P}-tinfo.patch
default

eautoreconf
}

DOCS=( AUTHORS ChangeLog NEWS README )

0 comments on commit 35553f8

Please sign in to comment.