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 A8DFA158020 for ; Thu, 10 Nov 2022 22:40:57 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EC85BE0A96; Thu, 10 Nov 2022 22:40:56 +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 CB1B5E0A97 for ; Thu, 10 Nov 2022 22:40:56 +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 187D0340DAD for ; Thu, 10 Nov 2022 22:40:56 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB34D738 for ; Thu, 10 Nov 2022 22:40:52 +0000 (UTC) From: "Marek Szuba" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Marek Szuba" Message-ID: <1668119991.a85d625185a7a94101dd414ddcb460af2530431d.marecki@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/awesome/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/awesome/awesome-4.3-r101.ebuild x11-wm/awesome/awesome-4.3-r102.ebuild x11-wm/awesome/awesome-9999.ebuild X-VCS-Directories: x11-wm/awesome/ X-VCS-Committer: marecki X-VCS-Committer-Name: Marek Szuba X-VCS-Revision: a85d625185a7a94101dd414ddcb460af2530431d X-VCS-Branch: master Date: Thu, 10 Nov 2022 22:40:52 +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: 74005fb2-579b-450a-b61d-b85ba6e333c4 X-Archives-Hash: 4e1cc722da315ab43d41a5a138fe78e1 commit: a85d625185a7a94101dd414ddcb460af2530431d Author: Marek Szuba gentoo org> AuthorDate: Thu Nov 10 22:24:54 2022 +0000 Commit: Marek Szuba gentoo org> CommitDate: Thu Nov 10 22:39:51 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a85d6251 x11-wm/awesome: drop USE dependency on x11-libs/libxcb[xkb] I wonder if Awesome upstream is ever going to release a new version... In the meantime, address this in the current one (and the live ebuild). Direct-to-stable commit because as stated in the bug, the USE flag at hand has been a no-op for more than two years. Closes: https://bugs.gentoo.org/875995 Signed-off-by: Marek Szuba gentoo.org> x11-wm/awesome/{awesome-4.3-r101.ebuild => awesome-4.3-r102.ebuild} | 4 ++-- x11-wm/awesome/awesome-9999.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/x11-wm/awesome/awesome-4.3-r101.ebuild b/x11-wm/awesome/awesome-4.3-r102.ebuild similarity index 98% rename from x11-wm/awesome/awesome-4.3-r101.ebuild rename to x11-wm/awesome/awesome-4.3-r102.ebuild index 15daaa39adca..833ecc2035ff 100644 --- a/x11-wm/awesome/awesome-4.3-r101.ebuild +++ b/x11-wm/awesome/awesome-4.3-r102.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -32,7 +32,7 @@ RDEPEND="${LUA_DEPS} $(lua_gen_cond_dep 'dev-lua/lgi[${LUA_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/gdk-pixbuf:2 - x11-libs/libxcb[xkb] + x11-libs/libxcb x11-libs/pango[introspection] x11-libs/startup-notification x11-libs/xcb-util diff --git a/x11-wm/awesome/awesome-9999.ebuild b/x11-wm/awesome/awesome-9999.ebuild index 5e0c5ca5953e..dd1d0a966594 100644 --- a/x11-wm/awesome/awesome-9999.ebuild +++ b/x11-wm/awesome/awesome-9999.ebuild @@ -33,7 +33,7 @@ RDEPEND="${LUA_DEPS} $(lua_gen_cond_dep 'dev-lua/lgi[${LUA_USEDEP}]') x11-libs/cairo[X,xcb(+)] x11-libs/gdk-pixbuf:2 - x11-libs/libxcb[xkb] + x11-libs/libxcb x11-libs/pango[introspection] x11-libs/startup-notification x11-libs/xcb-util