From d8ceba0c44613850dbbcd81794f66048c85060e7 Mon Sep 17 00:00:00 2001 From: David Roman Date: Fri, 11 Jan 2019 21:41:02 +0100 Subject: dev-util/radare2: verbump to 3.2.0 Package-Manager: Portage-2.3.54, Repoman-2.3.12 Signed-off-by: David Roman Closes: https://github.com/gentoo/gentoo/pull/10811 Signed-off-by: Sergei Trofimovich --- dev-util/radare2/radare2-9999.ebuild | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) (limited to 'dev-util/radare2/radare2-9999.ebuild') diff --git a/dev-util/radare2/radare2-9999.ebuild b/dev-util/radare2/radare2-9999.ebuild index e2ecbd2ce570..0b3f4cfb432b 100644 --- a/dev-util/radare2/radare2-9999.ebuild +++ b/dev-util/radare2/radare2-9999.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2018 Gentoo Authors +# Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -inherit eutils bash-completion-r1 +inherit bash-completion-r1 eutils DESCRIPTION="unix-like reverse engineering framework and commandline tools" HOMEPAGE="http://www.radare.org" @@ -13,27 +13,28 @@ if [[ ${PV} == *9999 ]]; then EGIT_REPO_URI="https://github.com/radare/radare2" else SRC_URI="https://github.com/radare/radare2/archive/${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86 ~arm ~arm64" + KEYWORDS="~amd64 ~arm ~arm64 ~x86" fi LICENSE="GPL-2" SLOT="0" -IUSE="ssl libressl +system-capstone" +IUSE="ssl libressl" RDEPEND=" + dev-libs/capstone:0= ssl? ( !libressl? ( dev-libs/openssl:0= ) libressl? ( dev-libs/libressl:0= ) ) - system-capstone? ( dev-libs/capstone:0= ) " DEPEND="${RDEPEND}" BDEPEND="virtual/pkgconfig" src_configure() { econf \ - $(use_with ssl openssl) \ - $(use_with system-capstone syscapstone) + --without-libuv \ + --with-syscapstone \ + $(use_with ssl openssl) } src_install() { -- cgit v1.2.3-65-gdbad