Gentoo Archives: gentoo-commits

From: Sam James <sam@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/fbida/
Date: Wed, 01 Feb 2023 07:23:23
Message-Id: 1675235933.e1e87389aadfb41f330f6292c2f4f4aec4a85e3f.sam@gentoo
1 commit: e1e87389aadfb41f330f6292c2f4f4aec4a85e3f
2 Author: Sam James <sam <AT> gentoo <DOT> org>
3 AuthorDate: Wed Feb 1 07:18:53 2023 +0000
4 Commit: Sam James <sam <AT> gentoo <DOT> org>
5 CommitDate: Wed Feb 1 07:18:53 2023 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e1e87389
7
8 media-gfx/fbida: fix x11-libs/cairo dep
9
10 Nothing should've actually needed opengl on, so let's drop the dep,
11 as it's almost certainly bogus.
12
13 Closes: https://bugs.gentoo.org/892782
14 Signed-off-by: Sam James <sam <AT> gentoo.org>
15
16 media-gfx/fbida/{fbida-2.14-r5.ebuild => fbida-2.14-r6.ebuild} | 4 ++--
17 media-gfx/fbida/fbida-9999.ebuild | 4 ++--
18 2 files changed, 4 insertions(+), 4 deletions(-)
19
20 diff --git a/media-gfx/fbida/fbida-2.14-r5.ebuild b/media-gfx/fbida/fbida-2.14-r6.ebuild
21 similarity index 97%
22 rename from media-gfx/fbida/fbida-2.14-r5.ebuild
23 rename to media-gfx/fbida/fbida-2.14-r6.ebuild
24 index f0c6af2eef7d..7f6bcc3ffd81 100644
25 --- a/media-gfx/fbida/fbida-2.14-r5.ebuild
26 +++ b/media-gfx/fbida/fbida-2.14-r6.ebuild
27 @@ -1,4 +1,4 @@
28 -# Copyright 1999-2022 Gentoo Authors
29 +# Copyright 1999-2023 Gentoo Authors
30 # Distributed under the terms of the GNU General Public License v2
31
32 EAPI=7
33 @@ -27,7 +27,7 @@ CDEPEND="
34 media-libs/libexif
35 media-libs/libjpeg-turbo:=
36 virtual/ttf-fonts
37 - x11-libs/cairo[opengl]
38 + x11-libs/cairo
39 curl? ( net-misc/curl )
40 fbcon? (
41 app-text/poppler[cairo]
42
43 diff --git a/media-gfx/fbida/fbida-9999.ebuild b/media-gfx/fbida/fbida-9999.ebuild
44 index 27945e863d9a..bd5faf774dc9 100644
45 --- a/media-gfx/fbida/fbida-9999.ebuild
46 +++ b/media-gfx/fbida/fbida-9999.ebuild
47 @@ -1,4 +1,4 @@
48 -# Copyright 1999-2022 Gentoo Authors
49 +# Copyright 1999-2023 Gentoo Authors
50 # Distributed under the terms of the GNU General Public License v2
51
52 EAPI=7
53 @@ -30,7 +30,7 @@ CDEPEND="
54 media-libs/tiff:=
55 net-misc/curl
56 virtual/ttf-fonts
57 - x11-libs/cairo[opengl]
58 + x11-libs/cairo
59 x11-libs/libX11
60 x11-libs/libXpm
61 x11-libs/libXt