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 6E0EA1581F3 for ; Thu, 28 Nov 2024 18:11:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id C3A03E0930; Thu, 28 Nov 2024 18:11:04 +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 7039FE0930 for ; Thu, 28 Nov 2024 18:11:04 +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 836EC335D77 for ; Thu, 28 Nov 2024 18:11:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C6188D81 for ; Thu, 28 Nov 2024 18:11:01 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1732817377.1ec112051fc66ac87e11cb1f4c4126cb676fc1d4.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/glib/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/glib/glib-2.80.5.ebuild dev-libs/glib/glib-2.82.2.ebuild X-VCS-Directories: dev-libs/glib/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 1ec112051fc66ac87e11cb1f4c4126cb676fc1d4 X-VCS-Branch: master Date: Thu, 28 Nov 2024 18:11:01 +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: f585bc95-e29c-44aa-81f4-abc78411024d X-Archives-Hash: 62651d03712eee02740fc751c74703c9 commit: 1ec112051fc66ac87e11cb1f4c4126cb676fc1d4 Author: Pacho Ramos gentoo org> AuthorDate: Thu Nov 28 18:09:33 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Thu Nov 28 18:09:37 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ec11205 dev-libs/glib: Fetch g-i conditionally Closes: https://bugs.gentoo.org/945255 Signed-off-by: Pacho Ramos gentoo.org> dev-libs/glib/glib-2.80.5.ebuild | 2 +- dev-libs/glib/glib-2.82.2.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/glib/glib-2.80.5.ebuild b/dev-libs/glib/glib-2.80.5.ebuild index 5dd93c5f4249..22a8e5f6665b 100644 --- a/dev-libs/glib/glib-2.80.5.ebuild +++ b/dev-libs/glib/glib-2.80.5.ebuild @@ -15,7 +15,7 @@ INTROSPECTION_PV="1.80.1" INTROSPECTION_P="${INTROSPECTION_PN}-${INTROSPECTION_PV}" SRC_URI=" ${SRC_URI} - mirror://gnome/sources/gobject-introspection/${INTROSPECTION_PV%.*}/gobject-introspection-${INTROSPECTION_PV}.tar.${GNOME_TARBALL_SUFFIX} + introspection? ( mirror://gnome/sources/gobject-introspection/${INTROSPECTION_PV%.*}/gobject-introspection-${INTROSPECTION_PV}.tar.${GNOME_TARBALL_SUFFIX} ) " INTROSPECTION_SOURCE_DIR="${WORKDIR}/${INTROSPECTION_P}" INTROSPECTION_BUILD_DIR="${WORKDIR}/${INTROSPECTION_P}-build" diff --git a/dev-libs/glib/glib-2.82.2.ebuild b/dev-libs/glib/glib-2.82.2.ebuild index c6500a86344f..0f09238ad661 100644 --- a/dev-libs/glib/glib-2.82.2.ebuild +++ b/dev-libs/glib/glib-2.82.2.ebuild @@ -15,7 +15,7 @@ INTROSPECTION_PV="1.82.0" INTROSPECTION_P="${INTROSPECTION_PN}-${INTROSPECTION_PV}" SRC_URI=" ${SRC_URI} - mirror://gnome/sources/gobject-introspection/${INTROSPECTION_PV%.*}/gobject-introspection-${INTROSPECTION_PV}.tar.${GNOME_TARBALL_SUFFIX} + introspection? ( mirror://gnome/sources/gobject-introspection/${INTROSPECTION_PV%.*}/gobject-introspection-${INTROSPECTION_PV}.tar.${GNOME_TARBALL_SUFFIX} ) " INTROSPECTION_SOURCE_DIR="${WORKDIR}/${INTROSPECTION_P}" INTROSPECTION_BUILD_DIR="${WORKDIR}/${INTROSPECTION_P}-build"