diff options
author | Alessandro Calorì <axelgenus@gmail.com> | 2016-02-24 15:55:37 +0100 |
---|---|---|
committer | Alessandro Calorì <axelgenus@gmail.com> | 2016-02-24 15:55:37 +0100 |
commit | 9a0c447fdcd8e3777d6a872a54d7d54d00653b72 (patch) | |
tree | 1239012da3913f6f487e8c6ce31e85b66ff8ab17 /net-libs/librsync | |
parent | net-proxy/squid: security bump to 3.5.15 - bug 575542 (diff) | |
download | gentoo-9a0c447fdcd8e3777d6a872a54d7d54d00653b72.tar.gz gentoo-9a0c447fdcd8e3777d6a872a54d7d54d00653b72.tar.bz2 gentoo-9a0c447fdcd8e3777d6a872a54d7d54d00653b72.zip |
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
Diffstat (limited to 'net-libs/librsync')
-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() { |