diff options
author | Sam James <sam@gentoo.org> | 2023-02-01 07:18:53 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2023-02-01 07:18:53 +0000 |
commit | e1e87389aadfb41f330f6292c2f4f4aec4a85e3f (patch) | |
tree | a80f283dee55c3482c9400284b077aa730ac89ce /media-gfx/fbida | |
parent | dev-python/tox: Keyword 4.4.4 hppa, #888481 (diff) | |
download | gentoo-e1e87389aadfb41f330f6292c2f4f4aec4a85e3f.tar.gz gentoo-e1e87389aadfb41f330f6292c2f4f4aec4a85e3f.tar.bz2 gentoo-e1e87389aadfb41f330f6292c2f4f4aec4a85e3f.zip |
media-gfx/fbida: fix x11-libs/cairo dep
Nothing should've actually needed opengl on, so let's drop the dep,
as it's almost certainly bogus.
Closes: https://bugs.gentoo.org/892782
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'media-gfx/fbida')
-rw-r--r-- | media-gfx/fbida/fbida-2.14-r6.ebuild (renamed from media-gfx/fbida/fbida-2.14-r5.ebuild) | 4 | ||||
-rw-r--r-- | media-gfx/fbida/fbida-9999.ebuild | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/media-gfx/fbida/fbida-2.14-r5.ebuild b/media-gfx/fbida/fbida-2.14-r6.ebuild index f0c6af2eef7d..7f6bcc3ffd81 100644 --- a/media-gfx/fbida/fbida-2.14-r5.ebuild +++ b/media-gfx/fbida/fbida-2.14-r6.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -27,7 +27,7 @@ CDEPEND=" media-libs/libexif media-libs/libjpeg-turbo:= virtual/ttf-fonts - x11-libs/cairo[opengl] + x11-libs/cairo curl? ( net-misc/curl ) fbcon? ( app-text/poppler[cairo] diff --git a/media-gfx/fbida/fbida-9999.ebuild b/media-gfx/fbida/fbida-9999.ebuild index 27945e863d9a..bd5faf774dc9 100644 --- a/media-gfx/fbida/fbida-9999.ebuild +++ b/media-gfx/fbida/fbida-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -30,7 +30,7 @@ CDEPEND=" media-libs/tiff:= net-misc/curl virtual/ttf-fonts - x11-libs/cairo[opengl] + x11-libs/cairo x11-libs/libX11 x11-libs/libXpm x11-libs/libXt |