Skip to content

Commit

Permalink
dev-libs/dbus-c++: switch ecore dep to efl #571796
Browse files Browse the repository at this point in the history
The ecore package is dead now and is replaced by the efl package.
  • Loading branch information
vapier committed Jan 18, 2016
1 parent b7e9f37 commit e2cae2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions dev-libs/dbus-c++/dbus-c++-0.9.0-r2.ebuild
Original file line number Diff line number Diff line change
@@ -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$

Expand All @@ -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 )
Expand Down

0 comments on commit e2cae2b

Please sign in to comment.