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 21B0C158087 for ; Sun, 16 Jan 2022 23:06:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 366342BC009; Sun, 16 Jan 2022 23:06:43 +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 7A7A62BC009 for ; Sun, 16 Jan 2022 23:06:40 +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)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 7421A342D32 for ; Sun, 16 Jan 2022 23:06:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 16247295 for ; Sun, 16 Jan 2022 23:06:38 +0000 (UTC) From: "James Le Cuirot" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" Message-ID: <1642374364.bf6b6b18ad1bbc3474534a4fd6a24a84e1ba3288.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/xpra/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/xpra/xpra-4.3.1-r1.ebuild x11-wm/xpra/xpra-4.3.1.ebuild X-VCS-Directories: x11-wm/xpra/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: bf6b6b18ad1bbc3474534a4fd6a24a84e1ba3288 X-VCS-Branch: master Date: Sun, 16 Jan 2022 23:06: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: b50d76fa-317d-4c01-86e2-e066ecf6ca55 X-Archives-Hash: eae6b0cf065441aa9d4460cadd9760a8 commit: bf6b6b18ad1bbc3474534a4fd6a24a84e1ba3288 Author: James Le Cuirot gentoo org> AuthorDate: Sun Jan 16 23:06:04 2022 +0000 Commit: James Le Cuirot gentoo org> CommitDate: Sun Jan 16 23:06:04 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bf6b6b18 x11-wm/xpra: Add missing new libXres dependency to 4.3.1 Closes: https://bugs.gentoo.org/831286 Signed-off-by: James Le Cuirot gentoo.org> x11-wm/xpra/{xpra-4.3.1.ebuild => xpra-4.3.1-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/x11-wm/xpra/xpra-4.3.1.ebuild b/x11-wm/xpra/xpra-4.3.1-r1.ebuild similarity index 99% rename from x11-wm/xpra/xpra-4.3.1.ebuild rename to x11-wm/xpra/xpra-4.3.1-r1.ebuild index dbc1bee840bb..b0bbdd1cfe13 100644 --- a/x11-wm/xpra/xpra-4.3.1.ebuild +++ b/x11-wm/xpra/xpra-4.3.1-r1.ebuild @@ -53,6 +53,7 @@ DEPEND=" x11-libs/libXdamage x11-libs/libXfixes x11-libs/libXrandr + x11-libs/libXres x11-libs/libXtst x11-libs/libxkbfile brotli? ( app-arch/brotli )