From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id 632981381F3 for ; Sun, 18 Nov 2012 18:51:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 21F5F21C0F4; Sun, 18 Nov 2012 18:50:42 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 6BF3B21C0F4 for ; Sun, 18 Nov 2012 18:50:41 +0000 (UTC) Received: from hornbill.gentoo.org (hornbill.gentoo.org [94.100.119.163]) (using TLSv1 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 77F1933D8E9 for ; Sun, 18 Nov 2012 18:50:40 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id D5DBEE5449 for ; Sun, 18 Nov 2012 18:50:38 +0000 (UTC) From: "Gilles Dartiguelongue" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Gilles Dartiguelongue" Message-ID: <1353264630.724a95c2ffde50160a93cee142530d5f6a57aba2.eva@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: eclass/ X-VCS-Repository: proj/gnome X-VCS-Files: eclass/gst-plugins10.eclass X-VCS-Directories: eclass/ X-VCS-Committer: eva X-VCS-Committer-Name: Gilles Dartiguelongue X-VCS-Revision: 724a95c2ffde50160a93cee142530d5f6a57aba2 X-VCS-Branch: master Date: Sun, 18 Nov 2012 18:50:38 +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: 9c96aee4-c7b5-41d4-9a64-a78fbbed126f X-Archives-Hash: 161c64ec1080c110275904aa931e641c commit: 724a95c2ffde50160a93cee142530d5f6a57aba2 Author: Gilles Dartiguelongue gentoo org> AuthorDate: Sun Nov 18 18:50:30 2012 +0000 Commit: Gilles Dartiguelongue gentoo org> CommitDate: Sun Nov 18 18:50:30 2012 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=724a95c2 eclass/gst-plugins10.eclass: fix indentation issue --- eclass/gst-plugins10.eclass | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/eclass/gst-plugins10.eclass b/eclass/gst-plugins10.eclass index e7986e3..8849ae3 100644 --- a/eclass/gst-plugins10.eclass +++ b/eclass/gst-plugins10.eclass @@ -226,7 +226,7 @@ gst-plugins10_src_configure() { if grep -q "ORC_CHECK" configure.* ; then if [[ ${GST_ORC} = "yes" ]]; then gst_conf="${gst_conf} $(use_enable orc)" - else + else gst_conf="${gst_conf} --disable-orc" fi else