diff options
author | Ryan Hill <rhill@gentoo.org> | 2009-02-02 19:00:01 +0000 |
---|---|---|
committer | Ryan Hill <rhill@gentoo.org> | 2009-02-02 19:00:01 +0000 |
commit | 87f30140f6cf5d02775601c4b1648c6a3f598cc4 (patch) | |
tree | e2f86dc6e4b1831dd6148eded994c739d11887fb /app-arch/tar/tar-1.21-r1.ebuild | |
parent | Oops (diff) | |
download | historical-87f30140f6cf5d02775601c4b1648c6a3f598cc4.tar.gz historical-87f30140f6cf5d02775601c4b1648c6a3f598cc4.tar.bz2 historical-87f30140f6cf5d02775601c4b1648c6a3f598cc4.zip |
Add patch from upstream to fix testsuite failures. (bug #253122)
Package-Manager: portage-2.2_rc23/cvs/Linux x86_64
Diffstat (limited to 'app-arch/tar/tar-1.21-r1.ebuild')
-rw-r--r-- | app-arch/tar/tar-1.21-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/app-arch/tar/tar-1.21-r1.ebuild b/app-arch/tar/tar-1.21-r1.ebuild index 2732d023a371..471f5fb647f0 100644 --- a/app-arch/tar/tar-1.21-r1.ebuild +++ b/app-arch/tar/tar-1.21-r1.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild,v 1.1 2008/12/29 10:03:44 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.21-r1.ebuild,v 1.2 2009/02/02 19:00:01 dirtyepic Exp $ inherit flag-o-matic eutils @@ -24,6 +24,7 @@ src_unpack() { cd "${S}" epatch "${FILESDIR}"/${P}-revert-pipe.patch #252680 + epatch "${FILESDIR}"/${P}-testsuite.patch #253122 if ! use userland_GNU ; then sed -i \ |