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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 9560515813A for ; Sun, 12 Jan 2025 16:01:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AA4DE0829; Sun, 12 Jan 2025 16:01:01 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C0F83E082B for ; Sun, 12 Jan 2025 16:00:59 +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 0D6AF340C7C for ; Sun, 12 Jan 2025 16:00:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 93BC92082 for ; Sun, 12 Jan 2025 16:00:57 +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: <1736697637.9687b4a6b954ee280d774afc15cf587217e962a6.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: kde-apps/ffmpegthumbs-common/ X-VCS-Repository: proj/kde X-VCS-Files: kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-9999.ebuild X-VCS-Directories: kde-apps/ffmpegthumbs-common/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 9687b4a6b954ee280d774afc15cf587217e962a6 X-VCS-Branch: master Date: Sun, 12 Jan 2025 16:00:57 +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: f082a5bd-c0d7-4e9b-af7c-cd005c6eece5 X-Archives-Hash: 1547679ec4b32c6e1da801dd058b7807 commit: 9687b4a6b954ee280d774afc15cf587217e962a6 Author: Andreas Sturmlechner gentoo org> AuthorDate: Sun Jan 12 16:00:37 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sun Jan 12 16:00:37 2025 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=9687b4a6 kde-apps/ffmpegthumbs-common: Drop KF5 backwards compat Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild | 2 +- kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild index c543713ca5..9175c27a49 100644 --- a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild +++ b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-24.12.49.9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_I18N="false" KDE_ORG_NAME="${PN/-common/}" -KFMIN=5.115.0 +KFMIN=6.7.0 inherit ecm-common gear.kde.org LICENSE="GPL-2" diff --git a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-9999.ebuild b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-9999.ebuild index c543713ca5..f9f944fdfc 100644 --- a/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-9999.ebuild +++ b/kde-apps/ffmpegthumbs-common/ffmpegthumbs-common-9999.ebuild @@ -5,7 +5,7 @@ EAPI=8 ECM_I18N="false" KDE_ORG_NAME="${PN/-common/}" -KFMIN=5.115.0 +KFMIN=6.9.0 inherit ecm-common gear.kde.org LICENSE="GPL-2"