diff options
author | Mike Frysinger <vapier@gentoo.org> | 2009-11-05 23:03:41 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2009-11-05 23:03:41 +0000 |
commit | d073dc215fb8c3569da930c6effb1297c4e753be (patch) | |
tree | f34df172e5de4278bbef10ab6d2faa53c3a69dd8 /dev-util/mingw-runtime | |
parent | x11-drivers/xf86-input-wacom: add debug support, patch by Matthew Turnbull, s... (diff) | |
download | gentoo-2-d073dc215fb8c3569da930c6effb1297c4e753be.tar.gz gentoo-2-d073dc215fb8c3569da930c6effb1297c4e753be.tar.bz2 gentoo-2-d073dc215fb8c3569da930c6effb1297c4e753be.zip |
scrub useless DEPEND=""
Diffstat (limited to 'dev-util/mingw-runtime')
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.15.1.ebuild | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.15.1.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.15.1.ebuild index 713361a7a610..7d936de82c01 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.15.1.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.15.1.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/dev-util/mingw-runtime/mingw-runtime-3.15.1.ebuild,v 1.3 2009/10/12 17:38:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.15.1.ebuild,v 1.4 2009/11/05 23:03:41 vapier Exp $ # This version does not work as the configure script expects the installed # cross-compiler to be able to link binaries ... except we haven't provided @@ -29,8 +29,6 @@ KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="crosscompile_opts_headers-only" RESTRICT="strip" -DEPEND="" - S=${WORKDIR}/${MY_P} is_crosscompile() { |