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 9A0E815808C for ; Wed, 9 Feb 2022 00:54:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A22D9E07F9; Wed, 9 Feb 2022 00:54:05 +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 21D00E07ED for ; Wed, 9 Feb 2022 00:54:05 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 D562F342CB1 for ; Wed, 9 Feb 2022 00:54:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 4E194287 for ; Wed, 9 Feb 2022 00:54:02 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1644368035.c813b01573b07cede0a899d96d067d24d7c251fe.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/glade/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/glade/glade-3.38.2-r1.ebuild dev-util/glade/glade-3.38.2.ebuild X-VCS-Directories: dev-util/glade/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: c813b01573b07cede0a899d96d067d24d7c251fe X-VCS-Branch: master Date: Wed, 9 Feb 2022 00:54:02 +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: fd270d1b-b57f-4bc8-94a4-b8c6de240f60 X-Archives-Hash: 675f5568e91571ef09e2bef3676732dd commit: c813b01573b07cede0a899d96d067d24d7c251fe Author: Matt Turner gentoo org> AuthorDate: Wed Feb 9 00:49:53 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Wed Feb 9 00:53:55 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c813b015 dev-util/glade: Depend on dev-libs/gjs Closes: https://bugs.gentoo.org/796305 Signed-off-by: Matt Turner gentoo.org> dev-util/glade/{glade-3.38.2.ebuild => glade-3.38.2-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/dev-util/glade/glade-3.38.2.ebuild b/dev-util/glade/glade-3.38.2-r1.ebuild similarity index 98% rename from dev-util/glade/glade-3.38.2.ebuild rename to dev-util/glade/glade-3.38.2-r1.ebuild index 5844cf0a192c..3fa344481b57 100644 --- a/dev-util/glade/glade-3.38.2.ebuild +++ b/dev-util/glade/glade-3.38.2-r1.ebuild @@ -25,6 +25,7 @@ DEPEND=" >=x11-libs/gtk+-3.22.0:3[introspection?] x11-libs/pango[introspection?] introspection? ( >=dev-libs/gobject-introspection-1.32:= ) + gjs? ( >=dev-libs/gjs-1.64.0 ) python? ( ${PYTHON_DEPS} x11-libs/gtk+:3[introspection]