summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-04-12 22:29:04 +0000
committerSam James <sam@gentoo.org>2021-04-12 23:07:02 +0000
commitf7dee2ccaaf772686cddb04ba4ff1a9484910be5 (patch)
treef293951f975ba7f0e58716bf041fbfe524ebd6e9 /app-editors/levee
parentapp-editors/dhex: add missing pkgconfig (B)DEPEND (diff)
downloadgentoo-f7dee2ccaaf772686cddb04ba4ff1a9484910be5.tar.gz
gentoo-f7dee2ccaaf772686cddb04ba4ff1a9484910be5.tar.bz2
gentoo-f7dee2ccaaf772686cddb04ba4ff1a9484910be5.zip
app-editors/levee: add missing pkgconfig (B)DEPEND
Package-Manager: Portage-3.0.18, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'app-editors/levee')
-rw-r--r--app-editors/levee/levee-3.5a.ebuild13
1 files changed, 9 insertions, 4 deletions
diff --git a/app-editors/levee/levee-3.5a.ebuild b/app-editors/levee/levee-3.5a.ebuild
index 965d248fd053..79cc2355d23d 100644
--- a/app-editors/levee/levee-3.5a.ebuild
+++ b/app-editors/levee/levee-3.5a.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2017 Gentoo Foundation
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=5
@@ -13,9 +13,14 @@ SLOT="0"
KEYWORDS="amd64 ppc sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~sparc-solaris ~x86-solaris"
IUSE=""
-DEPEND="!app-text/lv
- sys-libs/ncurses:0="
-RDEPEND="${DEPEND}"
+RDEPEND="
+ !app-text/lv
+ sys-libs/ncurses:0=
+"
+DEPEND="
+ ${RDEPEND}
+ virtual/pkgconfig
+"
src_prepare() {
epatch "${FILESDIR}"/${PN}-3.4o-darwin.patch