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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id AB656158498 for ; Mon, 20 May 2024 21:57:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id DAA0C2BC017; Mon, 20 May 2024 21:57:58 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 9D9642BC017 for ; Mon, 20 May 2024 21:57:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id D9DFF335D6E for ; Mon, 20 May 2024 21:57:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 3FB0B1AEA for ; Mon, 20 May 2024 21:57:56 +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: <1716242007.4db4e93048291c28b6949c3b50345781e7d4a30f.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/knotes/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/knotes/knotes-24.05.0.ebuild kde-apps/knotes/knotes-24.05.49.9999.ebuild kde-apps/knotes/knotes-9999.ebuild X-VCS-Directories: kde-apps/knotes/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4db4e93048291c28b6949c3b50345781e7d4a30f X-VCS-Branch: master Date: Mon, 20 May 2024 21:57:56 +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: 59df405a-f48c-40e7-a1af-e66779ae7aeb X-Archives-Hash: 4776a9c8e1642347c4fa3c60e0fbd7a5 commit: 4db4e93048291c28b6949c3b50345781e7d4a30f Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon May 20 21:53:27 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon May 20 21:53:27 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4db4e930 kde-apps/knotes: Add missing DEPEND=x11-base/xorg-proto Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/knotes/knotes-24.05.0.ebuild | 7 +++++-- kde-apps/knotes/knotes-24.05.49.9999.ebuild | 7 +++++-- kde-apps/knotes/knotes-9999.ebuild | 7 +++++-- 3 files changed, 15 insertions(+), 6 deletions(-) diff --git a/kde-apps/knotes/knotes-24.05.0.ebuild b/kde-apps/knotes/knotes-24.05.0.ebuild index 04af67189a..e607bc3950 100644 --- a/kde-apps/knotes/knotes-24.05.0.ebuild +++ b/kde-apps/knotes/knotes-24.05.0.ebuild @@ -19,7 +19,7 @@ SLOT="6" KEYWORDS="~amd64" IUSE="" -DEPEND=" +COMMON_DEPEND=" >=dev-libs/ktextaddons-1.5.4:6 dev-libs/libxslt >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] @@ -54,6 +54,9 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 x11-libs/libX11 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:6 " +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto +" diff --git a/kde-apps/knotes/knotes-24.05.49.9999.ebuild b/kde-apps/knotes/knotes-24.05.49.9999.ebuild index 77d6824c5d..62b6749b94 100644 --- a/kde-apps/knotes/knotes-24.05.49.9999.ebuild +++ b/kde-apps/knotes/knotes-24.05.49.9999.ebuild @@ -19,7 +19,7 @@ SLOT="6" KEYWORDS="" IUSE="" -DEPEND=" +COMMON_DEPEND=" >=dev-libs/ktextaddons-1.5.4:6 dev-libs/libxslt >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] @@ -54,6 +54,9 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 x11-libs/libX11 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:6 " +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto +" diff --git a/kde-apps/knotes/knotes-9999.ebuild b/kde-apps/knotes/knotes-9999.ebuild index 77d6824c5d..62b6749b94 100644 --- a/kde-apps/knotes/knotes-9999.ebuild +++ b/kde-apps/knotes/knotes-9999.ebuild @@ -19,7 +19,7 @@ SLOT="6" KEYWORDS="" IUSE="" -DEPEND=" +COMMON_DEPEND=" >=dev-libs/ktextaddons-1.5.4:6 dev-libs/libxslt >=dev-qt/qtbase-${QTMIN}:6[dbus,gui,widgets,xml] @@ -54,6 +54,9 @@ DEPEND=" >=kde-frameworks/kxmlgui-${KFMIN}:6 x11-libs/libX11 " -RDEPEND="${DEPEND} +RDEPEND="${COMMON_DEPEND} >=kde-apps/kdepim-runtime-${PVCUT}:6 " +DEPEND="${COMMON_DEPEND} + x11-base/xorg-proto +"