aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Sturmlechner <asturm@gentoo.org>2017-04-22 10:40:43 +0200
committerAndreas Sturmlechner <asturm@gentoo.org>2017-04-22 10:40:43 +0200
commit57f75f9c8920cd78e1f4316de41df1e367ebe6dd (patch)
tree049b6f6d39e6c6c9c26794ca4778e0d8d03c546c
parentkde-apps/kholidays: Add USE=nls, drop RESTRICT=test (diff)
downloadkde-57f75f9c8920cd78e1f4316de41df1e367ebe6dd.tar.gz
kde-57f75f9c8920cd78e1f4316de41df1e367ebe6dd.tar.bz2
kde-57f75f9c8920cd78e1f4316de41df1e367ebe6dd.zip
kde-frameworks/knotifications: Fix USE=dbus build switch
Reported-by: aayla.secura.1138@gmail.com Gentoo-bug: 616072 Package-Manager: Portage-2.3.3, Repoman-2.3.1
-rw-r--r--kde-frameworks/knotifications/knotifications-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
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)
)