commit:     57f75f9c8920cd78e1f4316de41df1e367ebe6dd
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Apr 22 08:40:43 2017 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Apr 22 08:40:43 2017 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=57f75f9c

kde-frameworks/knotifications: Fix USE=dbus build switch

Reported-by: aayla.secura.1138 <AT> gmail.com
Gentoo-bug: 616072

Package-Manager: Portage-2.3.3, Repoman-2.3.1

 kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild 
b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 5ce37eedce..7a5a468af3 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -36,7 +36,7 @@ DEPEND="${RDEPEND}
 
 src_configure() {
        local mycmakeargs=(
-               $(cmake-utils_use_find_package dbus DBusMenuQt5)
+               $(cmake-utils_use_find_package dbus dbusmenu-qt5)
                $(cmake-utils_use_find_package speech Qt5TextToSpeech)
                $(cmake-utils_use_find_package X X11)
        )

Reply via email to