Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/enlightenment/
Date: Sat, 08 Feb 2020 07:58:15
Message-Id: 1581148679.09ac2c69c41334308f35d9fa740eca60caa4988c.juippis@gentoo
1 commit: 09ac2c69c41334308f35d9fa740eca60caa4988c
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Sat Feb 8 07:44:05 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Sat Feb 8 07:57:59 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=09ac2c69
7
8 x11-wm/enlightenment: remove dead arches
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-wm/enlightenment/enlightenment-0.23.1.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
16 index 74caaded4b5..4b8be24627a 100644
17 --- a/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
18 +++ b/x11-wm/enlightenment/enlightenment-0.23.1.ebuild
19 @@ -1,4 +1,4 @@
20 -# Copyright 1999-2019 Gentoo Authors
21 +# Copyright 1999-2020 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 EAPI=7
25 @@ -11,7 +11,7 @@ SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
26
27 LICENSE="BSD-2"
28 SLOT="0.17/${PV%%_*}"
29 -KEYWORDS="amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc x86"
30 +KEYWORDS="amd64 ~arm ~hppa ~ppc ~ppc64 x86"
31 IUSE="acpi bluetooth connman doc geolocation nls packagekit pam systemd udisks wayland wifi xwayland"
32
33 REQUIRED_USE="xwayland? ( wayland )"