diff options
Diffstat (limited to 'dev-util/w32api/w32api-3.11.ebuild')
-rw-r--r-- | dev-util/w32api/w32api-3.11.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-util/w32api/w32api-3.11.ebuild b/dev-util/w32api/w32api-3.11.ebuild index 0e7da9d8bd87..b285b6905856 100644 --- a/dev-util/w32api/w32api-3.11.ebuild +++ b/dev-util/w32api/w32api-3.11.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2008 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.11.ebuild,v 1.1 2008/01/20 03:46:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/w32api-3.11.ebuild,v 1.2 2008/07/02 21:47:04 vapier Exp $ export CBUILD=${CBUILD:-${CHOST}} export CTARGET=${CTARGET:-${CHOST}} @@ -19,7 +19,7 @@ SRC_URI="mirror://sourceforge/mingw/${P}-src.tar.gz" LICENSE="BSD" SLOT="0" KEYWORDS="~amd64 ~ppc ~sparc ~x86" -IUSE="" +IUSE="crosscompile_opts_headers-only" RESTRICT="strip" DEPEND="" |