# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI=6 inherit git-r3 kde5 eutils DESCRIPTION="Tools for inspecting, analyzing and optimizing ELF files." HOMEPAGE="https://reports.kde.org/en/projects/sdk-playground-elf-dissector" EGIT_REPO_URI="http://anongit.kde.org/elf-dissector" LICENSE="" SLOT="0" KEYWORDS="" IUSE="" DEPEND=" dev-qt/qtwidgets:5 dev-qt/qttest:5 kde-frameworks/kitemmodels dev-libs/libdwarf" RDEPEND="${DEPEND}" src_prepare() { epatch "${FILESDIR}/${PN}-binutils.patch" eapply_user cmake-utils_src_prepare }