commit:     8903801dbd75c4bae7e4ea51754de1f1d03975f9
Author:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
AuthorDate: Sat Jan 15 14:27:52 2022 +0000
Commit:     Andreas Sturmlechner <asturm <AT> gentoo <DOT> org>
CommitDate: Sat Jan 15 14:29:56 2022 +0000
URL:        https://gitweb.gentoo.org/proj/kde.git/commit/?id=8903801d

kde-plasma/kinfocenter: Drop IUSE=wayland, add new optfeature

Upstream commit dd6b643df7a2ff78f19d796eba2990f09484865f

Bug: https://bugs.gentoo.org/830645
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Andreas Sturmlechner <asturm <AT> gentoo.org>

 kde-plasma/kinfocenter/kinfocenter-9999.ebuild | 11 +++--------
 1 file changed, 3 insertions(+), 8 deletions(-)

diff --git a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild 
b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
index 6c81794e0e..7ae4e2bd12 100644
--- a/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-9999.ebuild
@@ -16,9 +16,9 @@ SRC_URI+=" 
https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
 LICENSE="GPL-2" # TODO: CHECK
 SLOT="5"
 KEYWORDS=""
-IUSE="gles2-only ieee1394 +opengl +pci usb wayland +X"
+IUSE="gles2-only ieee1394 +opengl +pci usb +X"
 
-REQUIRED_USE="opengl? ( X ) wayland? ( || ( opengl gles2-only ) )"
+REQUIRED_USE="opengl? ( X )"
 
 DEPEND="
        >=dev-qt/qtdbus-${QTMIN}:5
@@ -45,10 +45,6 @@ DEPEND="
        )
        pci? ( sys-apps/pciutils )
        usb? ( virtual/libusb:1 )
-       wayland? (
-               >=kde-frameworks/kwayland-${KFMIN}:5
-               media-libs/mesa[egl(+)]
-       )
        X? ( x11-libs/libX11 )
 "
 RDEPEND="${DEPEND}
@@ -63,8 +59,6 @@ src_configure() {
                $(cmake_use_find_package ieee1394 RAW1394)
                $(cmake_use_find_package pci PCIUTILS)
                $(cmake_use_find_package usb USB1)
-               $(cmake_use_find_package wayland EGL)
-               $(cmake_use_find_package wayland KF5Wayland)
                $(cmake_use_find_package X X11)
        )
 
@@ -95,5 +89,6 @@ pkg_postinst() {
                optfeature "Vulkan graphics API information module" 
dev-util/vulkan-tools
                optfeature "advanced CPU information module" sys-apps/util-linux
        fi
+       optfeature "Wayland information module" app-misc/wayland-utils
        ecm_pkg_postinst
 }

Reply via email to