Skip to content

Commit

Permalink
app-arch/tar: Fix test 92
Browse files Browse the repository at this point in the history
Closes: https://bugs.gentoo.org/641508
Package-Manager: Portage-2.3.19, Repoman-2.3.6
  • Loading branch information
Whissi committed Dec 18, 2017
1 parent 301eae9 commit 2e50757
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 0 deletions.
13 changes: 13 additions & 0 deletions app-arch/tar/files/tar-1.30-fix-test-92.patch
Original file line number Diff line number Diff line change
@@ -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
2 changes: 2 additions & 0 deletions app-arch/tar/tar-1.30.ebuild
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 2e50757

Please sign in to comment.