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