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 DCC9D158042 for ; Mon, 21 Oct 2024 19:23:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C24FCE09DF; Mon, 21 Oct 2024 19:23:13 +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 A959AE09DF for ; Mon, 21 Oct 2024 19:23:13 +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 C1A6C342FA6 for ; Mon, 21 Oct 2024 19:23:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F80611DF for ; Mon, 21 Oct 2024 19:23:11 +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: <1729538457.5052a3865e0255f7ca8d99ed524ee3397e008601.asturm@gentoo> Subject: [gentoo-commits] proj/kde:master commit in: media-gfx/kphotoalbum/ X-VCS-Repository: proj/kde X-VCS-Files: media-gfx/kphotoalbum/kphotoalbum-9999.ebuild X-VCS-Directories: media-gfx/kphotoalbum/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 5052a3865e0255f7ca8d99ed524ee3397e008601 X-VCS-Branch: master Date: Mon, 21 Oct 2024 19:23:11 +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: 6ac9a673-f9a1-471f-8e8d-63549703e944 X-Archives-Hash: 743cc7a9f51a3783e325ba251b679bc2 commit: 5052a3865e0255f7ca8d99ed524ee3397e008601 Author: Andreas Sturmlechner gentoo org> AuthorDate: Mon Oct 21 19:19:06 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Mon Oct 21 19:20:57 2024 +0000 URL: https://gitweb.gentoo.org/proj/kde.git/commit/?id=5052a386 media-gfx/kphotoalbum: Fix EGIT_BRANCH, is KF6-based in master Add missing blocker. Signed-off-by: Andreas Sturmlechner gentoo.org> media-gfx/kphotoalbum/kphotoalbum-9999.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild index 41b8321ccb..900d805886 100644 --- a/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild +++ b/media-gfx/kphotoalbum/kphotoalbum-9999.ebuild @@ -3,7 +3,6 @@ EAPI=8 -EGIT_BRANCH="kf6" ECM_HANDBOOK="forceoptional" ECM_TEST="forceoptional" KFMIN=6.5.0 @@ -48,6 +47,7 @@ DEPEND=" vlc? ( media-video/vlc:= ) " RDEPEND="${DEPEND} + !${CATEGORY}/${PN}:5 media-video/ffmpeg "