diff options
author | 2004-04-07 08:52:43 +0000 | |
---|---|---|
committer | 2004-04-07 08:52:43 +0000 | |
commit | 8fd3a35d48f3101f57e315086ea2a809e11909df (patch) | |
tree | adf8a60eb2965809a3bab3b2ccbd38f6bfd167b8 | |
parent | Version bump. (diff) | |
download | historical-8fd3a35d48f3101f57e315086ea2a809e11909df.tar.gz historical-8fd3a35d48f3101f57e315086ea2a809e11909df.tar.bz2 historical-8fd3a35d48f3101f57e315086ea2a809e11909df.zip |
Add xorg-x11 to possible.
-rw-r--r-- | x11-misc/linuxwacom/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/linuxwacom/linuxwacom-0.6.0.ebuild | 4 | ||||
-rw-r--r-- | x11-misc/synaptics/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/synaptics/synaptics-0.12.5.ebuild | 4 |
4 files changed, 14 insertions, 6 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`" ] diff --git a/x11-misc/synaptics/ChangeLog b/x11-misc/synaptics/ChangeLog index a12d6656a222..16c0c9def22f 100644 --- a/x11-misc/synaptics/ChangeLog +++ b/x11-misc/synaptics/ChangeLog @@ -1,6 +1,10 @@ # ChangeLog for x11-misc/synaptics # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.12 2004/04/01 05:02:27 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/ChangeLog,v 1.13 2004/04/07 08:52:43 spyderous Exp $ + + 07 Apr 2004; Donnie Berkholz <spyderous@gentoo.org>; + synaptics-0.12.5.ebuild: + Add xorg-x11 to possible. *synaptics-0.12.5 (31 Mar 2004) diff --git a/x11-misc/synaptics/synaptics-0.12.5.ebuild b/x11-misc/synaptics/synaptics-0.12.5.ebuild index 14d5acd45026..2f5adaeecfdd 100644 --- a/x11-misc/synaptics/synaptics-0.12.5.ebuild +++ b/x11-misc/synaptics/synaptics-0.12.5.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/synaptics/synaptics-0.12.5.ebuild,v 1.1 2004/04/01 05:02:27 battousai Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/synaptics/synaptics-0.12.5.ebuild,v 1.2 2004/04/07 08:52:43 spyderous Exp $ # This ebuild overwrites synaptics files installed by <= xfree-4.3.0-r3 # and xfree-4.3.99.14 >= X >= xfree-4.3.99.8. @@ -12,7 +12,7 @@ LICENSE="GPL-2" SLOT="0" KEYWORDS="~x86" IUSE="" -RDEPEND=">=x11-base/xfree-4.3.0-r4" +RDEPEND="|| (>=x11-base/xfree-4.3.0-r6 x11-base/xorg-x11 )" src_unpack() { unpack ${A} |