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 53F6D138334 for ; Wed, 31 Jul 2019 07:13:29 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 46B8EE077F; Wed, 31 Jul 2019 07:13:28 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 27678E077F for ; Wed, 31 Jul 2019 07:13:28 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58701348363 for ; Wed, 31 Jul 2019 07:13:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CF99C703 for ; Wed, 31 Jul 2019 07:13:23 +0000 (UTC) From: "Joonas Niilola" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" Message-ID: <1564557179.8f20ca690a34ca5059a82a11c82f4b11baa1b584.juippis@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: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 8f20ca690a34ca5059a82a11c82f4b11baa1b584 X-VCS-Branch: master Date: Wed, 31 Jul 2019 07:13:23 +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-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: d17b12aa-ee63-42b5-acff-ee1090d645ec X-Archives-Hash: f0ec5cd8c243ed5333f583efc4ed5e02 commit: 8f20ca690a34ca5059a82a11c82f4b11baa1b584 Author: Joonas Niilola gentoo org> AuthorDate: Wed Jul 31 07:12:59 2019 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Wed Jul 31 07:12:59 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8f20ca69 virtual/notification-daemon: update dependency for x11-wm/enlightenment - bump EAPI to 7, - unconditionally provided by x11-wm/enlightenment now. Closes: https://github.com/gentoo/gentoo/pull/12429 Approved-by: Gilles Dartiguelongue gentoo.org> Package-Manager: Portage-2.3.69, Repoman-2.3.16 Signed-off-by: Joonas Niilola gentoo.org> virtual/notification-daemon/notification-daemon-0.ebuild | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/virtual/notification-daemon/notification-daemon-0.ebuild b/virtual/notification-daemon/notification-daemon-0.ebuild index 11393bf69a1..b1959adfd2d 100644 --- a/virtual/notification-daemon/notification-daemon-0.ebuild +++ b/virtual/notification-daemon/notification-daemon-0.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="Virtual for notification daemon dbus service" SLOT="0" @@ -19,8 +19,7 @@ RDEPEND=" x11-misc/notify-osd x11-misc/dunst >=x11-wm/awesome-3.4.4[dbus] - x11-wm/enlightenment[enlightenment_modules_notification] - x11-wm/enlightenment[e_modules_notification] + x11-wm/enlightenment x11-misc/mate-notification-daemon lxqt-base/lxqt-notificationd net-misc/eventd[notification] ) ) )"