From: Patrice Clement Date: Sat, 25 Aug 2018 21:26:09 +0000 (+0200) Subject: app-office/calcurse: add a missing runtime dependency. X-Git-Url: http://git.tremily.us/?a=commitdiff_plain;h=3d28fdac434763f55a1b8b9c65410933335cb3a0;p=gentoo.git app-office/calcurse: add a missing runtime dependency. Courtesy of Frantisek Farka . Closes: https://bugs.gentoo.org/664578 Package-Manager: Portage-2.3.40, Repoman-2.3.9 --- diff --git a/app-office/calcurse/calcurse-4.3.0.ebuild b/app-office/calcurse/calcurse-4.3.0.ebuild index e772e98c93f2..b8c051f79ba0 100644 --- a/app-office/calcurse/calcurse-4.3.0.ebuild +++ b/app-office/calcurse/calcurse-4.3.0.ebuild @@ -14,10 +14,12 @@ SLOT="0" KEYWORDS="amd64 x86 ppc ppc64" RDEPEND=" + dev-python/httplib2 sys-libs/ncurses:0=" DEPEND=" ${RDEPEND}" + PATCHES=( "${FILESDIR}"/${PN}-4.2.1-tinfo.patch )