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 BE05A1396D9 for ; Wed, 18 Oct 2017 17:06:44 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 256DB2BC008; Wed, 18 Oct 2017 17:06:44 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 075F72BC008 for ; Wed, 18 Oct 2017 17:06:43 +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 2E8FB34164B for ; Wed, 18 Oct 2017 17:06:43 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 77CB8318 for ; Wed, 18 Oct 2017 17:06:41 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1508346391.e7f7e02724869902e0685333d98612c274da80f5.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-notifyd/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild X-VCS-Directories: xfce-extra/xfce4-notifyd/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: e7f7e02724869902e0685333d98612c274da80f5 X-VCS-Branch: master Date: Wed, 18 Oct 2017 17:06:41 +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: 586589e7-4ad0-440f-ae24-b98989390362 X-Archives-Hash: f7ebdd8cde5183957ea27aafd1a8277e commit: e7f7e02724869902e0685333d98612c274da80f5 Author: Michał Górny gentoo org> AuthorDate: Wed Oct 18 17:05:57 2017 +0000 Commit: Michał Górny gentoo org> CommitDate: Wed Oct 18 17:06:31 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e7f7e027 xfce-extra/xfce4-notifyd: Add missing panel dep Closes: https://bugs.gentoo.org/634640 xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild index fa8606a3b73..f48064f4568 100644 --- a/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild +++ b/xfce-extra/xfce4-notifyd/xfce4-notifyd-0.4.0.ebuild @@ -19,6 +19,7 @@ RDEPEND=">=dev-libs/glib-2.42:2= >=x11-libs/libnotify-0.7:= >=xfce-base/libxfce4ui-4.12:=[gtk3(+)] >=xfce-base/libxfce4util-4.12:= + >=xfce-base/xfce4-panel-4.12:= >=xfce-base/xfconf-4.10:=" DEPEND="${RDEPEND} dev-util/gdbus-codegen