diff options
author | Mike Frysinger <vapier@gentoo.org> | 2008-07-02 21:49:29 +0000 |
---|---|---|
committer | Mike Frysinger <vapier@gentoo.org> | 2008-07-02 21:49:29 +0000 |
commit | eb86fc7a272337ff239027176f6b470d1af24d5e (patch) | |
tree | 33f8af0a3ec11bb536c69c9007ae06442105f152 /dev-util/w32api | |
parent | old (diff) | |
download | historical-eb86fc7a272337ff239027176f6b470d1af24d5e.tar.gz historical-eb86fc7a272337ff239027176f6b470d1af24d5e.tar.bz2 historical-eb86fc7a272337ff239027176f6b470d1af24d5e.zip |
Workaround portage IUSE deficiencies by adding the expanded crosscompile_opts.
Package-Manager: portage-2.2_rc1/cvs/Linux 2.6.25 x86_64
Diffstat (limited to 'dev-util/w32api')
-rw-r--r-- | dev-util/w32api/ChangeLog | 6 | ||||
-rw-r--r-- | dev-util/w32api/w32api-3.11.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/dev-util/w32api/ChangeLog b/dev-util/w32api/ChangeLog index 2f0342adb01d..a9abfabdf52c 100644 --- a/dev-util/w32api/ChangeLog +++ b/dev-util/w32api/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for dev-util/w32api # Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v 1.7 2008/01/20 03:46:25 vapier Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-util/w32api/ChangeLog,v 1.8 2008/07/02 21:47:04 vapier Exp $ + + 02 Jul 2008; Mike Frysinger <vapier@gentoo.org> w32api-3.11.ebuild: + Workaround portage IUSE deficiencies by adding the expanded + crosscompile_opts. *w32api-3.11 (20 Jan 2008) 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="" |