diff options
author | Bryan Stine <battousai@gentoo.org> | 2004-05-10 21:56:05 +0000 |
---|---|---|
committer | Bryan Stine <battousai@gentoo.org> | 2004-05-10 21:56:05 +0000 |
commit | 5145704c1aea05520ac3b1727e899fd2a8d43e38 (patch) | |
tree | 5cff2fc2ef0441e01e560623d7abc149798bfd12 /x11-misc | |
parent | Fix bug #50625. (diff) | |
download | historical-5145704c1aea05520ac3b1727e899fd2a8d43e38.tar.gz historical-5145704c1aea05520ac3b1727e899fd2a8d43e38.tar.bz2 historical-5145704c1aea05520ac3b1727e899fd2a8d43e38.zip |
Fixed some DEPEND problems.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/linuxwacom/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/linuxwacom/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild | 5 |
3 files changed, 10 insertions, 5 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/Manifest b/x11-misc/linuxwacom/Manifest index 9fd1f2fca5a2..11165836a66f 100644 --- a/x11-misc/linuxwacom/Manifest +++ b/x11-misc/linuxwacom/Manifest @@ -1,6 +1,6 @@ -MD5 ac2c2060087ee442acd0791b88447ac4 ChangeLog 914 +MD5 a2abf6fe48bf7241e1a62b27ec8b4d2e ChangeLog 1130 MD5 a51dc4fd7ec44870b72c91defc9b1dbf linuxwacom-0.6.0.ebuild 1627 MD5 8d7e11f3df16afb79b7dd9778e4bf706 metadata.xml 262 -MD5 b485b7da506066820cbf1b9d26acb75e linuxwacom-0.6.2.ebuild 2477 +MD5 63bbae97e88038b4a10c08bac2424142 linuxwacom-0.6.2.ebuild 2486 MD5 902d6a465a6ca9137494581a6423fe59 files/digest-linuxwacom-0.6.0 69 MD5 270159aa127b9370f0e66f2ccaebd7c7 files/digest-linuxwacom-0.6.2 69 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" |