summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBryan Stine <battousai@gentoo.org>2004-05-10 21:56:05 +0000
committerBryan Stine <battousai@gentoo.org>2004-05-10 21:56:05 +0000
commit5d1c34cf05dff5aaf2b644fe3234e4026ec97ec4 (patch)
treedf733ef9cdb2589250cbc9e86c8b50c9ccd9afe6 /x11-misc
parentFix bug #50625. (Manifest recommit) (diff)
downloadgentoo-2-5d1c34cf05dff5aaf2b644fe3234e4026ec97ec4.tar.gz
gentoo-2-5d1c34cf05dff5aaf2b644fe3234e4026ec97ec4.tar.bz2
gentoo-2-5d1c34cf05dff5aaf2b644fe3234e4026ec97ec4.zip
Fixed some DEPEND problems.
Diffstat (limited to 'x11-misc')
-rw-r--r--x11-misc/linuxwacom/ChangeLog6
-rw-r--r--x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild5
2 files changed, 8 insertions, 3 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog
index b8807f37de53..008efaf22eb9 100644
--- a/x11-misc/linuxwacom/ChangeLog
+++ b/x11-misc/linuxwacom/ChangeLog
@@ -1,6 +1,10 @@
# 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.5 2004/05/10 18:56:10 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.6 2004/05/10 21:56:05 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.
diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild
index 0bd3e9fad1d3..68acd1b51976 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.2 2004/05/10 18:56:10 battousai Exp $
+# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.3 2004/05/10 21:56:05 battousai Exp $
DESCRIPTION="Input driver for Wacom tablets and drawing devices"
HOMEPAGE="http://linuxwacom.sourceforge.net/"
@@ -12,7 +12,8 @@ IUSE="gtk gtk2 tcltk"
RDEPEND="|| ( >=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 )
gtk? (
- gtk2? ( >=x11-libs/gtk+-2 ) : ( =x11-libs/gtk-1.2* )
+ gtk2? ( >=x11-libs/gtk+-2 )
+ !gtk2? ( =x11-libs/gtk+-1.2* )
)
tcltk? ( dev-lang/tcl dev-lang/tk )
sys-libs/ncurses"