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 2A90D159C9B for ; Fri, 9 Aug 2024 09:54:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 06EF32BC082; Fri, 9 Aug 2024 09:54:21 +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 BD7B32BC069 for ; Fri, 9 Aug 2024 09:54:20 +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 C34E93430B5 for ; Fri, 9 Aug 2024 09:54:19 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A1FBF1EC0 for ; Fri, 9 Aug 2024 09:54:16 +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: <1723197199.42763311b883a2d5b76bf4892dd223909e4333ad.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/vte/vte-0.76.3.ebuild X-VCS-Directories: gui-libs/vte/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 42763311b883a2d5b76bf4892dd223909e4333ad X-VCS-Branch: master Date: Fri, 9 Aug 2024 09:54:16 +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: aaa059ca-1e48-4cca-bbf8-f6bfb1a6b7d7 X-Archives-Hash: 44c9046d4335d160bf471efb503bc6d9 commit: 42763311b883a2d5b76bf4892dd223909e4333ad Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 9 09:25:07 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Aug 9 09:53:19 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=42763311 gui-libs/vte: update SRC_URI Signed-off-by: Pacho Ramos gentoo.org> gui-libs/vte/vte-0.76.3.ebuild | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/gui-libs/vte/vte-0.76.3.ebuild b/gui-libs/vte/vte-0.76.3.ebuild index f9f2bd5dbda3..1d0866faf17d 100644 --- a/gui-libs/vte/vte-0.76.3.ebuild +++ b/gui-libs/vte/vte-0.76.3.ebuild @@ -9,7 +9,11 @@ inherit gnome.org meson python-any-r1 vala xdg DESCRIPTION="Library providing a virtual terminal emulator widget" HOMEPAGE="https://gitlab.gnome.org/GNOME/vte/" -SRC_URI="${SRC_URI} !vanilla? ( https://dev.gentoo.org/~pacho/distfiles/${P}-command-notify.patch.xz https://dev.gentoo.org/~pacho/distfiles/${P}-a11y-implement-GtkAccessibleText.patch.xz )" +SRC_URI="${SRC_URI} + !vanilla? ( + https://dev.gentoo.org/~pacho/${PN}/${P}-command-notify.patch.xz + https://dev.gentoo.org/~pacho/${PN}/${P}-a11y-implement-GtkAccessibleText.patch.xz ) +" # Once SIXEL support ships (0.66 or later), might need xterm license (but code might be considered upgraded to LGPL-3+) LICENSE="LGPL-3+ GPL-3+" SLOT="2.91-gtk4" # vte_api_version + "-gtk4" in meson.build