dev-libs/dbus-c++: switch ecore dep to efl #571796
authorMike Frysinger <vapier@gentoo.org>
Mon, 18 Jan 2016 19:29:35 +0000 (14:29 -0500)
committerMike Frysinger <vapier@gentoo.org>
Mon, 18 Jan 2016 19:29:35 +0000 (14:29 -0500)
The ecore package is dead now and is replaced by the efl package.

dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild

index eddd1518702965d8780df278c70c412b159198f8..8ada821370a4d96ee848baf0c991f91af6ec1be4 100644 (file)
@@ -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 )