summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHaelwenn (lanodan) Monnier <contact@hacktivis.me>2019-12-06 19:19:13 +0100
committerAndreas Sturmlechner <asturm@gentoo.org>2020-04-03 22:06:01 +0200
commit3782e90e1fb350d15cb0450d26dcdccfb9416b7d (patch)
treee7a0d6e8778c5b40eb1cef54ce9fb9e942a4e29d
parentkde-plasma/kwin: rename USE=gles2 to USE=gles2-only (diff)
downloadgentoo-3782e90e1fb350d15cb0450d26dcdccfb9416b7d.tar.gz
gentoo-3782e90e1fb350d15cb0450d26dcdccfb9416b7d.tar.bz2
gentoo-3782e90e1fb350d15cb0450d26dcdccfb9416b7d.zip
kde-plasma/kinfocenter: dev-qt/qtgui[-gles2 => -gles2-only]
Signed-off-by: Haelwenn (lanodan) Monnier <contact@hacktivis.me> Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
-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>