diff options
author | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 23:09:19 +0300 |
---|---|---|
committer | Andrew Savchenko <bircoph@gentoo.org> | 2019-03-08 23:13:57 +0300 |
commit | 1a1779b7710dd22de182b040241171b1b0b2908e (patch) | |
tree | d0f461c415629e40d17e63cfef4073bf680a92dd /x11-wm/e16 | |
parent | dev-libs/libisoburn: Remove old libisoburn-1.4.8-r1. (diff) | |
download | gentoo-1a1779b7710dd22de182b040241171b1b0b2908e.tar.gz gentoo-1a1779b7710dd22de182b040241171b1b0b2908e.tar.bz2 gentoo-1a1779b7710dd22de182b040241171b1b0b2908e.zip |
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@gentoo.org>
Diffstat (limited to 'x11-wm/e16')
-rw-r--r-- | x11-wm/e16/e16-1.0.19.ebuild | 4 |
1 files 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" ) |