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 D08AD158043 for ; Sun, 3 Mar 2024 13:56:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E5ACBE2AE9; Sun, 3 Mar 2024 13:56:09 +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 BAD83E2AE8 for ; Sun, 3 Mar 2024 13:56:09 +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 D101B33C1C1 for ; Sun, 3 Mar 2024 13:56:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1941714F0 for ; Sun, 3 Mar 2024 13:56:06 +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: <1709468821.da976f649e7c0e544a5db9331f1738ef30b7efb7.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: da976f649e7c0e544a5db9331f1738ef30b7efb7 X-VCS-Branch: master Date: Sun, 3 Mar 2024 13:56:06 +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: 013705b4-be0a-4b5b-bf2b-e8aa680612c1 X-Archives-Hash: 53e8133a42d234612f2c77bf749ab031 commit: da976f649e7c0e544a5db9331f1738ef30b7efb7 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Mar 3 12:27:01 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Mar 3 12:27:01 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=da976f64 dev-util/kio-perldoc: Port to KF6 Signed-off-by: Andreas Sturmlechner gentoo.org> dev-util/kio-perldoc/kio-perldoc-9999.ebuild | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/dev-util/kio-perldoc/kio-perldoc-9999.ebuild b/dev-util/kio-perldoc/kio-perldoc-9999.ebuild index 45c1aab079..43c4be38b4 100644 --- a/dev-util/kio-perldoc/kio-perldoc-9999.ebuild +++ b/dev-util/kio-perldoc/kio-perldoc-9999.ebuild @@ -4,20 +4,20 @@ EAPI=8 KDE_ORG_NAME="kdesdk-kio" -KFMIN=5.104.0 +KFMIN=6.6.0 inherit ecm gear.kde.org DESCRIPTION="KIO worker interface to browse Perl documentation" LICENSE="GPL-2+ || ( Artistic GPL-1+ )" -SLOT="5" +SLOT="6" KEYWORDS="" IUSE="" DEPEND=" dev-lang/perl - >=kde-frameworks/kcoreaddons-${KFMIN}:5 - >=kde-frameworks/ki18n-${KFMIN}:5 - >=kde-frameworks/kio-${KFMIN}:5 + >=kde-frameworks/kcoreaddons-${KFMIN}:6 + >=kde-frameworks/ki18n-${KFMIN}:6 + >=kde-frameworks/kio-${KFMIN}:6 " RDEPEND="${DEPEND}"