Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/efl/
Date: Fri, 25 Sep 2020 14:59:56
Message-Id: 1601045984.8411a5979911c0dda6027ad96e477ecf64a95664.juippis@gentoo
1 commit: 8411a5979911c0dda6027ad96e477ecf64a95664
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Sep 25 14:59:14 2020 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Sep 25 14:59:44 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8411a597
7
8 dev-libs/efl: at-most-one-of can be enabled between fbcon and tslib
9
10 - (but truthfully both are useless with modern kernels, drm and kms)
11
12 Closes: https://bugs.gentoo.org/744625
13 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
14
15 dev-libs/efl/efl-1.25.0-r1.ebuild | 1 +
16 1 file changed, 1 insertion(+)
17
18 diff --git a/dev-libs/efl/efl-1.25.0-r1.ebuild b/dev-libs/efl/efl-1.25.0-r1.ebuild
19 index 649d6469d9b..8faf81e6038 100644
20 --- a/dev-libs/efl/efl-1.25.0-r1.ebuild
21 +++ b/dev-libs/efl/efl-1.25.0-r1.ebuild
22 @@ -21,6 +21,7 @@ IUSE="+X avif bmp connman cpu_flags_arm_neon dds debug doc drm +eet efl-one elog
23 REQUIRED_USE="
24 ?? ( elogind systemd )
25 ?? ( gles2-only opengl )
26 + ?? ( fbcon tslib )
27 ^^ ( lua luajit )
28 ssl
29 drm? ( gles2-only )