diff options
author | Mike Frysinger <vapier@gentoo.org> | 2005-05-21 05:47:46 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2005-05-21 05:47:46 +0000 |
commit | cc3f2191fd7aa7411e208b5a189341bbb31a50c1 (patch) | |
tree | 344c71c9347a7c3e2899dd80ee51be35ebda9c74 /sys-apps/file | |
parent | LOOSEN UP AND LETS GET READY TO GROOVE (diff) | |
download | gentoo-2-cc3f2191fd7aa7411e208b5a189341bbb31a50c1.tar.gz gentoo-2-cc3f2191fd7aa7411e208b5a189341bbb31a50c1.tar.bz2 gentoo-2-cc3f2191fd7aa7411e208b5a189341bbb31a50c1.zip |
get rid of duped cross compile patch
Diffstat (limited to 'sys-apps/file')
-rw-r--r-- | sys-apps/file/file-4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sys-apps/file/file-4.12.ebuild b/sys-apps/file/file-4.12.ebuild index c96a72964715..a06b5cb03b78 100644 --- a/sys-apps/file/file-4.12.ebuild +++ b/sys-apps/file/file-4.12.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/sys-apps/file/file-4.12.ebuild,v 1.14 2005/04/24 17:46:45 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-4.12.ebuild,v 1.15 2005/05/21 05:47:46 vapier Exp $ inherit flag-o-matic gnuconfig eutils distutils libtool toolchain-funcs @@ -29,7 +29,7 @@ src_unpack() { # The build process tries to run the compiled file ... not a good # thing if file was cross compiled ;) - tc-is-cross-compiler && epatch ${FILESDIR}/${P}-cross-compile.patch + tc-is-cross-compiler && epatch ${FILESDIR}/${PN}-4.13-cross-compile.patch # misc updates cat "${FILESDIR}"/*.magic >> magic/magic.mime |