diff options
author | 2009-11-05 23:03:51 +0000 | |
---|---|---|
committer | 2009-11-05 23:03:51 +0000 | |
commit | d21d6d5c79110e0f68d6716989c77a2914bd97ce (patch) | |
tree | f7e84f15206b87c47b97832748b886963c26bec3 /dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild | |
parent | scrub useless DEPEND="" (diff) | |
download | historical-d21d6d5c79110e0f68d6716989c77a2914bd97ce.tar.gz historical-d21d6d5c79110e0f68d6716989c77a2914bd97ce.tar.bz2 historical-d21d6d5c79110e0f68d6716989c77a2914bd97ce.zip |
mark amd64/x86 stable
Diffstat (limited to 'dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild')
-rw-r--r-- | dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild b/dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild index c76c9eb68ac4..ca6ba3664222 100644 --- a/dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild +++ b/dev-util/mingw-runtime/mingw-runtime-3.15.2.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.2.ebuild,v 1.2 2009/10/12 17:38:04 ssuominen Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/mingw-runtime/mingw-runtime-3.15.2.ebuild,v 1.3 2009/11/05 23:03:51 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 @@ -25,12 +25,10 @@ SRC_URI="mirror://sourceforge/mingw/${MY_P}-src.tar.gz" LICENSE="BSD" SLOT="0" -KEYWORDS="~amd64 ~ppc ~sparc ~x86" +KEYWORDS="amd64 ~ppc ~sparc x86" IUSE="crosscompile_opts_headers-only" RESTRICT="strip" -DEPEND="" - S=${WORKDIR}/${MY_P} is_crosscompile() { |