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 A3E59158066 for ; Wed, 4 Sep 2024 11:43:35 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D3F552BC01F; Wed, 4 Sep 2024 11:43:34 +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 B81842BC01F for ; Wed, 4 Sep 2024 11:43:34 +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 D66AD342FA2 for ; Wed, 4 Sep 2024 11:43:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D14DF1F37 for ; Wed, 4 Sep 2024 11:43:30 +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: <1725450181.8207e55152c63d7e1b6bdab6956f341da70d4dca.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-plasma/kde-cli-tools-common/ X-VCS-Repository: proj/kde X-VCS-Files: kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.49.9999.ebuild kde-plasma/kde-cli-tools-common/kde-cli-tools-common-9999.ebuild X-VCS-Directories: kde-plasma/kde-cli-tools-common/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 8207e55152c63d7e1b6bdab6956f341da70d4dca X-VCS-Branch: master Date: Wed, 4 Sep 2024 11:43:30 +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: 08679e2a-edfe-4b2d-9a13-52749505d1e7 X-Archives-Hash: 511967b897ab5a6f57e91622a31e2df2 commit: 8207e55152c63d7e1b6bdab6956f341da70d4dca Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Sep 2 21:50:15 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Wed Sep 4 11:43:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=8207e551 kde-plasma/kde-cli-tools-common: Allow to build w/ KF5 Signed-off-by: Andreas Sturmlechner gentoo.org> kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.49.9999.ebuild | 1 + kde-plasma/kde-cli-tools-common/kde-cli-tools-common-9999.ebuild | 1 + 2 files changed, 2 insertions(+) diff --git a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.49.9999.ebuild b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.49.9999.ebuild index 1cb2df50fd..814c48980a 100644 --- a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.49.9999.ebuild +++ b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-6.1.49.9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 ECM_HANDBOOK="true" KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 inherit ecm-common plasma.kde.org LICENSE="GPL-2+ handbook? ( FDL-1.2 )" diff --git a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-9999.ebuild b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-9999.ebuild index 1cb2df50fd..814c48980a 100644 --- a/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-9999.ebuild +++ b/kde-plasma/kde-cli-tools-common/kde-cli-tools-common-9999.ebuild @@ -5,6 +5,7 @@ EAPI=8 ECM_HANDBOOK="true" KDE_ORG_NAME="${PN/-common/}" +KFMIN=5.115.0 inherit ecm-common plasma.kde.org LICENSE="GPL-2+ handbook? ( FDL-1.2 )"