Gentoo Archives: gentoo-commits

From: Lars Wendler <polynomial-c@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/
Date: Fri, 05 Jan 2018 13:07:46
Message-Id: 1515157659.5b61151c2632b4ee01207b15c41d42151b1b73e4.polynomial-c@gentoo
1 commit: 5b61151c2632b4ee01207b15c41d42151b1b73e4
2 Author: Matija Skala <mskala <AT> gmx <DOT> com>
3 AuthorDate: Sun Oct 22 13:20:42 2017 +0000
4 Commit: Lars Wendler <polynomial-c <AT> gentoo <DOT> org>
5 CommitDate: Fri Jan 5 13:07:39 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5b61151c
7
8 media-libs/opusfile: remove redundant backslash
9
10 Closes: https://github.com/gentoo/gentoo/pull/6010
11
12 media-libs/opusfile/opusfile-0.9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/media-libs/opusfile/opusfile-0.9.ebuild b/media-libs/opusfile/opusfile-0.9.ebuild
16 index a71ac3c1742..5e2642d370b 100644
17 --- a/media-libs/opusfile/opusfile-0.9.ebuild
18 +++ b/media-libs/opusfile/opusfile-0.9.ebuild
19 @@ -28,7 +28,7 @@ src_configure() {
20 local myeconfargs=(
21 --docdir=/usr/share/doc/${PF}
22 $(use_enable doc)
23 - $(use_enable fixed-point)\
24 + $(use_enable fixed-point)
25 $(use_enable float)
26 $(use_enable http)
27 $(use_enable static-libs static)