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 | d377d7290ad214718a1382b8c96f2979c416cd34 (patch) | |
tree | f5a567c794ee6088f7a6893beea47dc4e17ef8ec /sys-apps | |
parent | LOOSEN UP AND LETS GET READY TO GROOVE (diff) | |
download | historical-d377d7290ad214718a1382b8c96f2979c416cd34.tar.gz historical-d377d7290ad214718a1382b8c96f2979c416cd34.tar.bz2 historical-d377d7290ad214718a1382b8c96f2979c416cd34.zip |
get rid of duped cross compile patch
Diffstat (limited to 'sys-apps')
-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 |