Skip to content

Commit

Permalink
dev-util/vbindiff: Fix ncurses[tinfo] build, bump to EAPI 6, #558292
Browse files Browse the repository at this point in the history
  • Loading branch information
mgorny committed Jun 23, 2016
1 parent 52b76c0 commit 7a9d0ff
Showing 1 changed file with 23 additions and 0 deletions.
23 changes: 23 additions & 0 deletions dev-util/vbindiff/vbindiff-3.0_beta4-r1.ebuild
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@
# Copyright 1999-2016 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$

EAPI=6

DESCRIPTION="Visual binary diff utility"
HOMEPAGE="http://www.cjmweb.net/vbindiff/"
SRC_URI="http://www.cjmweb.net/vbindiff/${P}.tar.gz"

LICENSE="GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~arm ~x86 ~x86-fbsd"
IUSE="debug"

RDEPEND="sys-libs/ncurses:0="
DEPEND="${RDEPEND}"

src_configure() {
has_version 'sys-libs/ncurses:0[tinfo(-)]' && \
local -x LIBS="${LIBS} -ltinfo"
econf $(use_enable debug)
}

0 comments on commit 7a9d0ff

Please sign in to comment.