dev-util/ltrace: Dependency tweaks. - parlay - yet another gentoo overlay
HTML git clone https://git.parazyd.org/parlay
DIR Log
DIR Files
DIR Refs
DIR README
---
DIR commit d3bfca4f3301142f417ebfae5cf3d643dd9efe9e
DIR parent 0dfa3396c15b5cb79381db396bd7659a038740ec
HTML Author: parazyd <parazyd@dyne.org>
Date: Sat, 13 May 2017 11:02:23 +0200
dev-util/ltrace: Dependency tweaks.
Diffstat:
M dev-util/ltrace/ltrace-0.7.3_p4-r9… | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
DIR diff --git a/dev-util/ltrace/ltrace-0.7.3_p4-r99.ebuild b/dev-util/ltrace/ltrace-0.7.3_p4-r99.ebuild
@@ -20,9 +20,11 @@ SLOT="0"
KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86"
IUSE="debug selinux test unwind"
-RDEPEND="dev-libs/elfutils
+RDEPEND="
+ dev-libs/elfutils
selinux? ( sys-libs/libselinux )
- unwind? ( sys-libs/libunwind )"
+ unwind? ( sys-libs/libunwind )
+"
DEPEND="${RDEPEND}
sys-libs/binutils-libs
test? ( dev-util/dejagnu )"