commit:     9a0c447fdcd8e3777d6a872a54d7d54d00653b72
Author:     Alessandro Calorì <axelgenus <AT> gmail <DOT> com>
AuthorDate: Wed Feb 24 14:55:37 2016 +0000
Commit:     Patrice Clement <monsieurp <AT> gentoo <DOT> 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() {

Reply via email to