commit:     5b61151c2632b4ee01207b15c41d42151b1b73e4
Author:     Matija Skala <mskala <AT> gmx <DOT> com>
AuthorDate: Sun Oct 22 13:20:42 2017 +0000
Commit:     Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
CommitDate: Fri Jan  5 13:07:39 2018 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b61151c

media-libs/opusfile: remove redundant backslash

Closes: https://github.com/gentoo/gentoo/pull/6010

 media-libs/opusfile/opusfile-0.9.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/media-libs/opusfile/opusfile-0.9.ebuild 
b/media-libs/opusfile/opusfile-0.9.ebuild
index a71ac3c1742..5e2642d370b 100644
--- a/media-libs/opusfile/opusfile-0.9.ebuild
+++ b/media-libs/opusfile/opusfile-0.9.ebuild
@@ -28,7 +28,7 @@ src_configure() {
        local myeconfargs=(
                --docdir=/usr/share/doc/${PF}
                $(use_enable doc)
-               $(use_enable fixed-point)\
+               $(use_enable fixed-point)
                $(use_enable float)
                $(use_enable http)
                $(use_enable static-libs static)

Reply via email to