commit: 9b613d15fad7dfdb30b8f307a58cabf7e7848603
Author: Michael Palimaka <kensington <AT> gentoo <DOT> org>
AuthorDate: Mon Nov 9 13:50:57 2015 +0000
Commit: Michael Palimaka <kensington <AT> gentoo <DOT> org>
CommitDate: Mon Nov 9 13:50:57 2015 +0000
URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9b613d15
kde-frameworks/knotifications: sort USE flags
Package-Manager: portage-2.2.20.1
kde-frameworks/knotifications/knotifications-5.16.0.ebuild | 4 ++--
kde-frameworks/knotifications/knotifications-9999.ebuild | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
index 1a8aa3c..f88e11a 100644
--- a/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
+++ b/kde-frameworks/knotifications/knotifications-5.16.0.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback
and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=" ~amd64 ~x86"
-IUSE="dbus X nls"
+IUSE="dbus nls X"
RDEPEND="
$(add_frameworks_dep kcodecs)
@@ -35,8 +35,8 @@ DEPEND="${RDEPEND}
src_configure() {
local mycmakeargs=(
- $(cmake-utils_use_find_package X X11)
$(cmake-utils_use_find_package dbus DBusMenuQt5)
+ $(cmake-utils_use_find_package X X11)
)
kde5_src_configure
diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild
b/kde-frameworks/knotifications/knotifications-9999.ebuild
index 0666376..1f3f87a 100644
--- a/kde-frameworks/knotifications/knotifications-9999.ebuild
+++ b/kde-frameworks/knotifications/knotifications-9999.ebuild
@@ -10,7 +10,7 @@ inherit kde5
DESCRIPTION="Framework for notifying the user of an event, including feedback
and persistant events"
LICENSE="LGPL-2.1+"
KEYWORDS=""
-IUSE="dbus X nls"
+IUSE="dbus nls X"
RDEPEND="
$(add_frameworks_dep kcodecs)