diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 02:50:50 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-13 02:50:50 +0000 |
commit | 8937c9bb63a179f323df27860f0d4c327a87daba (patch) | |
tree | 7397f55689f6f39b4ebf53207ebb1d972d2dc7ca /app-arch/tar | |
parent | Import FreeBSD fixes and redo uClibc fixes to be more generic #92370 by Diego... (diff) | |
download | gentoo-2-8937c9bb63a179f323df27860f0d4c327a87daba.tar.gz gentoo-2-8937c9bb63a179f323df27860f0d4c327a87daba.tar.bz2 gentoo-2-8937c9bb63a179f323df27860f0d4c327a87daba.zip |
make sure we tweak the tests to not regen with autotools #92409 by Sascha Silbe
(Portage version: 2.0.51.21-r1)
Diffstat (limited to 'app-arch/tar')
-rw-r--r-- | app-arch/tar/tar-1.15.1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/tar/tar-1.15.1.ebuild b/app-arch/tar/tar-1.15.1.ebuild index ae1160af6139..16c6196642c7 100644 --- a/app-arch/tar/tar-1.15.1.ebuild +++ b/app-arch/tar/tar-1.15.1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.15.1.ebuild,v 1.9 2005/04/27 03:35:29 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.15.1.ebuild,v 1.10 2005/05/13 02:50:50 vapier Exp $ inherit flag-o-matic eutils @@ -26,7 +26,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${PV}-flex-arg.patch epatch "${FILESDIR}"/${P}-gcc4-test.patch - epatch "${FILESDIR}"/${P}-dont-abort-long-names.patch + epatch "${FILESDIR}"/${P}-dont-abort-long-names.patch && touch tests/testsuite } src_compile() { |