commit: 00c36a787a81a728a3ee0cdce0b680f1c1fcde80 Author: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> AuthorDate: Sun Oct 11 08:42:41 2020 +0000 Commit: Andrew Savchenko <bircoph <AT> gentoo <DOT> org> CommitDate: Sun Oct 11 08:42:41 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=00c36a78
x11-wm/e16: pango code needs xft Closes: https://bugs.gentoo.org/708630 Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org> x11-wm/e16/e16-1.0.21.ebuild | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/x11-wm/e16/e16-1.0.21.ebuild b/x11-wm/e16/e16-1.0.21.ebuild index 5d940a12f3f..735f01c76d2 100644 --- a/x11-wm/e16/e16-1.0.21.ebuild +++ b/x11-wm/e16/e16-1.0.21.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -17,6 +17,7 @@ libhack modules nls opengl +pango sndfile sound +themes xcomposite REQUIRED_USE=" audiofile? ( sound ) opengl? ( xcomposite ) + pango? ( xft ) sndfile? ( sound ) sound? ( ^^ ( sndfile audiofile ) ) "
