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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 1A0E9158015 for ; Tue, 19 Dec 2023 22:01:08 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 4B19E2BC093; Tue, 19 Dec 2023 22:01:04 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 05E792BC093 for ; Tue, 19 Dec 2023 22:01:04 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C610C340806 for ; Tue, 19 Dec 2023 22:01:02 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 225FD14B7 for ; Tue, 19 Dec 2023 22:01:00 +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: <1703023118.4ee61eafd53e25b19213d2c8831ddb0dc8b3a4a3.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/khangman/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/khangman/khangman-23.08.49.9999.ebuild kde-apps/khangman/khangman-9999.ebuild X-VCS-Directories: kde-apps/khangman/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 4ee61eafd53e25b19213d2c8831ddb0dc8b3a4a3 X-VCS-Branch: master Date: Tue, 19 Dec 2023 22:01:00 +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: 03d77cea-4d2a-4851-897f-be3ecfac767b X-Archives-Hash: 123f8d2dcc76ad9b4c21bc71a5aedd35 commit: 4ee61eafd53e25b19213d2c8831ddb0dc8b3a4a3 Author: Andreas Sturmlechner gentoo org> AuthorDate: Tue Dec 19 21:58:38 2023 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Tue Dec 19 21:58:38 2023 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=4ee61eaf kde-apps/khangman: Relax kde-apps/kdeedu-data slot dep to :* Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/khangman/khangman-23.08.49.9999.ebuild | 2 +- kde-apps/khangman/khangman-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/khangman/khangman-23.08.49.9999.ebuild b/kde-apps/khangman/khangman-23.08.49.9999.ebuild index 18e4a1e5ea..cc0230d41a 100644 --- a/kde-apps/khangman/khangman-23.08.49.9999.ebuild +++ b/kde-apps/khangman/khangman-23.08.49.9999.ebuild @@ -40,5 +40,5 @@ RDEPEND="${DEPEND} >=dev-qt/qtgraphicaleffects-${QTMIN}:5 >=dev-qt/qtmultimedia-${QTMIN}:5 >=dev-qt/qtquickcontrols-${QTMIN}:5 - >=kde-apps/kdeedu-data-${PVCUT}:5 + >=kde-apps/kdeedu-data-${PVCUT}:* " diff --git a/kde-apps/khangman/khangman-9999.ebuild b/kde-apps/khangman/khangman-9999.ebuild index 7eac24d4ea..27f5ba5721 100644 --- a/kde-apps/khangman/khangman-9999.ebuild +++ b/kde-apps/khangman/khangman-9999.ebuild @@ -37,5 +37,5 @@ DEPEND=" RDEPEND="${DEPEND} >=dev-qt/qt5compat-${QTMIN}:6[qml] >=dev-qt/qtmultimedia-${QTMIN}:6 - >=kde-apps/kdeedu-data-${PVCUT}:6 + >=kde-apps/kdeedu-data-${PVCUT}:* "