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 3DCB3159C9B for ; Sat, 10 Aug 2024 10:53:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3DEDEE2AAC; Sat, 10 Aug 2024 10:53:20 +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 56B05E2AAC for ; Sat, 10 Aug 2024 10:53:19 +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 53FD634310E for ; Sat, 10 Aug 2024 10:53:18 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id BA4D113E1 for ; Sat, 10 Aug 2024 10:53:16 +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: <1723287176.06e80bf62d9bc19793ab0e69fd70096c9f5e5283.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: kde-apps/kde-dev-scripts/ X-VCS-Repository: repo/gentoo X-VCS-Files: kde-apps/kde-dev-scripts/kde-dev-scripts-24.05.2.ebuild X-VCS-Directories: kde-apps/kde-dev-scripts/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 06e80bf62d9bc19793ab0e69fd70096c9f5e5283 X-VCS-Branch: master Date: Sat, 10 Aug 2024 10:53:16 +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: cf59e336-763f-4601-a81d-1463496174a0 X-Archives-Hash: fd1e38cea7239bd5890664d97fbb3301 commit: 06e80bf62d9bc19793ab0e69fd70096c9f5e5283 Author: Andreas Sturmlechner gentoo org> AuthorDate: Fri Aug 9 21:24:42 2024 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Sat Aug 10 10:52:56 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=06e80bf6 kde-apps/kde-dev-scripts: Drop unused deps, set ECM_HANDBOOK=optional Upstream commit 1799197a1d39104d10a2c2400341b818452656be (!) Signed-off-by: Andreas Sturmlechner gentoo.org> kde-apps/kde-dev-scripts/kde-dev-scripts-24.05.2.ebuild | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/kde-apps/kde-dev-scripts/kde-dev-scripts-24.05.2.ebuild b/kde-apps/kde-dev-scripts/kde-dev-scripts-24.05.2.ebuild index c1e2597ff704..595e9db3fdc5 100644 --- a/kde-apps/kde-dev-scripts/kde-dev-scripts-24.05.2.ebuild +++ b/kde-apps/kde-dev-scripts/kde-dev-scripts-24.05.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -ECM_HANDBOOK="true" +ECM_HANDBOOK="optional" KFMIN=5.115.0 inherit ecm gear.kde.org @@ -14,16 +14,10 @@ SLOT="5" KEYWORDS="amd64 arm64 ~riscv x86" IUSE="" -# kdelibs4support - required for kdex.dtd -# kdoctools - to use ECM instead of kdelibs4 -DEPEND=" - >=kde-frameworks/kdelibs4support-${KFMIN}:5 - >=kde-frameworks/kdoctools-${KFMIN}:5 -" RDEPEND=" app-arch/advancecomp - media-gfx/optipng dev-perl/XML-DOM + media-gfx/optipng " src_prepare() {