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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id A5F22158086 for ; Thu, 6 Jan 2022 06:50:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 9E06E2BC011; Thu, 6 Jan 2022 06:50:46 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3B8C62BC011 for ; Thu, 6 Jan 2022 06:50:46 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E170A342EF1 for ; Thu, 6 Jan 2022 06:50:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 556F61BF for ; Thu, 6 Jan 2022 06:50:43 +0000 (UTC) From: "Joonas Niilola" 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" Message-ID: <1641451038.f188b26e5a3eab3604243a9b7a2b321816f7964d.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.25.1.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: f188b26e5a3eab3604243a9b7a2b321816f7964d X-VCS-Branch: master Date: Thu, 6 Jan 2022 06:50:43 +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: 07ee73d1-9e05-40e6-af4c-0891a55d2fab X-Archives-Hash: e729f777df56baf12d12a689e5bec040 commit: f188b26e5a3eab3604243a9b7a2b321816f7964d Author: Joonas Niilola gentoo org> AuthorDate: Wed Jan 5 07:30:39 2022 +0000 Commit: Joonas Niilola gentoo 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 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"