Gentoo Archives: gentoo-commits

From: Andrew Savchenko <bircoph@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/e16/
Date: Sun, 11 Oct 2020 08:47:39
Message-Id: 1602405761.00c36a787a81a728a3ee0cdce0b680f1c1fcde80.bircoph@gentoo
1 commit: 00c36a787a81a728a3ee0cdce0b680f1c1fcde80
2 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
3 AuthorDate: Sun Oct 11 08:42:41 2020 +0000
4 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
5 CommitDate: Sun Oct 11 08:42:41 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c36a78
7
8 x11-wm/e16: pango code needs xft
9
10 Closes: https://bugs.gentoo.org/708630
11 Package-Manager: Portage-3.0.8, Repoman-3.0.1
12 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>
13
14 x11-wm/e16/e16-1.0.21.ebuild | 3 ++-
15 1 file changed, 2 insertions(+), 1 deletion(-)
16
17 diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild
18 index 5d940a12f3f..735f01c76d2 100644
19 --- a/x11-wm/e16/e16-1.0.21.ebuild
20 +++ b/x11-wm/e16/e16-1.0.21.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2019 Gentoo Authors
23 +# Copyright 1999-2020 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -17,6 +17,7 @@ libhack modules nls opengl +pango sndfile sound +themes xcomposite
28 REQUIRED_USE="
29 audiofile? ( sound )
30 opengl? ( xcomposite )
31 + pango? ( xft )
32 sndfile? ( sound )
33 sound? ( ^^ ( sndfile audiofile ) )
34 "