diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-05-10 22:04:37 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-05-10 22:04:37 +0000 |
commit | 22e26e3e25d06f56ccd16c35b96f164b84e48530 (patch) | |
tree | 239dae35238c5d6b929d124ad6a6073a1c7a308a /x11-misc | |
parent | Fixed some DEPEND problems. (Manifest recommit) (diff) | |
download | gentoo-2-22e26e3e25d06f56ccd16c35b96f164b84e48530.tar.gz gentoo-2-22e26e3e25d06f56ccd16c35b96f164b84e48530.tar.bz2 gentoo-2-22e26e3e25d06f56ccd16c35b96f164b84e48530.zip |
More spacing
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/linuxwacom/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild | 6 |
2 files changed, 6 insertions, 5 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog index 008efaf22eb9..499ce0371326 100644 --- a/x11-misc/linuxwacom/ChangeLog +++ b/x11-misc/linuxwacom/ChangeLog @@ -1,13 +1,14 @@ # ChangeLog for x11-misc/linuxwacom # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.6 2004/05/10 21:56:05 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.7 2004/05/10 22:04:37 battousai Exp $ 10 May 2004; Bryan Stine <battousai@gentoo.org>; linuxwacom-0.6.2.ebuild: Got rid of the ? : DEPEND syntax, it's deprecated. Also added a plus to the !gtk2 DEPEND for gtk+-1.2. Thanks to Mr. Bones for the QA. 10 May 2004; Bryan Stine <battousai@gentoo.org>; linuxwacom-0.6.2.ebuild: - Patched ebuild. Also, pedantic spacing fixes. + Patched ebuild. Also, pedantic spacing fixes. Thanks to Torne Wuff for the + added functionality. *linuxwacom-0.6.2 (10 May 2004) diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild index 68acd1b51976..e1f47028fd50 100644 --- a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild +++ b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.3 2004/05/10 21:56:05 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.4 2004/05/10 22:04:37 battousai Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -64,9 +64,9 @@ src_compile() { fi if [ `use tcltk` ]; then - withtcltk="--with-tcl --with-tk" + withtcltk="--with-tcl --with-tk" else - withtcltk="--without-tcl --without-tk" + withtcltk="--without-tcl --without-tk" fi myconf="--enable-wacomdrv --with-xf86=/usr/X11R6/lib/Server $withgtk $withtcltk" |