summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.17.5-r1.ebuild (renamed from kde-plasma/kinfocenter/kinfocenter-5.17.5.ebuild)10
-rw-r--r--kde-plasma/kinfocenter/metadata.xml1
2 files changed, 5 insertions, 6 deletions
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.17.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.17.5-r1.ebuild
index aceb59b0fd78..0ed317151859 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.17.5.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.17.5-r1.ebuild
@@ -15,9 +15,9 @@ SRC_URI+=" https://www.gentoo.org/assets/img/logo/gentoo-3d-small.png -> glogo-s
LICENSE="GPL-2" # TODO: CHECK
SLOT="5"
KEYWORDS="amd64 ~arm arm64 ~ppc64 x86"
-IUSE="gles2 ieee1394 +opengl +pci wayland"
+IUSE="gles2-only ieee1394 +opengl +pci wayland"
-REQUIRED_USE="wayland? ( || ( gles2 opengl ) )"
+REQUIRED_USE="wayland? ( || ( gles2-only opengl ) )"
BDEPEND=">=dev-util/cmake-3.14.3"
COMMON_DEPEND="
@@ -44,9 +44,9 @@ COMMON_DEPEND="
x11-libs/libX11
ieee1394? ( sys-libs/libraw1394 )
opengl? (
- >=dev-qt/qtgui-${QTMIN}:5[gles2=]
- media-libs/mesa[gles2?,X(+)]
- !gles2? ( media-libs/glu )
+ >=dev-qt/qtgui-${QTMIN}:5[gles2-only=]
+ gles2-only? ( media-libs/mesa[gles2,X(+)] )
+ !gles2-only? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
wayland? (
diff --git a/kde-plasma/kinfocenter/metadata.xml b/kde-plasma/kinfocenter/metadata.xml
index e424c91095cc..25a8676da284 100644
--- a/kde-plasma/kinfocenter/metadata.xml
+++ b/kde-plasma/kinfocenter/metadata.xml
@@ -6,7 +6,6 @@
<name>Gentoo KDE Project</name>
</maintainer>
<use>
- <flag name="gles2">Show OpenGL ES information in kinfocenter</flag>
<flag name="pci">Show advanced PCI information</flag>
</use>
</pkgmetadata>