summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPhilipp Ammann <philipp.ammann@posteo.de>2019-06-26 19:30:45 +0000
committerMatt Turner <mattst88@gentoo.org>2019-08-17 15:59:01 -0700
commit97c3d2d26f9cc06c46d0c479f67b446214177463 (patch)
tree0c8372ee8786e3b710cba84500675089743fbb0a /kde-plasma/kinfocenter
parentx11-base/xorg-server: Depend on media-libs/mesa[X] (diff)
downloadgentoo-97c3d2d26f9cc06c46d0c479f67b446214177463.tar.gz
gentoo-97c3d2d26f9cc06c46d0c479f67b446214177463.tar.bz2
gentoo-97c3d2d26f9cc06c46d0c479f67b446214177463.zip
*/*: Depend on media-libs/mesa[X(+)]
This changes any package that depends on media-libs/mesa (though not virtual/opengl) to depend on media-libs/mesa[X(+)] instead. Bug: https://bugs.gentoo.org/560096 Signed-off-by: Philipp Ammann <philipp.ammann@posteo.de> Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'kde-plasma/kinfocenter')
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.15.5.ebuild2
-rw-r--r--kde-plasma/kinfocenter/kinfocenter-5.16.4.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.15.5.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.15.5.ebuild
index 29d4e8ca12f7..62bb4f1e95de 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.15.5.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.15.5.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
ieee1394? ( sys-libs/libraw1394 )
opengl? (
$(add_qt_dep qtgui 'gles2=')
- media-libs/mesa[gles2?]
+ media-libs/mesa[gles2?,X(+)]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )
diff --git a/kde-plasma/kinfocenter/kinfocenter-5.16.4.ebuild b/kde-plasma/kinfocenter/kinfocenter-5.16.4.ebuild
index 1324db9623c5..7bfec63201e8 100644
--- a/kde-plasma/kinfocenter/kinfocenter-5.16.4.ebuild
+++ b/kde-plasma/kinfocenter/kinfocenter-5.16.4.ebuild
@@ -40,7 +40,7 @@ COMMON_DEPEND="
ieee1394? ( sys-libs/libraw1394 )
opengl? (
$(add_qt_dep qtgui 'gles2=')
- media-libs/mesa[gles2?]
+ media-libs/mesa[gles2?,X(+)]
!gles2? ( media-libs/glu )
)
pci? ( sys-apps/pciutils )