diff options
author | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 19:56:01 +0000 |
---|---|---|
committer | Aron Griffis <agriffis@gentoo.org> | 2005-07-06 19:56:01 +0000 |
commit | 5022ebfd16854e388d7bd5a01b70b638eabb8b92 (patch) | |
tree | 0ed4b9125a26a81b5e181d1fed812e2f8f70ea9c | |
parent | fix w/s and IUSE (diff) | |
download | historical-5022ebfd16854e388d7bd5a01b70b638eabb8b92.tar.gz historical-5022ebfd16854e388d7bd5a01b70b638eabb8b92.tar.bz2 historical-5022ebfd16854e388d7bd5a01b70b638eabb8b92.zip |
add odbc to IUSE
-rw-r--r-- | eclass/wxlib.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/wxlib.eclass b/eclass/wxlib.eclass index 2028c31aebca..8be351684557 100644 --- a/eclass/wxlib.eclass +++ b/eclass/wxlib.eclass @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.7 2005/05/14 15:36:45 pythonhead Exp $ +# $Header: /var/cvsroot/gentoo-x86/eclass/wxlib.eclass,v 1.8 2005/07/06 19:56:01 agriffis Exp $ # Author Diego Pettenò <flameeyes@gentoo.org> # Maintained by wxwidgets herd @@ -13,7 +13,7 @@ inherit flag-o-matic eutils multilib toolchain-funcs ECLASS="wxlib" INHERITED="${INHERITED} ${ECLASS}" -IUSE="doc debug unicode" +IUSE="debug doc odbc unicode" LICENSE="wxWinLL-3" |