diff options
author | Philipp Ammann <philipp.ammann@posteo.de> | 2019-06-26 19:30:45 +0000 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2019-08-17 15:59:01 -0700 |
commit | 97c3d2d26f9cc06c46d0c479f67b446214177463 (patch) | |
tree | 0c8372ee8786e3b710cba84500675089743fbb0a /gnome-base | |
parent | x11-base/xorg-server: Depend on media-libs/mesa[X] (diff) | |
download | gentoo-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 'gnome-base')
-rw-r--r-- | gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild | 2 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild | 2 | ||||
-rw-r--r-- | gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild b/gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild index 5d6662abd90b..c621f020617f 100644 --- a/gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild +++ b/gnome-base/gnome-session/gnome-session-3.30.1-r1.ebuild @@ -23,7 +23,7 @@ COMMON_DEPEND=" x11-libs/libX11 >=gnome-base/gnome-desktop-3.18:3= >=dev-libs/json-glib-0.10 - media-libs/mesa[egl,gles2] + media-libs/mesa[egl,gles2,X(+)] media-libs/libepoxy x11-libs/libXcomposite diff --git a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild index 0d9a66872aa2..f91c4c2c4a3b 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.26.2-r4.ebuild @@ -60,7 +60,7 @@ COMMON_DEPEND=" ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] - media-libs/mesa + media-libs/mesa[X(+)] " # Runtime-only deps are probably incomplete and approximate. # Introspection deps generated using: diff --git a/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild b/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild index 4f7da3b101b9..703ffb03c579 100644 --- a/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild +++ b/gnome-base/gnome-shell/gnome-shell-3.30.2-r2.ebuild @@ -58,7 +58,7 @@ DEPEND=" ${PYTHON_DEPS} dev-python/pygobject:3[${PYTHON_USEDEP}] - media-libs/mesa + media-libs/mesa[X(+)] " # Runtime-only deps are probably incomplete and approximate. # Introspection deps generated using: |