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 979E015808B for ; Wed, 14 Feb 2024 16:02:02 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1B849E2A2C; Wed, 14 Feb 2024 16:02:01 +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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C5EE0E2A2C for ; Wed, 14 Feb 2024 16:02:00 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id B172734309E for ; Wed, 14 Feb 2024 16:01:59 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C9BB6888 for ; Wed, 14 Feb 2024 16:01:57 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1707842202.e5c3f787f30871cc62b4b78c6e859d647e4811ec.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: x11-wm/qtile-extras/ X-VCS-Repository: repo/proj/guru X-VCS-Files: x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild X-VCS-Directories: x11-wm/qtile-extras/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: e5c3f787f30871cc62b4b78c6e859d647e4811ec X-VCS-Branch: master Date: Wed, 14 Feb 2024 16:01:57 +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: 40b3b217-6d11-4f52-bc2c-594352f0d0f2 X-Archives-Hash: ae8123c0d8491593cf49f0885db24ea8 commit: e5c3f787f30871cc62b4b78c6e859d647e4811ec Author: David Roman gmail com> AuthorDate: Tue Feb 13 16:36:42 2024 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Tue Feb 13 16:36:42 2024 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=e5c3f787 x11-wm/qtile-extras: destabilize 0.23.0 for ~amd64 Signed-off-by: David Roman gmail.com> x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild index d55b52b4e4..eba8f97d6e 100644 --- a/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild +++ b/x11-wm/qtile-extras/qtile-extras-0.23.0.ebuild @@ -9,7 +9,7 @@ PYTHON_COMPAT=(python3_{9..12}) inherit distutils-r1 SRC_URI="https://github.com/elParaguayo/qtile-extras/archive/refs/tags/v${PV}.tar.gz -> ${P}.tar.gz" -KEYWORDS="amd64" +KEYWORDS="~amd64" DESCRIPTION="elParaguayo's Qtile Extras" HOMEPAGE="https://github.com/elParaguayo/qtile-extras"