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 32FC1138247 for ; Thu, 5 Dec 2013 10:38:18 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12D5BE093A; Thu, 5 Dec 2013 10:38:15 +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 95838E093A for ; Thu, 5 Dec 2013 10:38:14 +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 3CBE233F47C for ; Thu, 5 Dec 2013 10:38:13 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by hornbill.gentoo.org (Postfix) with ESMTP id DE799D0746 for ; Thu, 5 Dec 2013 10:38:11 +0000 (UTC) From: "Priit Laes" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Priit Laes" Message-ID: <1386240056.6b2f902f7ae40a4f662979853f69c41e680afe03.plaes@gentoo> Subject: [gentoo-commits] proj/gnome:master commit in: dev-libs/totem-pl-parser/ X-VCS-Repository: proj/gnome X-VCS-Files: dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild X-VCS-Directories: dev-libs/totem-pl-parser/ X-VCS-Committer: plaes X-VCS-Committer-Name: Priit Laes X-VCS-Revision: 6b2f902f7ae40a4f662979853f69c41e680afe03 X-VCS-Branch: master Date: Thu, 5 Dec 2013 10:38:11 +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: 8f180ef6-f74e-4ec0-bb59-e3aaa16884e4 X-Archives-Hash: d55bab5bb85d5899f664b596bf651018 commit: 6b2f902f7ae40a4f662979853f69c41e680afe03 Author: Priit Laes plaes org> AuthorDate: Thu Dec 5 10:40:56 2013 +0000 Commit: Priit Laes plaes org> CommitDate: Thu Dec 5 10:40:56 2013 +0000 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=6b2f902f dev-libs/totem-pl-parser: Fix sed command --- dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild | 2 +- dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild index d45bd04..eb8af3b 100644 --- a/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild +++ b/dev-libs/totem-pl-parser/totem-pl-parser-3.10.0.ebuild @@ -43,7 +43,7 @@ src_prepare() { # 3rd test fails on upgrade, not once installed sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \ -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/parser/parsability.*\)/*\1/:'\ + -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1/:'\ -i plparse/tests/parser.c || die "sed failed" gnome2_src_prepare diff --git a/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild b/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild index 1bb6138..fe84a67 100644 --- a/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild +++ b/dev-libs/totem-pl-parser/totem-pl-parser-9999.ebuild @@ -56,7 +56,7 @@ src_prepare() { # 3rd test fails on upgrade, not once installed sed -e 's:\(g_test_add_func.*/parser/resolution.*\):/*\1*/:' \ -e 's:\(g_test_add_func.*/parser/parsing/itms_link.*\):/*\1*/:' \ - -e 's:\(g_test_add_func.*/parser/parsability.*\)/*\1/:'\ + -e 's:\(g_test_add_func.*/parser/parsability.*\):/*\1/:'\ -i plparse/tests/parser.c || die "sed failed" gnome2_src_prepare