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: Thu, 06 Jan 2022 06:50:47
Message-Id: 1641451038.f188b26e5a3eab3604243a9b7a2b321816f7964d.juippis@gentoo
1 commit: f188b26e5a3eab3604243a9b7a2b321816f7964d
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Wed Jan 5 07:30:39 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Thu Jan 6 06:37:18 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f188b26e
7
8 x11-wm/enlightenment: add a note about the weird slotting
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 x11-wm/enlightenment/enlightenment-0.25.1.ebuild | 4 ++++
13 1 file changed, 4 insertions(+)
14
15 diff --git a/x11-wm/enlightenment/enlightenment-0.25.1.ebuild b/x11-wm/enlightenment/enlightenment-0.25.1.ebuild
16 index e5121e1befe1..3d01153a518e 100644
17 --- a/x11-wm/enlightenment/enlightenment-0.25.1.ebuild
18 +++ b/x11-wm/enlightenment/enlightenment-0.25.1.ebuild
19 @@ -10,6 +10,10 @@ HOMEPAGE="https://www.enlightenment.org"
20 SRC_URI="https://download.enlightenment.org/rel/apps/${PN}/${P}.tar.xz"
21
22 LICENSE="BSD-2"
23 +
24 +# Historically enlightenment was slotted to separate e16 from e17. e16 is now
25 +# packaged as x11-wm/e16, but the slot is kept because it's more complicated to
26 +# reset it rather than just to keep it.
27 SLOT="0.17/${PV%%_*}"
28 KEYWORDS="~amd64 ~arm ~arm64 ~ppc ~ppc64 ~riscv ~x86"
29 IUSE="acpi bluetooth connman doc exif geolocation nls pam policykit systemd udisks wayland xwayland"