diff options
author | Matija Skala <mskala@gmx.com> | 2017-10-22 15:20:42 +0200 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2018-01-05 14:07:39 +0100 |
commit | 5b61151c2632b4ee01207b15c41d42151b1b73e4 (patch) | |
tree | 58c846d6aaa453f3a9bc3a9b56da44fbb60faf15 /media-libs | |
parent | dev-db/mongodb: drop obsolete 2.6 series (diff) | |
download | gentoo-5b61151c2632b4ee01207b15c41d42151b1b73e4.tar.gz gentoo-5b61151c2632b4ee01207b15c41d42151b1b73e4.tar.bz2 gentoo-5b61151c2632b4ee01207b15c41d42151b1b73e4.zip |
media-libs/opusfile: remove redundant backslash
Closes: https://github.com/gentoo/gentoo/pull/6010
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/opusfile/opusfile-0.9.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/media-libs/opusfile/opusfile-0.9.ebuild b/media-libs/opusfile/opusfile-0.9.ebuild index a71ac3c1742d..5e2642d370b0 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) |