diff options
author | 2004-04-07 08:52:43 +0000 | |
---|---|---|
committer | 2004-04-07 08:52:43 +0000 | |
commit | 8fd3a35d48f3101f57e315086ea2a809e11909df (patch) | |
tree | adf8a60eb2965809a3bab3b2ccbd38f6bfd167b8 /x11-misc/linuxwacom | |
parent | Version bump. (diff) | |
download | historical-8fd3a35d48f3101f57e315086ea2a809e11909df.tar.gz historical-8fd3a35d48f3101f57e315086ea2a809e11909df.tar.bz2 historical-8fd3a35d48f3101f57e315086ea2a809e11909df.zip |
Add xorg-x11 to possible.
Diffstat (limited to 'x11-misc/linuxwacom')
-rw-r--r-- | x11-misc/linuxwacom/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.0.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/linuxwacom/ChangeLog b/x11-misc/linuxwacom/ChangeLog index 50b12a510d2f..39d976e3ef7e 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.1 2004/02/19 15:47:35 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/ChangeLog,v 1.2 2004/04/07 08:51:54 spyderous Exp $ + + 07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; + linuxwacom-0.6.0.ebuild: + Add xorg-x11 to possible. *linuxwacom-0.6.0 (19 Feb 2004) diff --git a/x11-misc/linuxwacom/linuxwacom-0.6.0.ebuild b/x11-misc/linuxwacom/linuxwacom-0.6.0.ebuild index 9066aafc5e7c..eb41bb3a9a2b 100644 --- a/x11-misc/linuxwacom/linuxwacom-0.6.0.ebuild +++ b/x11-misc/linuxwacom/linuxwacom-0.6.0.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.0.ebuild,v 1.1 2004/02/19 15:47:35 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/linuxwacom/linuxwacom-0.6.0.ebuild,v 1.2 2004/04/07 08:51:54 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="" -DEPEND=">=x11-base/xfree-4.3.0-r6" +DEPEND="|| (>=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 )" pkg_setup() { if [ ! "`grep sdk /var/db/pkg/x11-base/xfree-[0-9]*/USE`" ] |