media-libs/opusfile: remove redundant backslash
authorMatija Skala <mskala@gmx.com>
Sun, 22 Oct 2017 13:20:42 +0000 (15:20 +0200)
committerLars Wendler <polynomial-c@gentoo.org>
Fri, 5 Jan 2018 13:07:39 +0000 (14:07 +0100)
Closes: https://github.com/gentoo/gentoo/pull/6010

media-libs/opusfile/opusfile-0.9.ebuild

index a71ac3c1742dc056afa10f6c1dbe8e35cc4c9dc3..5e2642d370b0e136852050125f2680de9267667b 100644 (file)
@@ -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)