summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2011-09-17 03:06:52 +0000
committerMike Frysinger <vapier@gentoo.org>2011-09-17 03:06:52 +0000
commit2811a7b455b1fc3d2b9d9038e195b7a65768a14b (patch)
tree94dbee80bd72a086b65dcf34c1ecdebb5e1b60c6 /sys-apps/file/file-5.09.ebuild
parentCleanup the build a bit to reflect the changes in the buildsystem. (diff)
downloadgentoo-2-2811a7b455b1fc3d2b9d9038e195b7a65768a14b.tar.gz
gentoo-2-2811a7b455b1fc3d2b9d9038e195b7a65768a14b.tar.bz2
gentoo-2-2811a7b455b1fc3d2b9d9038e195b7a65768a14b.zip
Upstream rebuilt tarball with the arraycount fix.
(Portage version: 2.2.0_alpha58/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps/file/file-5.09.ebuild')
-rw-r--r--sys-apps/file/file-5.09.ebuild4
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/file/file-5.09.ebuild b/sys-apps/file/file-5.09.ebuild
index 5e02b78940ae..e9ce43f9e9d7 100644
--- a/sys-apps/file/file-5.09.ebuild
+++ b/sys-apps/file/file-5.09.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2011 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.1 2011/09/16 20:52:51 vapier Exp $
+# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.09.ebuild,v 1.2 2011/09/17 03:06:52 vapier Exp $
EAPI="2"
PYTHON_DEPEND="python? *"
@@ -27,8 +27,6 @@ PYTHON_MODNAME="magic.py"
src_prepare() {
elibtoolize
- epatch "${FILESDIR}"/${P}-cdf-arraycount.patch
-
# dont let python README kill main README #60043
mv python/README{,.python}
}