From 1a1779b7710dd22de182b040241171b1b0b2908e Mon Sep 17 00:00:00 2001 From: Andrew Savchenko Date: Fri, 8 Mar 2019 23:09:19 +0300 Subject: 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 --- 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 d4245ee6c5c8..f76feca9f8b2 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" ) -- cgit v1.2.3-65-gdbad