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 9B81D1388C0 for ; Wed, 24 Feb 2016 21:14:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6D91121C012; Wed, 24 Feb 2016 21:14:21 +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 1014021C012 for ; Wed, 24 Feb 2016 21:14:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 09B3A340DE4 for ; Wed, 24 Feb 2016 21:14:20 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id F328E8DB for ; Wed, 24 Feb 2016 21:14:15 +0000 (UTC) From: "Patrice Clement" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Patrice Clement" Message-ID: <1456325737.9a0c447fdcd8e3777d6a872a54d7d54d00653b72.monsieurp@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: net-libs/librsync/files/, net-libs/librsync/ X-VCS-Repository: repo/gentoo X-VCS-Files: net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch net-libs/librsync/librsync-0.9.7-r3.ebuild X-VCS-Directories: net-libs/librsync/ net-libs/librsync/files/ X-VCS-Committer: monsieurp X-VCS-Committer-Name: Patrice Clement X-VCS-Revision: 9a0c447fdcd8e3777d6a872a54d7d54d00653b72 X-VCS-Branch: master Date: Wed, 24 Feb 2016 21:14:15 +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: ad1769f1-5f47-4f5a-8e27-2dae35ce2f6d X-Archives-Hash: 1d7de6a1d60f40bb66e378123a78d864 commit: 9a0c447fdcd8e3777d6a872a54d7d54d00653b72 Author: Alessandro Calorì gmail com> AuthorDate: Wed Feb 24 14:55:37 2016 +0000 Commit: Patrice Clement gentoo org> CommitDate: Wed Feb 24 14:55:37 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9a0c447f net-libs/librsync: fix typo and patch for v0.9.7 Fixed a typo in the ebuild and the testsuite patch for librsync 0.9.7. Gentoo-bug: #575556 Package-Manager: portage-2.2.26 net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch | 14 +++++++------- net-libs/librsync/librsync-0.9.7-r3.ebuild | 2 +- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch b/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch index df35f09..e87c3d8 100644 --- a/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch +++ b/net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch @@ -6,10 +6,10 @@ Last-Update: 2013-06-26 +++ b/testsuite/Makefile.am @@ -29,7 +29,7 @@ isprefix_driver_LDADD = ../isprefix.o # XXX: should link replaced functions # failed. Generally these tests should be ordered so that more basic - # tests are run first. - - -TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.sh - +TEST_LOG_COMPILER = $(SH) $(srcdir)/driver.sh - - TESTS = \ - signature.test mutate.test sources.test isprefix.test \ + # tests are run first. + +-TESTS_ENVIRONMENT = $(SH) $(srcdir)/driver.sh ++TEST_LOG_COMPILER = $(SH) $(srcdir)/driver.sh + + TESTS = \ + signature.test mutate.test sources.test isprefix.test \ diff --git a/net-libs/librsync/librsync-0.9.7-r3.ebuild b/net-libs/librsync/librsync-0.9.7-r3.ebuild index b365d55..2451aef 100644 --- a/net-libs/librsync/librsync-0.9.7-r3.ebuild +++ b/net-libs/librsync/librsync-0.9.7-r3.ebuild @@ -25,7 +25,7 @@ PATCHES=( "${FILESDIR}"/${P}-format-security.patch "${FILESDIR}"/${P}-getopt.patch "${FILESDIR}"/${P}-implicit-declaration.patch - "${FILESDIR}"/${P}-fix-testsuite.ebuild + "${FILESDIR}"/${P}-fix-testsuite.patch ) src_prepare() {