summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeroen Roovers <jer@gentoo.org>2020-01-14 03:20:53 +0100
committerJeroen Roovers <jer@gentoo.org>2020-01-14 03:43:17 +0100
commit73e2822bb656b80e296a1a2c18259a2988939f48 (patch)
tree8789c8c0f760596a2269c4320da097468af51ac0 /app-admin/apachetop/apachetop-0.18.4.ebuild
parentnet-analyzer/mk-livestatus: Revision bump for dependency change (diff)
downloadgentoo-73e2822bb656b80e296a1a2c18259a2988939f48.tar.gz
gentoo-73e2822bb656b80e296a1a2c18259a2988939f48.tar.bz2
gentoo-73e2822bb656b80e296a1a2c18259a2988939f48.zip
app-admin/apachetop: Fix building against sys-libs/ncurses[tinfo]
Package-Manager: Portage-2.3.84, Repoman-2.3.20 Closes: https://bugs.gentoo.org/690082 Signed-off-by: Jeroen Roovers <jer@gentoo.org>
Diffstat (limited to 'app-admin/apachetop/apachetop-0.18.4.ebuild')
-rw-r--r--app-admin/apachetop/apachetop-0.18.4.ebuild8
1 files changed, 5 insertions, 3 deletions
diff --git a/app-admin/apachetop/apachetop-0.18.4.ebuild b/app-admin/apachetop/apachetop-0.18.4.ebuild
index 2f5954eb82bf..c0a18315d1da 100644
--- a/app-admin/apachetop/apachetop-0.18.4.ebuild
+++ b/app-admin/apachetop/apachetop-0.18.4.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2018 Gentoo Foundation
+# Copyright 1999-2020 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=6
@@ -19,8 +19,10 @@ RDEPEND="
sys-libs/readline:0=
fam? ( virtual/fam )
pcre? ( dev-libs/libpcre )"
-DEPEND="${RDEPEND}
- virtual/pkgconfig"
+DEPEND="${RDEPEND}"
+PATCHES=(
+ "${FILESDIR}"/${PN}-0.18.4-tinfo.patch
+)
src_prepare() {
default