app-arch/tar: Fix test 92

Closes: https://bugs.gentoo.org/641508
Package-Manager: Portage-2.3.19, Repoman-2.3.6
This commit is contained in:
Thomas Deutschmann
2017-12-18 19:33:16 +01:00
parent 301eae90e0
commit 2e5075768d
2 changed files with 15 additions and 0 deletions

View File

@@ -0,0 +1,13 @@
http://lists.gnu.org/archive/html/bug-tar/2017-12/msg00027.html
--- a/tests/difflink.at
+++ b/tests/difflink.at
@@ -21,7 +21,7 @@ mkdir a
genfile -f a/x
ln -s x a/y
ln a/y a/z
-tar cf a.tar a
+tar cf a.tar a/x a/y a/z
rm a/z
ln -s x a/z
tar df a.tar

View File

@@ -21,6 +21,8 @@ DEPEND="${RDEPEND}
nls? ( >=sys-devel/gettext-0.10.35 )
xattr? ( elibc_glibc? ( sys-apps/attr ) )"
PATCHES=( "${FILESDIR}"/${P}-fix-test-92.patch )
src_prepare() {
default