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 8B0D3158041 for ; Sat, 9 Mar 2024 16:02:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 74D07E2A44; Sat, 9 Mar 2024 16:02:40 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 595C1E2A44 for ; Sat, 9 Mar 2024 16:02:40 +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 55EEC33B864 for ; Sat, 9 Mar 2024 16:02:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A6900FCB for ; Sat, 9 Mar 2024 16:02:37 +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: <1710000137.c8287cf4e964a6f06f6eb2a0966c947cd8f08840.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: dev-util/kio-perldoc/ X-VCS-Repository: proj/kde X-VCS-Files: dev-util/kio-perldoc/kio-perldoc-9999.ebuild X-VCS-Directories: dev-util/kio-perldoc/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: c8287cf4e964a6f06f6eb2a0966c947cd8f08840 X-VCS-Branch: master Date: Sat, 9 Mar 2024 16:02:37 +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: e42b9186-5280-4722-8cb9-b48a82870942 X-Archives-Hash: 9385e78efdf91679328742e50fbde97d commit: c8287cf4e964a6f06f6eb2a0966c947cd8f08840 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sat Mar 9 16:01:29 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Mar 9 16:02:17 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=c8287cf4 dev-util/kio-perldoc: Fix KFMIN to 6.0.0 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kio-perldoc/kio-perldoc-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-util/kio-perldoc/kio-perldoc-9999.ebuild b/dev-util/kio-perldoc/kio-perldoc-9999.ebuild index 43c4be38b4..77b6b433b9 100644 --- a/dev-util/kio-perldoc/kio-perldoc-9999.ebuild +++ b/dev-util/kio-perldoc/kio-perldoc-9999.ebuild @@ -4,7 +4,7 @@ EAPI=8 KDE_ORG_NAME="kdesdk-kio" -KFMIN=6.6.0 +KFMIN=6.0.0 inherit ecm gear.kde.org DESCRIPTION="KIO worker interface to browse Perl documentation"