summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSam James <sam@gentoo.org>2021-06-18 23:03:42 +0200
committerDavid Seifert <soap@gentoo.org>2021-06-18 23:03:42 +0200
commit41ecb8feb7995ff28e664d990fcddf523ccf40a2 (patch)
tree97626220dc55e916588df387ba377f296899cdf6 /app-editors
parentapp-crypt/mit-krb5-appl: add pkgconfig or pkgconfig-referenced libs deps (diff)
downloadgentoo-41ecb8feb7995ff28e664d990fcddf523ccf40a2.tar.gz
gentoo-41ecb8feb7995ff28e664d990fcddf523ccf40a2.tar.bz2
gentoo-41ecb8feb7995ff28e664d990fcddf523ccf40a2.zip
app-editors/ee: add pkgconfig or pkgconfig-referenced libs deps
Add dependencies for either virtual/pkgconfig, move it into BDEPEND where applicable, or add dependencies for libraries we're trying to find with pkgconfig. Package-Manager: Portage-3.0.18-prefix, Repoman-3.0.3 Signed-off-by: Sam James <sam@gentoo.org> Signed-off-by: David Seifert <soap@gentoo.org>
Diffstat (limited to 'app-editors')
-rw-r--r--app-editors/ee/ee-1.5.2-r1.ebuild (renamed from app-editors/ee/ee-1.5.2.ebuild)9
1 files changed, 7 insertions, 2 deletions
diff --git a/app-editors/ee/ee-1.5.2.ebuild b/app-editors/ee/ee-1.5.2-r1.ebuild
index 0cf7383a4c7e..3abbc7fc930c 100644
--- a/app-editors/ee/ee-1.5.2.ebuild
+++ b/app-editors/ee/ee-1.5.2-r1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI="7"
@@ -15,8 +15,13 @@ SLOT="0"
KEYWORDS="~alpha amd64 ~ia64 ~mips ppc ppc64 ~sparc x86 ~amd64-linux ~x86-linux ~ppc-macos"
IUSE=""
-RDEPEND="!app-editors/ersatz-emacs"
+RDEPEND="
+ !app-editors/ersatz-emacs
+ sys-libs/ncurses:=
+"
+DEPEND="${RDEPEND}"
BDEPEND="virtual/pkgconfig"
+
S="${WORKDIR}/easyedit-${PV}"
PATCHES=(