From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 039EA1382C5 for ; Fri, 5 Jan 2018 13:07:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31A20E0D5B; Fri, 5 Jan 2018 13:07:45 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 1070AE0D5B for ; Fri, 5 Jan 2018 13:07:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 58FA8335C09 for ; Fri, 5 Jan 2018 13:07:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1EA21145 for ; Fri, 5 Jan 2018 13:07:43 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1515157659.5b61151c2632b4ee01207b15c41d42151b1b73e4.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-libs/opusfile/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-libs/opusfile/opusfile-0.9.ebuild X-VCS-Directories: media-libs/opusfile/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 5b61151c2632b4ee01207b15c41d42151b1b73e4 X-VCS-Branch: master Date: Fri, 5 Jan 2018 13:07:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 8324f63c-f31a-4b2b-aede-a6b907c67416 X-Archives-Hash: 3acc43a59c36eae8dc5dbb0666a308c1 commit: 5b61151c2632b4ee01207b15c41d42151b1b73e4 Author: Matija Skala gmx com> AuthorDate: Sun Oct 22 13:20:42 2017 +0000 Commit: Lars Wendler gentoo 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)