summaryrefslogtreecommitdiff
path: root/kde-frameworks/knotifications/knotifications-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'kde-frameworks/knotifications/knotifications-9999.ebuild')
-rw-r--r--kde-frameworks/knotifications/knotifications-9999.ebuild6
1 files changed, 3 insertions, 3 deletions
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 26258625ad9..5d5ef71ff1c 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -4,8 +4,8 @@
EAPI=5
-FRAMEWORKS_TEST="false"
-inherit kde-frameworks
+KDE_TEST="false"
+inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback and persistant events"
LICENSE="LGPL-2.1+"
@@ -40,5 +40,5 @@ src_configure() {
$(cmake-utils_use_find_package dbus DBusMenuQt5)
)
- kde-frameworks_src_configure
+ kde5_src_configure
}