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 0D6451581B9 for ; Wed, 17 Sep 2025 17:47:46 +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) (No client certificate requested) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id E5151341FA6 for ; Wed, 17 Sep 2025 17:47:45 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id D966E110571; Wed, 17 Sep 2025 17:47:44 +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) (No client certificate requested) by bobolink.gentoo.org (Postfix) with ESMTPS id CD050110571 for ; Wed, 17 Sep 2025 17:47:44 +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 7EF21341FA6 for ; Wed, 17 Sep 2025 17:47:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E75BF39CD for ; Wed, 17 Sep 2025 17:47:42 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1758131034.df46b23259547f8942cce9818ab58b894752e106.sam@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.19.ebuild dev-libs/libical/libical-3.0.20-r1.ebuild X-VCS-Directories: dev-libs/libical/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: df46b23259547f8942cce9818ab58b894752e106 X-VCS-Branch: master Date: Wed, 17 Sep 2025 17:47:42 +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: 6b1d5d01-e3a3-484d-b905-afeea371287b X-Archives-Hash: eb7d3be2031f96beef315031de39c6fd commit: df46b23259547f8942cce9818ab58b894752e106 Author: Sam James gentoo org> AuthorDate: Wed Sep 17 17:43:54 2025 +0000 Commit: Sam James gentoo org> CommitDate: Wed Sep 17 17:43:54 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=df46b232 dev-libs/libical: depend on newer gobject-introspection as a workaround Depend on >=1.82.0-r2 as a workaround for us not being able to properly express "an older version of this will break other packages and must be upgraded ASAP". It's a pain when upgrading older systems. Bug: https://bugs.gentoo.org/947058 Signed-off-by: Sam James gentoo.org> dev-libs/libical/libical-3.0.19.ebuild | 2 +- dev-libs/libical/libical-3.0.20-r1.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/libical/libical-3.0.19.ebuild b/dev-libs/libical/libical-3.0.19.ebuild index f666c7b5ef34..03ea7008e7d5 100644 --- a/dev-libs/libical/libical-3.0.19.ebuild +++ b/dev-libs/libical/libical-3.0.19.ebuild @@ -37,7 +37,7 @@ BDEPEND=" app-text/doxygen[dot] glib? ( dev-util/gtk-doc ) ) - introspection? ( dev-libs/gobject-introspection ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) test? ( ${PYTHON_DEPS} glib? ( $(python_gen_any_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') ) diff --git a/dev-libs/libical/libical-3.0.20-r1.ebuild b/dev-libs/libical/libical-3.0.20-r1.ebuild index 0388ab984806..df22c027e72d 100644 --- a/dev-libs/libical/libical-3.0.20-r1.ebuild +++ b/dev-libs/libical/libical-3.0.20-r1.ebuild @@ -36,7 +36,7 @@ BDEPEND=" app-text/doxygen[dot] glib? ( dev-util/gtk-doc ) ) - introspection? ( dev-libs/gobject-introspection ) + introspection? ( >=dev-libs/gobject-introspection-1.82.0-r2 ) test? ( ${PYTHON_DEPS} glib? ( $(python_gen_any_dep 'dev-python/pygobject:3[${PYTHON_USEDEP}]') )