diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:15:13 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-14 22:15:13 +0000 |
commit | 1f6321b3dd4761f5a52c09fa2b6e394e3329a76f (patch) | |
tree | f0b32c5a89dbc16c582fc1aa738db4e8049d8d98 /dev-libs | |
parent | sync IUSE (+apache2) (diff) | |
download | gentoo-2-1f6321b3dd4761f5a52c09fa2b6e394e3329a76f.tar.gz gentoo-2-1f6321b3dd4761f5a52c09fa2b6e394e3329a76f.tar.bz2 gentoo-2-1f6321b3dd4761f5a52c09fa2b6e394e3329a76f.zip |
sync IUSE (+gdb -debug_gdb)
(Portage version: 2.0.51.22-r1)
Diffstat (limited to 'dev-libs')
-rw-r--r-- | dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild b/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild index ccf83c033078..f3591da49e42 100644 --- a/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild +++ b/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild,v 1.1 2005/05/18 23:04:39 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/dev-libs/wx-xmingw/wx-xmingw-2.4.2.ebuild,v 1.2 2005/07/14 22:15:13 agriffis Exp $ DESCRIPTION="Win32 version of wxWidgets for xmingw cross-compiler" @@ -9,7 +9,7 @@ HOMEPAGE="http://www.wxwidgets.org/" LICENSE="wxWinLL-3" SLOT="0" KEYWORDS="~x86" -IUSE="debug debug_gdb shared threads monolithic mslu unicode opengl odbc" +IUSE="debug gdb monolithic mslu odbc opengl shared threads unicode" DEPEND=">=dev-util/xmingw-runtime-3.2 dev-util/xmingw-w32api dev-util/xmingw-gcc" |