diff options
author | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-06 07:25:40 +0000 |
---|---|---|
committer | Michael Sterrett <mr_bones_@gentoo.org> | 2009-01-06 07:25:40 +0000 |
commit | 22fc805fbc1414bfd240baf1e0bb05b7053221d8 (patch) | |
tree | 8b644750ecec4c0f1370cf6c75a2b17c5ad13358 /x11-drivers/linuxwacom | |
parent | remove unused old-crypt use flag (diff) | |
download | historical-22fc805fbc1414bfd240baf1e0bb05b7053221d8.tar.gz historical-22fc805fbc1414bfd240baf1e0bb05b7053221d8.tar.bz2 historical-22fc805fbc1414bfd240baf1e0bb05b7053221d8.zip |
add missing gtk to IUSE
Package-Manager: portage-2.1.6.4/cvs/Linux 2.6.27.8 i686
Diffstat (limited to 'x11-drivers/linuxwacom')
-rw-r--r-- | x11-drivers/linuxwacom/linuxwacom-0.8.2.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/x11-drivers/linuxwacom/linuxwacom-0.8.2.ebuild b/x11-drivers/linuxwacom/linuxwacom-0.8.2.ebuild index 2ed233dfd4ca..7a9027820de8 100644 --- a/x11-drivers/linuxwacom/linuxwacom-0.8.2.ebuild +++ b/x11-drivers/linuxwacom/linuxwacom-0.8.2.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/x11-drivers/linuxwacom/linuxwacom-0.8.2.ebuild,v 1.1 2008/12/18 00:02:41 ikelos Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/linuxwacom/linuxwacom-0.8.2.ebuild,v 1.2 2009/01/06 07:25:40 mr_bones_ Exp $ inherit eutils autotools toolchain-funcs linux-mod @@ -8,7 +8,7 @@ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" SRC_URI="mirror://sourceforge/${PN}/${P/_p/-}.tar.bz2" -IUSE="tcl tk usb module" +IUSE="gtk tcl tk usb module" LICENSE="GPL-2" SLOT="0" |