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 /x11-plugins/e16-epplets | |
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 'x11-plugins/e16-epplets')
-rw-r--r-- | x11-plugins/e16-epplets/e16-epplets-0.16.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild b/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild index 130edb033503..680729e55145 100644 --- a/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild +++ b/x11-plugins/e16-epplets/e16-epplets-0.16.ebuild @@ -18,7 +18,7 @@ BDEPEND=" CDEPEND=" cdaudio? ( media-libs/libcdaudio ) libgtop? ( gnome-base/libgtop ) - opengl? ( media-libs/glu media-libs/mesa ) + opengl? ( media-libs/glu media-libs/mesa[X(+)] ) >=media-libs/imlib2-1.2.0 x11-libs/libX11 x11-libs/libXext |