diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-02-14 02:46:57 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-02-14 02:46:57 +0000 |
commit | b8d3a34fa1674d5c1b9ea3443063967c000f68fe (patch) | |
tree | 0a5b07df4904302fc7e6ce141aa354517512a33d /sys-apps | |
parent | Add fix from upstream for unicode issue #258452 by MarisN. Move data files t... (diff) | |
download | gentoo-2-b8d3a34fa1674d5c1b9ea3443063967c000f68fe.tar.gz gentoo-2-b8d3a34fa1674d5c1b9ea3443063967c000f68fe.tar.bz2 gentoo-2-b8d3a34fa1674d5c1b9ea3443063967c000f68fe.zip |
drop pointless DEPEND= line
(Portage version: 2.2_rc23/cvs/Linux x86_64)
Diffstat (limited to 'sys-apps')
-rw-r--r-- | sys-apps/file/file-5.00-r1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/sys-apps/file/file-5.00-r1.ebuild b/sys-apps/file/file-5.00-r1.ebuild index 7879ba4fd54f..a67cc2d7b6f9 100644 --- a/sys-apps/file/file-5.00-r1.ebuild +++ b/sys-apps/file/file-5.00-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.00-r1.ebuild,v 1.1 2009/02/14 02:43:28 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/sys-apps/file/file-5.00-r1.ebuild,v 1.2 2009/02/14 02:46:57 vapier Exp $ inherit eutils distutils libtool flag-o-matic @@ -14,8 +14,6 @@ SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~sparc-fbsd ~x86 ~x86-fbsd" IUSE="python" -DEPEND="" - src_unpack() { unpack ${P}.tar.gz cd "${S}" |