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 2443F15806E for ; Sat, 20 May 2023 06:28:15 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5BC99E08A0; Sat, 20 May 2023 06:28:14 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 34E4DE089E for ; Sat, 20 May 2023 06:28:14 +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 76342340E93 for ; Sat, 20 May 2023 06:28:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 133AEA73 for ; Sat, 20 May 2023 06:28:12 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1684564069.5a0936d5412023e65d82cba143b6d933d165570e.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/marco/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/marco/marco-1.26.2-r1.ebuild x11-wm/marco/marco-1.26.2.ebuild X-VCS-Directories: x11-wm/marco/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 5a0936d5412023e65d82cba143b6d933d165570e X-VCS-Branch: master Date: Sat, 20 May 2023 06:28:12 +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: c965fcef-c577-447f-9f88-ed7114617141 X-Archives-Hash: 2190f44d49ee88a14b4a8baa7fe083a2 commit: 5a0936d5412023e65d82cba143b6d933d165570e Author: Thibaud CANALE thican net> AuthorDate: Mon May 15 23:20:54 2023 +0000 Commit: Sam James gentoo org> CommitDate: Sat May 20 06:27:49 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5a0936d5 x11-wm/marco: add lacking dependencies List: - x11-libs/libXi - x11-libs/libXres Closes: https://bugs.gentoo.org/906377 Signed-off-by: Thibaud CANALE thican.net> Closes: https://github.com/gentoo/gentoo/pull/31049 Signed-off-by: Sam James gentoo.org> x11-wm/marco/{marco-1.26.2.ebuild => marco-1.26.2-r1.ebuild} | 2 ++ 1 file changed, 2 insertions(+) diff --git a/x11-wm/marco/marco-1.26.2.ebuild b/x11-wm/marco/marco-1.26.2-r1.ebuild similarity index 97% rename from x11-wm/marco/marco-1.26.2.ebuild rename to x11-wm/marco/marco-1.26.2-r1.ebuild index 1a9ad8ef0b7c..193ab754ff6e 100644 --- a/x11-wm/marco/marco-1.26.2.ebuild +++ b/x11-wm/marco/marco-1.26.2-r1.ebuild @@ -33,9 +33,11 @@ COMMON_DEPEND=" x11-libs/libXdamage x11-libs/libXext x11-libs/libXfixes + x11-libs/libXi x11-libs/libXpresent x11-libs/libXrandr x11-libs/libXrender + x11-libs/libXres >=x11-libs/startup-notification-0.7 xinerama? ( x11-libs/libXinerama ) "