summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Savchenko <bircoph@gentoo.org>2019-03-08 14:39:57 +0300
committerAndrew Savchenko <bircoph@gentoo.org>2019-03-08 14:46:18 +0300
commit9fff67833610ec044978b8c34e8a1f62d82a0afc (patch)
tree3820195f9e5cbdec2942f6f01e86b65bd0b15e98
parentx11-plugins/wmbiff: 0.4.33 bump (diff)
downloadgentoo-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>
-rw-r--r--x11-wm/e16/e16-1.0.19.ebuild2
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 )
"