From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 5EA651584AD for ; Thu, 08 May 2025 21:41:58 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 401F134310D for ; Thu, 08 May 2025 21:41:58 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id 518551103C0; Thu, 08 May 2025 21:41:55 +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 bobolink.gentoo.org (Postfix) with ESMTPS id 45FC81103C0 for ; Thu, 08 May 2025 21:41:55 +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 F02233430C9 for ; Thu, 08 May 2025 21:41:54 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 55D9F146D for ; Thu, 08 May 2025 21:41:53 +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: <1746740463.737e71e6da44c71e511482848509969f18c22e19.asturm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libical/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libical/libical-3.0.20-r1.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: asturm X-VCS-Committer-Name: Andreas Sturmlechner X-VCS-Revision: 737e71e6da44c71e511482848509969f18c22e19 X-VCS-Branch: master Date: Thu, 08 May 2025 21:41:53 +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: b7c1b639-82da-44e4-8a10-71073af88eb7 X-Archives-Hash: 746a9ef13c48d3934abd33e83c9e3cb2 commit: 737e71e6da44c71e511482848509969f18c22e19 Author: Alfred Wingate protonmail com> AuthorDate: Sat May 3 18:13:03 2025 +0000 Commit: Andreas Sturmlechner gentoo org> CommitDate: Thu May 8 21:41:03 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=737e71e6 dev-libs/libical: libxml2 required at runtime * asturm 2025-05-08: Cleanup obsolete COMMON_DEPEND Signed-off-by: Alfred Wingate protonmail.com> Signed-off-by: Andreas Sturmlechner gentoo.org> dev-libs/libical/libical-3.0.20-r1.ebuild | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/dev-libs/libical/libical-3.0.20-r1.ebuild b/dev-libs/libical/libical-3.0.20-r1.ebuild index da3ee5d151d6..0388ab984806 100644 --- a/dev-libs/libical/libical-3.0.20-r1.ebuild +++ b/dev-libs/libical/libical-3.0.20-r1.ebuild @@ -17,17 +17,16 @@ KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~mips ppc ppc64 ~riscv ~sparc x86 IUSE="doc examples +glib +introspection static-libs test vala" REQUIRED_USE="introspection? ( glib ) vala? ( introspection )" - RESTRICT="!test? ( test )" -COMMON_DEPEND=" +DEPEND=" dev-libs/icu:= - glib? ( dev-libs/glib:2 ) -" -DEPEND="${COMMON_DEPEND} - glib? ( dev-libs/libxml2:2= ) + glib? ( + dev-libs/glib:2 + dev-libs/libxml2:2= + ) " -RDEPEND="${COMMON_DEPEND} +RDEPEND="${DEPEND} sys-libs/timezone-data " BDEPEND="