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 (4096 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 3D47615813A for ; Tue, 14 Jan 2025 06:16:07 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 728C8E07A5; Tue, 14 Jan 2025 06:16:06 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 56D6DE07A5 for ; Tue, 14 Jan 2025 06:16:06 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (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 54B41335DC0 for ; Tue, 14 Jan 2025 06:16:05 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B1A73B2C for ; Tue, 14 Jan 2025 06:16:03 +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: <1736835264.2109c2fa5654a3986829ef6e243cd2b5bdac5979.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.27.0.ebuild X-VCS-Directories: x11-wm/enlightenment/ X-VCS-Committer: juippis X-VCS-Committer-Name: Joonas Niilola X-VCS-Revision: 2109c2fa5654a3986829ef6e243cd2b5bdac5979 X-VCS-Branch: master Date: Tue, 14 Jan 2025 06:16:03 +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: bfa1c71b-285b-49b1-9317-2bbbedb7891f X-Archives-Hash: ae921b44c6510a280a08fe4d48e5a181 commit: 2109c2fa5654a3986829ef6e243cd2b5bdac5979 Author: Joonas Niilola gentoo org> AuthorDate: Tue Jan 14 06:14:24 2025 +0000 Commit: Joonas Niilola gentoo org> CommitDate: Tue Jan 14 06:14:24 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2109c2fa x11-wm/enlightenment: remove 'acpi' use flag from 0.27 - the functionality that the dep provides is now built-in to enlightenment. Closes: https://bugs.gentoo.org/948068 Signed-off-by: Joonas Niilola gentoo.org> x11-wm/enlightenment/enlightenment-0.27.0.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x11-wm/enlightenment/enlightenment-0.27.0.ebuild b/x11-wm/enlightenment/enlightenment-0.27.0.ebuild index 31b82776b33f..3aa941e8b51f 100644 --- a/x11-wm/enlightenment/enlightenment-0.27.0.ebuild +++ b/x11-wm/enlightenment/enlightenment-0.27.0.ebuild @@ -16,7 +16,7 @@ LICENSE="BSD-2" # 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" +IUSE="bluetooth connman doc exif geolocation nls pam policykit systemd udisks wayland xwayland" REQUIRED_USE="xwayland? ( wayland )" @@ -26,7 +26,6 @@ RDEPEND=">=dev-libs/efl-1.28.0[eet,fontconfig,sound,X] x11-libs/libxcb x11-libs/xcb-util-keysyms x11-misc/xkeyboard-config - acpi? ( sys-power/acpid ) bluetooth? ( net-wireless/bluez ) connman? ( dev-libs/efl[connman] ) exif? ( media-libs/libexif )