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 /media-gfx/asymptote/asymptote-2.48-r1.ebuild | |
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 'media-gfx/asymptote/asymptote-2.48-r1.ebuild')
-rw-r--r-- | media-gfx/asymptote/asymptote-2.48-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-gfx/asymptote/asymptote-2.48-r1.ebuild b/media-gfx/asymptote/asymptote-2.48-r1.ebuild index 6a39f53426e1..24ae7be985c2 100644 --- a/media-gfx/asymptote/asymptote-2.48-r1.ebuild +++ b/media-gfx/asymptote/asymptote-2.48-r1.ebuild @@ -25,7 +25,7 @@ RDEPEND=" >=sys-libs/ncurses-5.4-r5:0= >=sys-libs/readline-4.3-r5:0= imagemagick? ( media-gfx/imagemagick[png] ) - opengl? ( media-libs/mesa media-libs/freeglut media-libs/glew:0 media-libs/glm ) + opengl? ( media-libs/mesa[X(+)] media-libs/freeglut media-libs/glew:0 media-libs/glm ) offscreen? ( media-libs/mesa[osmesa] ) svg? ( app-text/dvisvgm ) sigsegv? ( dev-libs/libsigsegv ) |