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 172B9159C9B for ; Fri, 9 Aug 2024 10:12:42 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3C4A92BC0AF; Fri, 9 Aug 2024 10:12:41 +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 1E89A2BC0AF for ; Fri, 9 Aug 2024 10:12:41 +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 3D85D3430D5 for ; Fri, 9 Aug 2024 10:12:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id D380A1B9A for ; Fri, 9 Aug 2024 10:12:38 +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: <1723198332.167da5e83c4816e4358fb4dfbbc364e369d83d20.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: gui-libs/vte-common/ X-VCS-Repository: repo/gentoo X-VCS-Files: gui-libs/vte-common/vte-common-0.76.3.ebuild X-VCS-Directories: gui-libs/vte-common/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: 167da5e83c4816e4358fb4dfbbc364e369d83d20 X-VCS-Branch: master Date: Fri, 9 Aug 2024 10:12:38 +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: 9b4575df-5eb5-423c-984a-f8c26e261f46 X-Archives-Hash: 7f959ff9ecbf1b3d758b40250bc7fe66 commit: 167da5e83c4816e4358fb4dfbbc364e369d83d20 Author: Pacho Ramos gentoo org> AuthorDate: Fri Aug 9 10:12:12 2024 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Aug 9 10:12:12 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=167da5e8 gui-libs/vte-common: fix liblz4 dependency Closes: https://bugs.gentoo.org/937613 Signed-off-by: Pacho Ramos gentoo.org> gui-libs/vte-common/vte-common-0.76.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gui-libs/vte-common/vte-common-0.76.3.ebuild b/gui-libs/vte-common/vte-common-0.76.3.ebuild index a546a0610169..59604c62750b 100644 --- a/gui-libs/vte-common/vte-common-0.76.3.ebuild +++ b/gui-libs/vte-common/vte-common-0.76.3.ebuild @@ -30,7 +30,7 @@ DEPEND=" >=x11-libs/pango-1.22.0 >=dev-libs/libpcre2-10.21 systemd? ( >=sys-apps/systemd-220:= ) - sys-libs/zlib + >=app-arch/lz4-1.9 x11-libs/pango " RDEPEND="