diff options
author | Sam James <sam@gentoo.org> | 2021-04-12 22:29:04 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-12 23:07:02 +0000 |
commit | f7dee2ccaaf772686cddb04ba4ff1a9484910be5 (patch) | |
tree | f293951f975ba7f0e58716bf041fbfe524ebd6e9 /app-editors/levee | |
parent | app-editors/dhex: add missing pkgconfig (B)DEPEND (diff) | |
download | gentoo-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.ebuild | 13 |
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 |