--- /usr/portage/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild 2009-11-05 07:39:20.000000000 -0500 +++ /usr/portage/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0-r1.ebuild 2009-11-05 16:03:02.125807949 -0500 @@ -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/x11-drivers/xf86-input-wacom/xf86-input-wacom-0.10.0.ebuild,v 1.2 2009/11/05 12:11:19 remi Exp $ +# $Header: $ inherit x-modular @@ -11,9 +11,14 @@ SRC_URI="http://people.freedesktop.org/~whot/${PN}/${P}.tar.bz2" KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" -IUSE="" +IUSE="debug" RDEPEND=">=x11-base/xorg-server-1.6" DEPEND="${RDEPEND} x11-proto/inputproto x11-proto/xproto" + +pkg_setup() { + CONFIGURE_OPTIONS="$(use_enable debug)" +} +