From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A12C11395E3 for ; Sun, 13 Nov 2016 16:33:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D8676E0B7F; Sun, 13 Nov 2016 16:33:28 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C17E6E0B7F for ; Sun, 13 Nov 2016 16:33:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 864CD341642 for ; Sun, 13 Nov 2016 16:33:27 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7831924B7 for ; Sun, 13 Nov 2016 16:33:25 +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: <1479054789.7146f0a1bff65c095594df60f20608a46b2bf8b2.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: virtual/notification-daemon/ X-VCS-Repository: repo/gentoo X-VCS-Files: virtual/notification-daemon/notification-daemon-0.ebuild X-VCS-Directories: virtual/notification-daemon/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: 7146f0a1bff65c095594df60f20608a46b2bf8b2 X-VCS-Branch: master Date: Sun, 13 Nov 2016 16:33:25 +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: fad64fa9-0cdc-4101-be49-dd43680bd8ef X-Archives-Hash: ffa54b87bf390dce94f551b6a52e5649 commit: 7146f0a1bff65c095594df60f20608a46b2bf8b2 Author: Michael Palimaka gentoo org> AuthorDate: Sun Nov 13 16:32:34 2016 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Sun Nov 13 16:33:09 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7146f0a1 virtual/notification-daemon: improve KDE handling Gentoo-bug: 588114 Package-Manager: portage-2.3.2 virtual/notification-daemon/notification-daemon-0.ebuild | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild index 8869778..ac2c16e 100644 --- a/virtual/notification-daemon/notification-daemon-0.ebuild +++ b/virtual/notification-daemon/notification-daemon-0.ebuild @@ -11,12 +11,13 @@ SRC_URI="" LICENSE="" SLOT="0" KEYWORDS="alpha amd64 arm ~arm64 ia64 ~mips ppc ppc64 sh sparc x86 ~amd64-fbsd ~x86-fbsd ~x86-freebsd ~amd64-linux ~arm-linux ~x86-linux ~ppc-macos ~x86-macos ~x86-solaris" -IUSE="gnome" +IUSE="gnome kde" RDEPEND=" gnome? ( || ( x11-misc/notification-daemon gnome-base/gnome-shell ) ) - !gnome? ( || ( + kde? ( kde-plasma/plasma-workspace ) + !gnome? ( !kde? ( || ( x11-misc/notification-daemon gnome-extra/cinnamon xfce-extra/xfce4-notifyd @@ -26,8 +27,7 @@ RDEPEND=" >=x11-wm/awesome-3.4.4 x11-wm/enlightenment[enlightenment_modules_notification] x11-wm/enlightenment[e_modules_notification] - kde-apps/knotify x11-misc/mate-notification-daemon lxqt-base/lxqt-notificationd - kde-misc/colibri ) )" + kde-misc/colibri ) ) )" DEPEND=""