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 026B9158041 for ; Sat, 13 Apr 2024 10:37:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 18E21E2A57; Sat, 13 Apr 2024 10:37:32 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F03A5E2A57 for ; Sat, 13 Apr 2024 10:37:31 +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 0E4C8343384 for ; Sat, 13 Apr 2024 10:37:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A68C116EB for ; Sat, 13 Apr 2024 10:37:27 +0000 (UTC) From: "Mart Raudsepp" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mart Raudsepp" Message-ID: <1713004358.dc43469ff52bdf4ff01bd52d7b6abfcadb35d9ce.leio@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/tepl/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/tepl/tepl-6.8.0.ebuild X-VCS-Directories: gui-libs/tepl/ X-VCS-Committer: leio X-VCS-Committer-Name: Mart Raudsepp X-VCS-Revision: dc43469ff52bdf4ff01bd52d7b6abfcadb35d9ce X-VCS-Branch: master Date: Sat, 13 Apr 2024 10:37:27 +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: d6f93ddf-0f88-4c2a-9214-b0ba0d79fabd X-Archives-Hash: 086c4b1b60ef5305374fb8d352efbc5d commit: dc43469ff52bdf4ff01bd52d7b6abfcadb35d9ce Author: Mart Raudsepp gentoo org> AuthorDate: Sat Apr 13 10:32:38 2024 +0000 Commit: Mart Raudsepp gentoo org> CommitDate: Sat Apr 13 10:32:38 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=dc43469f gui-libs/tepl: Add missing gtk+[introspection] dep No revbump because the only non-library consumer itself depends on this on its own as well, so there should be no problems with VDB missing it. It's technically just a recursive build dependency too. Bug: https://bugs.gentoo.org/913725 Signed-off-by: Mart Raudsepp gentoo.org> gui-libs/tepl/tepl-6.8.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gui-libs/tepl/tepl-6.8.0.ebuild b/gui-libs/tepl/tepl-6.8.0.ebuild index 6fc15442d7ab..0c1054741ada 100644 --- a/gui-libs/tepl/tepl-6.8.0.ebuild +++ b/gui-libs/tepl/tepl-6.8.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -16,7 +16,7 @@ RESTRICT="!test? ( test )" RDEPEND=" >=dev-libs/glib-2.74:2 - >=x11-libs/gtk+-3.22:3 + >=x11-libs/gtk+-3.22:3[introspection] >=gui-libs/libgedit-gtksourceview-299.0.4:300 >=gui-libs/libgedit-amtk-5.0:5=[introspection] dev-libs/icu:=