diff options
author | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-04 06:02:05 +0000 |
---|---|---|
committer | Donnie Berkholz <spyderous@gentoo.org> | 2004-10-04 06:02:05 +0000 |
commit | 7e767474d6c59ce9d65752371b788a9fdbf20546 (patch) | |
tree | e01c6cc2701f796476aed175a1838de2dc6dacc8 /x11-misc | |
parent | Make needed changes for x11-base/xfree -> virtual/x11. (Manifest recommit) (diff) | |
download | gentoo-2-7e767474d6c59ce9d65752371b788a9fdbf20546.tar.gz gentoo-2-7e767474d6c59ce9d65752371b788a9fdbf20546.tar.bz2 gentoo-2-7e767474d6c59ce9d65752371b788a9fdbf20546.zip |
Update dep from temporary hack to virtual/x11.
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/linuxwacom/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild | 4 |
3 files changed, 9 insertions, 5 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog index 9a4df9b3f35b..3522aff97515 100644 --- a/x11-misc/linuxwacom/ChangeLog +++ b/x11-misc/linuxwacom/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/linuxwacom # Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.13 2004/06/28 20:03:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.14 2004/10/04 06:02:05 spyderous Exp $ + + 03 Oct 2004; Donnie Berkholz <spyderous@gentoo.org>; + linuxwacom-0.6.2.ebuild, linuxwacom-0.6.3.ebuild: + Update dep from temporary hack to virtual/x11. 28 Jun 2004; Aron Griffis <agriffis@gentoo.org> linuxwacom-0.6.2.ebuild, linuxwacom-0.6.3.ebuild: diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild index 95ba2dec1d4c..3fb978f8b40d 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 Foundation # 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.9 2004/06/28 20:03:48 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.2.ebuild,v 1.10 2004/10/04 06:02:05 spyderous Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="~x86" IUSE="gtk gtk2 tcltk sdk" -RDEPEND="|| ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) +RDEPEND="virtual/x11 gtk? ( gtk2? ( >=x11-libs/gtk+-2 ) !gtk2? ( =x11-libs/gtk+-1.2* ) diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild index 882cb70ad829..db7df1422edc 100644 --- a/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild +++ b/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild,v 1.7 2004/07/11 03:17:45 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.3.ebuild,v 1.8 2004/10/04 06:02:05 spyderous Exp $ DESCRIPTION="Input driver for Wacom tablets and drawing devices" HOMEPAGE="http://linuxwacom.sourceforge.net/" @@ -10,7 +10,7 @@ SLOT="0" KEYWORDS="x86" IUSE="gtk gtk2 tcltk sdk" -RDEPEND="|| ( >=x11-base/xfree-4.3.0-r7 x11-base/xorg-x11 ) +RDEPEND="virtual/x11 gtk? ( gtk2? ( >=x11-libs/gtk+-2 ) !gtk2? ( =x11-libs/gtk+-1.2* ) |