diff options
author | Sven Wegener <swegener@gentoo.org> | 2006-10-14 18:50:48 +0000 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2006-10-14 18:50:48 +0000 |
commit | 0a92abd42f435c22498d211df2882a33e1392b0e (patch) | |
tree | 0466924e2668599c6f0da2fb62e2f6e113aafc2f /app-arch | |
parent | remove old libchipcard ebuilds (diff) | |
download | gentoo-2-0a92abd42f435c22498d211df2882a33e1392b0e.tar.gz gentoo-2-0a92abd42f435c22498d211df2882a33e1392b0e.tar.bz2 gentoo-2-0a92abd42f435c22498d211df2882a33e1392b0e.zip |
update ebuild to follow patch renaming
(Portage version: 2.1.2_pre3-r1)
Diffstat (limited to 'app-arch')
-rw-r--r-- | app-arch/tar/tar-1.15.92-r1.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-arch/tar/tar-1.15.92-r1.ebuild b/app-arch/tar/tar-1.15.92-r1.ebuild index 1c3b0f9a6bf2..f8143a89b8c3 100644 --- a/app-arch/tar/tar-1.15.92-r1.ebuild +++ b/app-arch/tar/tar-1.15.92-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.15.92-r1.ebuild,v 1.1 2006/10/14 18:12:39 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/app-arch/tar/tar-1.15.92-r1.ebuild,v 1.2 2006/10/14 18:50:48 swegener Exp $ inherit flag-o-matic eutils @@ -24,7 +24,7 @@ src_unpack() { unpack ${A} cd "${S}" - epatch "${FILESDIR}"/1.15.92-stderr.patch + epatch "${FILESDIR}"/tar-1.15.92-stderr.patch if ! use userland_GNU ; then sed -i \ |