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 9857A158042 for ; Fri, 8 Nov 2024 16:49:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CC54FE085B; Fri, 8 Nov 2024 16:49:37 +0000 (UTC) Received: from smtp.gentoo.org (mail.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B5ACBE085B for ; Fri, 8 Nov 2024 16:49:37 +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 0173B340C15 for ; Fri, 8 Nov 2024 16:49:36 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 62B421AB4 for ; Fri, 8 Nov 2024 16:49:35 +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: <1731084562.b7c0fb1a5b51d81eec3b876b28eb5a82e4da0dec.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libpeas/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libpeas/libpeas-2.0.3.ebuild X-VCS-Directories: dev-libs/libpeas/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: b7c0fb1a5b51d81eec3b876b28eb5a82e4da0dec X-VCS-Branch: master Date: Fri, 8 Nov 2024 16:49:35 +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: 855f32d4-5285-4190-b62c-e21f967a18e7 X-Archives-Hash: f57ad0db983543f736ee064290cca430 commit: b7c0fb1a5b51d81eec3b876b28eb5a82e4da0dec Author: Pacho Ramos gentoo org> AuthorDate: Fri Nov 8 16:38:17 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Nov 8 16:49:22 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b7c0fb1a dev-libs/libpeas: Fix deps Newer glib is needed and gtk backend was dropped in libpeas2 Closes: https://bugs.gentoo.org/914749 Signed-off-by: Pacho Ramos gentoo.org> dev-libs/libpeas/libpeas-2.0.3.ebuild | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/dev-libs/libpeas/libpeas-2.0.3.ebuild b/dev-libs/libpeas/libpeas-2.0.3.ebuild index a2ac5c8270f5..ca125c44d122 100644 --- a/dev-libs/libpeas/libpeas-2.0.3.ebuild +++ b/dev-libs/libpeas/libpeas-2.0.3.ebuild @@ -13,20 +13,19 @@ HOMEPAGE="https://gitlab.gnome.org/GNOME/libpeas" LICENSE="LGPL-2.1+" SLOT="2" -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~ia64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~loong ~ppc ~ppc64 ~riscv ~sparc ~x86 ~amd64-linux ~x86-linux" -IUSE="glade +gtk gtk-doc javascript lua +python vala" +IUSE="glade gtk-doc javascript lua +python vala" REQUIRED_USE="lua? ( ${LUA_REQUIRED_USE} ) python? ( ${PYTHON_REQUIRED_USE} )" RDEPEND=" - >=dev-libs/glib-2.44:2 + >=dev-libs/glib-2.74:2 >=dev-libs/gobject-introspection-1.39:= javascript? ( >=dev-libs/gjs-1.78.5 - >=dev-lang/spidermonkey-115:115 + dev-lang/spidermonkey:115 ) - gtk? ( >=x11-libs/gtk+-3.0.0:3[introspection] ) glade? ( >=dev-util/glade-3.9.1:3.10 ) lua? ( ${LUA_DEPS}