diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 14:39:57 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 14:46:18 +0300 |
commit | 9fff67833610ec044978b8c34e8a1f62d82a0afc (patch) | |
tree | 3820195f9e5cbdec2942f6f01e86b65bd0b15e98 /x11-wm | |
parent | x11-plugins/wmbiff: 0.4.33 bump (diff) | |
download | gentoo-9fff67833610ec044978b8c34e8a1f62d82a0afc.tar.gz gentoo-9fff67833610ec044978b8c34e8a1f62d82a0afc.tar.bz2 gentoo-9fff67833610ec044978b8c34e8a1f62d82a0afc.zip |
x11-wm/e16: fix typo in REQUIRED_USE
Closes: https://bugs.gentoo.org/679746
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph@gentoo.org>
Diffstat (limited to 'x11-wm')
-rw-r--r-- | x11-wm/e16/e16-1.0.19.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/x11-wm/e16/e16-1.0.19.ebuild b/x11-wm/e16/e16-1.0.19.ebuild index ac8f6a27721b..d4245ee6c5c8 100644 --- a/x11-wm/e16/e16-1.0.19.ebuild +++ b/x11-wm/e16/e16-1.0.19.ebuild @@ -57,7 +57,7 @@ DEPEND="${CDEPEND} " REQIRED_USE=" audiofile? ( sound ) - opengl? ( composite ) + opengl? ( xcomposite ) sndfile? ( sound ) sound? ^^ ( sndfile audiofile ) " |