diff options
author | Sam James <sam@gentoo.org> | 2023-02-01 07:22:18 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-01 07:22:38 +0000 |
commit | 85c442167a9b5b8a2cd2802c509f78b40336209c (patch) | |
tree | 305faee24457abbf5cd06895a5c9a4d9d91958b7 /sci-geosciences/grass | |
parent | sci-electronics/magic: fix x11-libs/cairo dep (diff) | |
download | gentoo-85c442167a9b5b8a2cd2802c509f78b40336209c.tar.gz gentoo-85c442167a9b5b8a2cd2802c509f78b40336209c.tar.bz2 gentoo-85c442167a9b5b8a2cd2802c509f78b40336209c.zip |
sci-geosciences/grass: fix x11-libs/cairo dep
Nothing should've actually needed opengl on, so let's drop the dep,
as it's almost certainly bogus.
Bug: https://bugs.gentoo.org/892782
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'sci-geosciences/grass')
-rw-r--r-- | sci-geosciences/grass/grass-8.2.0-r5.ebuild (renamed from sci-geosciences/grass/grass-8.2.0-r3.ebuild) | 2 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-8.2.0-r6.ebuild (renamed from sci-geosciences/grass/grass-8.2.0-r4.ebuild) | 2 | ||||
-rw-r--r-- | sci-geosciences/grass/grass-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/sci-geosciences/grass/grass-8.2.0-r3.ebuild b/sci-geosciences/grass/grass-8.2.0-r5.ebuild index 314798b0e0ca..67c415a6fb83 100644 --- a/sci-geosciences/grass/grass-8.2.0-r3.ebuild +++ b/sci-geosciences/grass/grass-8.2.0-r5.ebuild @@ -72,7 +72,7 @@ RDEPEND=" truetype? ( media-libs/freetype:2 ) X? ( dev-python/wxpython:4.0 - x11-libs/cairo[X,opengl?] + x11-libs/cairo[X] x11-libs/libICE x11-libs/libSM x11-libs/libX11 diff --git a/sci-geosciences/grass/grass-8.2.0-r4.ebuild b/sci-geosciences/grass/grass-8.2.0-r6.ebuild index c3cb5275fec2..2439b5ce2439 100644 --- a/sci-geosciences/grass/grass-8.2.0-r4.ebuild +++ b/sci-geosciences/grass/grass-8.2.0-r6.ebuild @@ -74,7 +74,7 @@ RDEPEND=" truetype? ( media-libs/freetype:2 ) X? ( dev-python/wxpython:4.0 - x11-libs/cairo[X,opengl?] + x11-libs/cairo[X] x11-libs/libICE x11-libs/libSM x11-libs/libX11 diff --git a/sci-geosciences/grass/grass-9999.ebuild b/sci-geosciences/grass/grass-9999.ebuild index 85b945b7a22b..ed97dc748c64 100644 --- a/sci-geosciences/grass/grass-9999.ebuild +++ b/sci-geosciences/grass/grass-9999.ebuild @@ -74,7 +74,7 @@ RDEPEND=" truetype? ( media-libs/freetype:2 ) X? ( dev-python/wxpython:4.0 - x11-libs/cairo[X,opengl?] + x11-libs/cairo[X] x11-libs/libICE x11-libs/libSM x11-libs/libX11 |