From: "Justin Lecher" <jlec@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-editors/dhex/
Date: Fri, 4 Dec 2015 08:34:38 +0000 (UTC) [thread overview]
Message-ID: <1449213539.993e2d1b65bc863e86e6c45b2977721cde97d4dc.jlec@gentoo> (raw)
commit: 993e2d1b65bc863e86e6c45b2977721cde97d4dc
Author: Justin Lecher <jlec <AT> gentoo <DOT> org>
AuthorDate: Fri Dec 4 07:18:59 2015 +0000
Commit: Justin Lecher <jlec <AT> gentoo <DOT> org>
CommitDate: Fri Dec 4 07:18:59 2015 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=993e2d1b
app-editors/dhex: Fix for ncurses[tinfo]
Gentoo-Bug: https://bugs.gentoo.org/show_bug.cgi?id=564210
Package-Manager: portage-2.2.25
Signed-off-by: Justin Lecher <jlec <AT> gentoo.org>
app-editors/dhex/dhex-0.68.ebuild | 10 ++++++----
1 file changed, 6 insertions(+), 4 deletions(-)
diff --git a/app-editors/dhex/dhex-0.68.ebuild b/app-editors/dhex/dhex-0.68.ebuild
index c8f3f05..c288764 100644
--- a/app-editors/dhex/dhex-0.68.ebuild
+++ b/app-editors/dhex/dhex-0.68.ebuild
@@ -1,8 +1,8 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
-EAPI=4
+EAPI=5
inherit eutils toolchain-funcs
@@ -17,7 +17,7 @@ SLOT="0"
KEYWORDS="amd64 ~arm ~mips x86"
IUSE=""
-DEPEND="sys-libs/ncurses"
+DEPEND="sys-libs/ncurses:="
RDEPEND="${DEPEND}"
S=${WORKDIR}/${MY_P}
@@ -27,7 +27,9 @@ src_prepare() {
}
src_compile() {
- emake CC="$(tc-getCC)"
+ emake \
+ CC="$(tc-getCC)" \
+ LIBS="$($(tc-getPKG_CONFIG) --libs ncurses)"
}
src_install() {
next reply other threads:[~2015-12-04 8:34 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-12-04 8:34 Justin Lecher [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-03-30 16:26 [gentoo-commits] repo/gentoo:master commit in: app-editors/dhex/ Thomas Deutschmann
2021-03-30 18:32 Sam James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1449213539.993e2d1b65bc863e86e6c45b2977721cde97d4dc.jlec@gentoo \
--to=jlec@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox