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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D6814138359 for ; Sat, 12 Sep 2020 11:18:14 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 1960AE081B; Sat, 12 Sep 2020 11:18:14 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id F310AE081B for ; Sat, 12 Sep 2020 11:18:13 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id C6496335DCE for ; Sat, 12 Sep 2020 11:18:12 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 31C902D2 for ; Sat, 12 Sep 2020 11:18:11 +0000 (UTC) From: "Mikle Kolyada" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mikle Kolyada" Message-ID: <1599909487.6b88ba0ef085da247655f6cbf5bbd9c520d49c74.zlogene@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/qtile/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/qtile/qtile-0.15.1.ebuild X-VCS-Directories: x11-wm/qtile/ X-VCS-Committer: zlogene X-VCS-Committer-Name: Mikle Kolyada X-VCS-Revision: 6b88ba0ef085da247655f6cbf5bbd9c520d49c74 X-VCS-Branch: master Date: Sat, 12 Sep 2020 11:18:11 +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: 1c6b4351-fca5-4e4f-ba13-b7971bff1fd9 X-Archives-Hash: 96c5b18f15fc395c49d9407b569df96e commit: 6b88ba0ef085da247655f6cbf5bbd9c520d49c74 Author: Mikle Kolyada gentoo org> AuthorDate: Sat Sep 12 11:17:33 2020 +0000 Commit: Mikle Kolyada gentoo org> CommitDate: Sat Sep 12 11:18:07 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6b88ba0e x11-wm/qtile: Stabilize 0.15.1 amd64, #733616 Signed-off-by: Mikle Kolyada gentoo.org> x11-wm/qtile/qtile-0.15.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/qtile/qtile-0.15.1.ebuild b/x11-wm/qtile/qtile-0.15.1.ebuild index dae1095c624..afcf3b32b6e 100644 --- a/x11-wm/qtile/qtile-0.15.1.ebuild +++ b/x11-wm/qtile/qtile-0.15.1.ebuild @@ -11,7 +11,7 @@ if [[ ${PV} == 9999* ]] ; then inherit git-r3 else SRC_URI="https://github.com/qtile/qtile/archive/v${PV}.tar.gz -> ${P}.tar.gz" - KEYWORDS="~amd64 ~x86" + KEYWORDS="amd64 ~x86" fi DESCRIPTION="A full-featured, hackable tiling window manager written in Python"