From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 9A4FE1388B6 for ; Mon, 9 Nov 2015 13:58:55 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 30BDFE07B2; Mon, 9 Nov 2015 13:58:54 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BF72BE07B2 for ; Mon, 9 Nov 2015 13:58:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D940633E2EB for ; Mon, 9 Nov 2015 13:58:52 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3BBAD239C for ; Mon, 9 Nov 2015 13:58:48 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1447077057.9b613d15fad7dfdb30b8f307a58cabf7e7848603.kensington@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/knotifications/knotifications-5.16.0.ebuild kde-frameworks/knotifications/knotifications-9999.ebuild X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 9b613d15fad7dfdb30b8f307a58cabf7e7848603 X-VCS-Branch: master Date: Mon, 9 Nov 2015 13:58:48 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 7917614f-2a89-4ff4-bc27-9c7f45ca2e14 X-Archives-Hash: e8ffad690804e35b236c71a16d05bbec commit: 9b613d15fad7dfdb30b8f307a58cabf7e7848603 Author: Michael Palimaka gentoo org> AuthorDate: Mon Nov 9 13:50:57 2015 +0000 Commit: Michael Palimaka gentoo 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)