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 F0CF3158092 for ; Wed, 15 Sep 2021 17:42:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2C422E0824; Wed, 15 Sep 2021 17:42:33 +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-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 2B97FE0824 for ; Wed, 15 Sep 2021 17:42:30 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 222A53430E3 for ; Wed, 15 Sep 2021 17:42:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 83BEDBE for ; Wed, 15 Sep 2021 17:42:26 +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: <1631727498.52c9df7b1fce0bc1e2e8efc294738cc824f601b5.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-frameworks/knotifications/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild kde-frameworks/knotifications/knotifications-5.86.0.ebuild X-VCS-Directories: kde-frameworks/knotifications/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 52c9df7b1fce0bc1e2e8efc294738cc824f601b5 X-VCS-Branch: master Date: Wed, 15 Sep 2021 17:42:26 +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: 8cda7317-d99b-4ac6-80da-d8df73aaab52 X-Archives-Hash: 78a97a7833c96ae36880494251bfb611 commit: 52c9df7b1fce0bc1e2e8efc294738cc824f601b5 Author: Andreas Sturmlechner gentoo org> AuthorDate: Wed Sep 15 17:01:18 2021 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 15 17:38:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=52c9df7b kde-frameworks/knotifications: Add missing IUSE="X" usedep Requires kde-frameworks/kwindowsystem[X=]. Bug: https://bugs.gentoo.org/813082 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Andreas Sturmlechner gentoo.org> .../{knotifications-5.86.0.ebuild => knotifications-5.86.0-r1.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild similarity index 95% rename from kde-frameworks/knotifications/knotifications-5.86.0.ebuild rename to kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild index 3868de606f6..69f412eb830 100644 --- a/kde-frameworks/knotifications/knotifications-5.86.0.ebuild +++ b/kde-frameworks/knotifications/knotifications-5.86.0-r1.ebuild @@ -22,7 +22,7 @@ RDEPEND=" >=dev-qt/qtwidgets-${QTMIN}:5 =kde-frameworks/kconfig-${PVCUT}*:5 =kde-frameworks/kcoreaddons-${PVCUT}*:5 - =kde-frameworks/kwindowsystem-${PVCUT}*:5 + =kde-frameworks/kwindowsystem-${PVCUT}*:5[X=] dbus? ( dev-libs/libdbusmenu-qt[qt5(+)] ) !phonon? ( media-libs/libcanberra ) phonon? ( >=media-libs/phonon-4.11.0 )