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 C27D9158083 for ; Fri, 6 Sep 2024 09:29:33 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 0D2A0E29E0; Fri, 6 Sep 2024 09:29:33 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 E8AA2E29D6 for ; Fri, 6 Sep 2024 09:29:32 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 3743834131D for ; Fri, 6 Sep 2024 09:29:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D9E014D3 for ; Fri, 6 Sep 2024 09:29:30 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1725614749.bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/gobject-introspection/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild dev-libs/gobject-introspection/gobject-introspection-1.78.1-r1.ebuild dev-libs/gobject-introspection/gobject-introspection-1.78.1.ebuild dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild X-VCS-Directories: dev-libs/gobject-introspection/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d X-VCS-Branch: master Date: Fri, 6 Sep 2024 09:29:30 +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: 6229eb1b-e535-48a2-b637-09b51ef71890 X-Archives-Hash: e6224db5cdac1887d401c343461d6bd7 commit: bc01ac0c0b98fddd54dd9637a56c9cc5023b9e5d Author: Michał Górny gentoo org> AuthorDate: Tue Sep 3 05:37:00 2024 +0000 Commit: Michał Górny gentoo org> CommitDate: Fri Sep 6 09:25:49 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bc01ac0c dev-libs/gobject-introspection: Require gentoo.org> ...ospection-1.76.1.ebuild => gobject-introspection-1.76.1-r1.ebuild} | 3 ++- ...ospection-1.78.1.ebuild => gobject-introspection-1.78.1-r1.ebuild} | 4 ++-- dev-libs/gobject-introspection/gobject-introspection-1.80.1-r1.ebuild | 4 ++-- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild b/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild similarity index 96% rename from dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild rename to dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild index dd5dc146ec03..47d0dfe21616 100644 --- a/dev-libs/gobject-introspection/gobject-introspection-1.76.1.ebuild +++ b/dev-libs/gobject-introspection/gobject-introspection-1.76.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{9..11} ) +PYTHON_COMPAT=( python3_{10..11} ) PYTHON_REQ_USE="xml(+)" inherit gnome.org meson python-single-r1 xdg @@ -22,6 +22,7 @@ RDEPEND=" >=dev-libs/gobject-introspection-common-${PV} >=dev-libs/glib-2.75.0:2 dev-libs/libffi:= + =dev-libs/glib-2.79.0:2 dev-libs/libffi:= $(python_gen_cond_dep ' - dev-python/setuptools[${PYTHON_USEDEP}] - ' 3.12) +