diff options
author | Patrice Clement <monsieurp@gentoo.org> | 2016-02-24 20:59:04 +0000 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-02-24 21:00:43 +0000 |
commit | 40650b02b3564c6a56c5fdd381b20479c5999879 (patch) | |
tree | d084f7ee44b4ccad3c366012e211a00d57b8ab01 /net-libs | |
parent | Merge github#914: net-p2p/syncthing: Add ~arm keyword. (diff) | |
parent | net-libs/librsync: fix typo and patch for v0.9.7 (diff) | |
download | gentoo-40650b02b3564c6a56c5fdd381b20479c5999879.tar.gz gentoo-40650b02b3564c6a56c5fdd381b20479c5999879.tar.bz2 gentoo-40650b02b3564c6a56c5fdd381b20479c5999879.zip |
Merge github#918: net-libs/librsync: fix typo and patch for v0.9.7
Fix a minor typo in path of patch.
Pull-Request: https://github.com/gentoo/gentoo/pull/918
Gentoo-Bug: https://bugs.gentoo.org/575556
Reporter: Alessandro Calorì <axelgenus@gmail.com>
Acked-By: Patrice Clement <monsieurp@gentoo.org>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'net-libs')
-rw-r--r-- | net-libs/librsync/files/librsync-0.9.7-fix-testsuite.patch | 14 | ||||
-rw-r--r-- | 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 df35f0973ecc..e87c3d8f67b5 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 b365d5525304..2451aefca0c6 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() { |