commit: 85c442167a9b5b8a2cd2802c509f78b40336209c Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Wed Feb 1 07:22:18 2023 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Wed Feb 1 07:22:38 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=85c44216
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 <AT> gentoo.org> sci-geosciences/grass/{grass-8.2.0-r3.ebuild => grass-8.2.0-r5.ebuild} | 2 +- sci-geosciences/grass/{grass-8.2.0-r4.ebuild => grass-8.2.0-r6.ebuild} | 2 +- 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 similarity index 99% rename from sci-geosciences/grass/grass-8.2.0-r3.ebuild rename to 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 similarity index 99% rename from sci-geosciences/grass/grass-8.2.0-r4.ebuild rename to 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
