summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorZero_Chaos <zerochaos@gentoo.org>2015-09-21 15:52:10 -0400
committerZero_Chaos <zerochaos@gentoo.org>2015-09-21 15:52:31 -0400
commit23e5561a2757175019959ef9a8ed5417238d3d8d (patch)
treeae9179d3fb0d7fee5158a761a294225f83441466 /dev-util/emilpro/emilpro-9999.ebuild
parentdev-haskell/shellish: tweak for ghc-7.10, bug #561028 (diff)
downloadgentoo-23e5561a2757175019959ef9a8ed5417238d3d8d.tar.gz
gentoo-23e5561a2757175019959ef9a8ed5417238d3d8d.tar.bz2
gentoo-23e5561a2757175019959ef9a8ed5417238d3d8d.zip
dev-util/emilpro: fix for new binutils and fix bug #553254
Diffstat (limited to 'dev-util/emilpro/emilpro-9999.ebuild')
-rw-r--r--dev-util/emilpro/emilpro-9999.ebuild13
1 files changed, 10 insertions, 3 deletions
diff --git a/dev-util/emilpro/emilpro-9999.ebuild b/dev-util/emilpro/emilpro-9999.ebuild
index cba20f0484c9..f91969cc2e86 100644
--- a/dev-util/emilpro/emilpro-9999.ebuild
+++ b/dev-util/emilpro/emilpro-9999.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2014 Gentoo Foundation
+# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
# $Id$
@@ -28,13 +28,20 @@ DEPEND="|| ( dev-libs/elfutils dev-libs/libelf )
dev-cpp/gtkmm:3.0
dev-cpp/gtksourceviewmm:3.0
dev-cpp/libxmlpp:2.6
- system-binutils? ( sys-devel/binutils[multitarget] )
+ dev-cpp/glibmm
+ dev-cpp/pangomm
+ dev-cpp/cairomm
+ dev-libs/libsigc++:2
+ dev-libs/glib:2
+ system-binutils? ( >=sys-devel/binutils-2.25.1-r1:*[multitarget] )
net-misc/curl"
+# automagic dep
+# dev-util/capstone
RDEPEND="${DEPEND}"
src_prepare() {
if use system-binutils; then
- epatch "${FILESDIR}"/use-gentoo-binutils.patch
+ epatch "${FILESDIR}"/${P}-use-gentoo-binutils.patch
else
sed -i "s#wget -O binutils.tar.bz2 https://ftp.gnu.org/gnu/binutils/binutils-2.23.2.tar.bz2#cp \"${DISTDIR}/binutils-2.23.2.tar.bz2\" ./binutils.tar.bz2#" cmake/BuildBinutils.cmake
fi