From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1188193-garchives=archives.gentoo.org@lists.gentoo.org> 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 8227713835A for <garchives@archives.gentoo.org>; Fri, 17 Jul 2020 08:14:51 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A692FE0A89; Fri, 17 Jul 2020 08:14:50 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 92BC5E0A89 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 08:14:50 +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 ECCFB34F2C3 for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 08:14:48 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 9D99D2DE for <gentoo-commits@lists.gentoo.org>; Fri, 17 Jul 2020 08:14:46 +0000 (UTC) From: "Joonas Niilola" <juippis@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Joonas Niilola" <juippis@gentoo.org> Message-ID: <1594973676.92400eb78e68b535b35987d7faf819a20f604416.juippis@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/enlightenment/enlightenment-0.24.1.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 92400eb78e68b535b35987d7faf819a20f604416 X-VCS-Branch: master Date: Fri, 17 Jul 2020 08:14:46 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: da9dcb4e-37d5-4da0-a776-1ecafb212c4d X-Archives-Hash: ce460282af9be3484c6d3e11f0684eb8 commit: 92400eb78e68b535b35987d7faf819a20f604416 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org> AuthorDate: Fri Jul 17 07:27:09 2020 +0000 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org> CommitDate: Fri Jul 17 08:14:36 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=92400eb7 x11-wm/enlightenment: stabilize 0.24.1 on amd64 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org> x11-wm/enlightenment/enlightenment-0.24.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-wm/enlightenment/enlightenment-0.24.1.ebuild b/x11-wm/enlightenment/enlightenment-0.24.1.ebuild index bf2169b4ee5..a3ae1580069 100644 --- a/x11-wm/enlightenment/enlightenment-0.24.1.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.24.1.ebuild @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz" LICENSE="BSD-2" SLOT="0.17/${PV%%_*}" -KEYWORDS="~amd64 ~arm ~ppc ~ppc64 ~x86" +KEYWORDS="amd64 ~arm ~ppc ~ppc64 ~x86" IUSE="acpi bluetooth connman doc geolocation nls pam policykit systemd udisks wayland wifi xwayland" REQUIRED_USE="xwayland? ( wayland )"