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 A9B451384B4 for ; Mon, 2 Nov 2015 22:47:38 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3F83F21C0A2; Mon, 2 Nov 2015 22:47:38 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id DED2521C0A2 for ; Mon, 2 Nov 2015 22:47:37 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id CE16334016B for ; Mon, 2 Nov 2015 22:47:36 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id AEC191ED6 for ; Mon, 2 Nov 2015 22:47:34 +0000 (UTC) From: "Mike Frysinger" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Frysinger" Message-ID: <1446504407.a4c7ee48dcd8a9ff764d9d419567611aaac0a94a.vapier@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: media-gfx/sane-backends/ X-VCS-Repository: repo/gentoo X-VCS-Files: media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild X-VCS-Directories: media-gfx/sane-backends/ X-VCS-Committer: vapier X-VCS-Committer-Name: Mike Frysinger X-VCS-Revision: a4c7ee48dcd8a9ff764d9d419567611aaac0a94a X-VCS-Branch: master Date: Mon, 2 Nov 2015 22:47:34 +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: b837553e-134b-473a-a0eb-ccc8b99bbe2d X-Archives-Hash: 8dd3751ded40a16cb29f955a8393e782 commit: a4c7ee48dcd8a9ff764d9d419567611aaac0a94a Author: Mike Frysinger gentoo org> AuthorDate: Mon Nov 2 22:18:48 2015 +0000 Commit: Mike Frysinger gentoo org> CommitDate: Mon Nov 2 22:46:47 2015 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4c7ee48 media-gfx/sane-backends: fix test failure w/html versions #560174 media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild b/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild index 190f4f7..d8cec10 100644 --- a/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild +++ b/media-gfx/sane-backends/sane-backends-1.0.25_pre20150628.ebuild @@ -199,7 +199,7 @@ src_prepare() { "${FILESDIR}"/${PN}-1.0.24-saned_pidfile_location.patch \ "${FILESDIR}"/${PN}-1.0.24-cross-compile.patch # Fix for "make check". - sed -i -e 's/sane-backends 1.0.24git/sane-backends 1.0.24/' testsuite/tools/data/html* + sed -i -e 's/sane-backends 1.0.24/sane-backends 1.0.25git/' testsuite/tools/data/html* mv configure.{in,ac} || die AT_NOELIBTOOLIZE=yes eautoreconf }