mirror of
https://github.com/pentoo/pentoo-overlay
synced 2026-05-08 12:30:44 +02:00
radare2-bindings: fix deps
This commit is contained in:
parent
b9b1ffe808
commit
8c6f86f2da
1 changed files with 2 additions and 2 deletions
|
|
@ -1,4 +1,4 @@
|
||||||
# Copyright 1999-2017 Gentoo Foundation
|
# Copyright 1999-2018 Gentoo Foundation
|
||||||
# Distributed under the terms of the GNU General Public License v2
|
# Distributed under the terms of the GNU General Public License v2
|
||||||
|
|
||||||
EAPI=6
|
EAPI=6
|
||||||
|
|
@ -29,7 +29,7 @@ RDEPEND="
|
||||||
"
|
"
|
||||||
|
|
||||||
DEPEND="${RDEPEND}
|
DEPEND="${RDEPEND}
|
||||||
=dev-util/radare2-2.1*
|
>=dev-util/radare2-2.1.0
|
||||||
virtual/pkgconfig
|
virtual/pkgconfig
|
||||||
>=dev-util/valabind-1.3.0
|
>=dev-util/valabind-1.3.0
|
||||||
dev-lang/swig"
|
dev-lang/swig"
|
||||||
Loading…
Reference in a new issue