summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThomas Deutschmann <whissi@gentoo.org>2017-12-18 19:33:16 +0100
committerThomas Deutschmann <whissi@gentoo.org>2017-12-18 19:33:53 +0100
commit2e5075768d9c5abc55782ffb650e5df117f518f6 (patch)
tree2a150ad39dfa7daf87494a3ae8da9efce8d75707 /app-arch/tar
parentnet-wireless/gnuradio: qt4 is no longer a sane default (diff)
downloadgentoo-2e5075768d9c5abc55782ffb650e5df117f518f6.tar.gz
gentoo-2e5075768d9c5abc55782ffb650e5df117f518f6.tar.bz2
gentoo-2e5075768d9c5abc55782ffb650e5df117f518f6.zip
app-arch/tar: Fix test 92
Closes: https://bugs.gentoo.org/641508 Package-Manager: Portage-2.3.19, Repoman-2.3.6
Diffstat (limited to 'app-arch/tar')
-rw-r--r--app-arch/tar/files/tar-1.30-fix-test-92.patch13
-rw-r--r--app-arch/tar/tar-1.30.ebuild2
2 files changed, 15 insertions, 0 deletions
diff --git a/app-arch/tar/files/tar-1.30-fix-test-92.patch b/app-arch/tar/files/tar-1.30-fix-test-92.patch
new file mode 100644
index 000000000000..d5a63e4ab355
--- /dev/null
+++ b/app-arch/tar/files/tar-1.30-fix-test-92.patch
@@ -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
diff --git a/app-arch/tar/tar-1.30.ebuild b/app-arch/tar/tar-1.30.ebuild
index 7a541404f34b..a06f678cc894 100644
--- a/app-arch/tar/tar-1.30.ebuild
+++ b/app-arch/tar/tar-1.30.ebuild
@@ -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