commit: 3f8a1245b63e614c9ff68ccadb246966cdff4abd Author: Andreas Sturmlechner <andreas.sturmlechner <AT> gmail <DOT> com> AuthorDate: Wed Feb 24 23:15:48 2016 +0000 Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org> CommitDate: Wed Feb 24 23:15:48 2016 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=3f8a1245
kde-apps/kaccounts-integration: Add new DEPEND Upstream commit a60c1636b6bf0bf5b0718d8de06facfa959ad719 Bug: https://bugs.kde.org/show_bug.cgi?id=347219 'Update the providers/services install path to not collide on Ubuntu' Package-Manager: portage-2.2.27 kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild index c76a3c4..3f514ef 100644 --- a/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild +++ b/kde-apps/kaccounts-integration/kaccounts-integration-9999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 # $Id$ -EAPI=5 +EAPI=6 KDE_TEST="forceoptional" VIRTUALDBUS_TEST="true" @@ -26,6 +26,7 @@ COMMON_DEPEND=" $(add_qt_dep qtgui) $(add_qt_dep qtwidgets) net-libs/accounts-qt + >=net-libs/libaccounts-glib-1.21 net-libs/signond " DEPEND="${COMMON_DEPEND}
