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) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D0DD9158094 for ; Thu, 30 Jun 2022 19:44:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 11F02E0C4A; Thu, 30 Jun 2022 19:44:47 +0000 (UTC) Received: from smtp.gentoo.org (dev.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 5799DE0C4A for ; Thu, 30 Jun 2022 19:44:46 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 4D0AE341747 for ; Thu, 30 Jun 2022 19:44:45 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7C7EB4ED for ; Thu, 30 Jun 2022 19:44:43 +0000 (UTC) From: "Ionen Wolkens" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ionen Wolkens" Message-ID: <1656618161.1076d2b73e85f01ae18c3b42e5205978a5fdf8a2.ionen@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/sxhkd/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild X-VCS-Directories: x11-misc/sxhkd/ X-VCS-Committer: ionen X-VCS-Committer-Name: Ionen Wolkens X-VCS-Revision: 1076d2b73e85f01ae18c3b42e5205978a5fdf8a2 X-VCS-Branch: master Date: Thu, 30 Jun 2022 19:44:43 +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: c503ab52-e83b-4529-a2cf-7f62f7544569 X-Archives-Hash: 74b4284e93d219baebf516f6422d0d73 commit: 1076d2b73e85f01ae18c3b42e5205978a5fdf8a2 Author: Ionen Wolkens gentoo org> AuthorDate: Tue Jun 28 11:11:32 2022 +0000 Commit: Ionen Wolkens gentoo org> CommitDate: Thu Jun 30 19:42:41 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1076d2b7 x11-misc/sxhkd: stabilize 0.6.2-r1 for x86 Can be useful for old hardware with simplistic window managers. Signed-off-by: Ionen Wolkens gentoo.org> x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild b/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild index bdc5518c83d9..83ed6a4db2ef 100644 --- a/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild +++ b/x11-misc/sxhkd/sxhkd-0.6.2-r1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://github.com/baskerville/sxhkd/archive/${PV}.tar.gz -> ${P}.tar.g LICENSE="BSD-2" SLOT="0" -KEYWORDS="amd64 ~riscv ~x86" +KEYWORDS="amd64 ~riscv x86" RDEPEND=" x11-libs/libxcb:=