Gentoo Archives: gentoo-commits

From: Sergei Trofimovich <slyfox@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/radare2/
Date: Tue, 16 Oct 2018 22:23:12
Message-Id: 1539728580.0236e3ab77e7b7d37a4625ae917b1315f035baea.slyfox@gentoo
1 commit: 0236e3ab77e7b7d37a4625ae917b1315f035baea
2 Author: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
3 AuthorDate: Tue Oct 16 22:17:38 2018 +0000
4 Commit: Sergei Trofimovich <slyfox <AT> gentoo <DOT> org>
5 CommitDate: Tue Oct 16 22:23:00 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=0236e3ab
7
8 dev-util/radare2: sync EAPI=7 bump to live ebuild
9
10 Signed-off-by: Sergei Trofimovich <slyfox <AT> gentoo.org>
11 Package-Manager: Portage-2.3.51, Repoman-2.3.11
12
13 dev-util/radare2/radare2-9999.ebuild | 9 ++++-----
14 1 file changed, 4 insertions(+), 5 deletions(-)
15
16 diff --git a/dev-util/radare2/radare2-9999.ebuild b/dev-util/radare2/radare2-9999.ebuild
17 index abe520e9a37..e2ecbd2ce57 100644
18 --- a/dev-util/radare2/radare2-9999.ebuild
19 +++ b/dev-util/radare2/radare2-9999.ebuild
20 @@ -1,7 +1,7 @@
21 -# Copyright 1999-2018 Gentoo Foundation
22 +# Copyright 1999-2018 Gentoo Authors
23 # Distributed under the terms of the GNU General Public License v2
24
25 -EAPI=6
26 +EAPI=7
27
28 inherit eutils bash-completion-r1
29
30 @@ -27,9 +27,8 @@ RDEPEND="
31 )
32 system-capstone? ( dev-libs/capstone:0= )
33 "
34 -DEPEND="${RDEPEND}
35 - virtual/pkgconfig
36 -"
37 +DEPEND="${RDEPEND}"
38 +BDEPEND="virtual/pkgconfig"
39
40 src_configure() {
41 econf \