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 8108E1382C5 for ; Mon, 18 Jan 2021 00:48:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 630A4E08CD; Mon, 18 Jan 2021 00:48:18 +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 46DEBE08CD for ; Mon, 18 Jan 2021 00:48:18 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 3B254340E39 for ; Mon, 18 Jan 2021 00:48:17 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6C6749F for ; Mon, 18 Jan 2021 00:48:15 +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: <1610930893.6f598b997c21f8c9a93bbc02f9719321fe9012dd.sam@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-r2.ebuild X-VCS-Directories: x11-wm/awesome/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 6f598b997c21f8c9a93bbc02f9719321fe9012dd X-VCS-Branch: master Date: Mon, 18 Jan 2021 00:48:15 +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: 80907273-d7f3-4e00-9bce-caf59f00602d X-Archives-Hash: d637b535a7bdae6f24a02b135a06bf87 commit: 6f598b997c21f8c9a93bbc02f9719321fe9012dd Author: Sam James gentoo org> AuthorDate: Mon Jan 18 00:48:13 2021 +0000 Commit: Sam James gentoo org> CommitDate: Mon Jan 18 00:48:13 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=6f598b99 x11-wm/awesome: Stabilize 4.3-r2 amd64, #763861 Signed-off-by: Sam James gentoo.org> x11-wm/awesome/awesome-4.3-r2.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/awesome/awesome-4.3-r2.ebuild b/x11-wm/awesome/awesome-4.3-r2.ebuild index 206d64b0eb2..2cc93d53b2e 100644 --- a/x11-wm/awesome/awesome-4.3-r2.ebuild +++ b/x11-wm/awesome/awesome-4.3-r2.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -10,7 +10,7 @@ if [[ ${PV} == *9999 ]] ; then EGIT_REPO_URI="https://github.com/awesomeWM/${PN}.git" else SRC_URI="https://github.com/awesomeWM/awesome-releases/raw/master/${P}.tar.xz" - KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" + KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" fi DESCRIPTION="A dynamic floating and tiling window manager"