From: Mike Frysinger Date: Mon, 18 Jan 2016 19:29:35 +0000 (-0500) Subject: dev-libs/dbus-c++: switch ecore dep to efl #571796 X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e2cae2b96a86cfe06a6f5fb9f7e3cbf13c8f1be4;p=gentoo.git dev-libs/dbus-c++: switch ecore dep to efl #571796 The ecore package is dead now and is replaced by the efl package. --- diff --git a/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild b/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild index eddd15187029..8ada821370a4 100644 --- a/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild +++ b/dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -18,7 +18,7 @@ KEYWORDS="~amd64 ~arm ~ppc ~x86" IUSE="doc ecore glib static-libs test" RDEPEND="sys-apps/dbus[${MULTILIB_USEDEP}] - ecore? ( dev-libs/ecore ) + ecore? ( dev-libs/efl ) glib? ( dev-libs/glib:2[${MULTILIB_USEDEP}] )" DEPEND="${RDEPEND} doc? ( app-doc/doxygen )