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 D19F6138359 for ; Fri, 4 Sep 2020 08:43:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F0FBFE087F; Fri, 4 Sep 2020 08:43:46 +0000 (UTC) Received: from smtp.gentoo.org (mail.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 DC21AE087F for ; Fri, 4 Sep 2020 08:43:46 +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 D2685340CD2 for ; Fri, 4 Sep 2020 08:43:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4B11A347 for ; Fri, 4 Sep 2020 08:43:44 +0000 (UTC) From: "Andreas Sturmlechner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andreas Sturmlechner" Message-ID: <1599208577.ccdcb3efa51e608e51f85a83645533bb5891dbe8.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: proj/kde X-VCS-Files: kde-frameworks/knotifications/knotifications-9999.ebuild X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: ccdcb3efa51e608e51f85a83645533bb5891dbe8 X-VCS-Branch: master Date: Fri, 4 Sep 2020 08:43:44 +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: 70b5aa27-b05b-4430-91e7-756795d3ee91 X-Archives-Hash: 26c7ea2727e5a353d3300406f1ec03e4 commit: ccdcb3efa51e608e51f85a83645533bb5891dbe8 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Sep 4 08:36:17 2020 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Fri Sep 4 08:36:17 2020 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=ccdcb3ef kde-frameworks/knotifications: Update DEPENDs Upstream commit 7abca5ac63ab6bef9f842049fa54aced4ba59600 Package-Manager: Portage-3.0.5, Repoman-3.0.1 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-frameworks/knotifications/knotifications-9999.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/kde-frameworks/knotifications/knotifications-9999.ebuild b/kde-frameworks/knotifications/knotifications-9999.ebuild index 5ae5cbaf61..07bea7c71b 100644 --- a/kde-frameworks/knotifications/knotifications-9999.ebuild +++ b/kde-frameworks/knotifications/knotifications-9999.ebuild @@ -22,6 +22,7 @@ RDEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 =kde-frameworks/kconfig-${PVCUT}*:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5 + =kde-frameworks/knotifications-${PVCUT}*:5 =kde-frameworks/kwindowsystem-${PVCUT}*:5 dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] ) !phonon? ( media-libs/libcanberra )