commit:     1a1779b7710dd22de182b040241171b1b0b2908e
Author:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
AuthorDate: Fri Mar  8 20:09:19 2019 +0000
Commit:     Andrew Savchenko <bircoph <AT> gentoo <DOT> org>
CommitDate: Fri Mar  8 20:13:57 2019 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1a1779b7

x11-wm/e16: fix REQUIRED_USE block properly

Commit 9fff67833610ec044978b8c34e8a1f62d82a0afc had not fixed bug
679746 properly: REQUIRED_USE block was still malformed due to
typos, so bug 679800 emerged.

Bug: https://bugs.gentoo.org/679746
Closes: https://bugs.gentoo.org/679800
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Andrew Savchenko <bircoph <AT> gentoo.org>

 x11-wm/e16/e16-1.0.19.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/x11-wm/e16/e16-1.0.19.ebuild b/x11-wm/e16/e16-1.0.19.ebuild
index d4245ee6c5c..f76feca9f8b 100644
--- a/x11-wm/e16/e16-1.0.19.ebuild
+++ b/x11-wm/e16/e16-1.0.19.ebuild
@@ -55,11 +55,11 @@ RDEPEND="${CDEPEND}
 DEPEND="${CDEPEND}
        x11-base/xorg-proto
 "
-REQIRED_USE="
+REQUIRED_USE="
        audiofile? ( sound )
        opengl? ( xcomposite )
        sndfile? ( sound )
-       sound? ^^ ( sndfile audiofile )
+       sound? ( ^^ ( sndfile audiofile ) )
 "
 
 PATCHES=( "${FILESDIR}/${PN}-user-fonts.patch" )

Reply via email to