diff options
author | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-03-26 20:03:49 +0000 |
---|---|---|
committer | Joshua Baergen <joshuabaergen@gentoo.org> | 2006-03-26 20:03:49 +0000 |
commit | cf479f8e39046692f59eba53aa23b6e2ab33975b (patch) | |
tree | 60f8d595388c4340050049f55fdd44fc403b1d62 /x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild | |
parent | Added a small fix for java compilation on amd64 as detailed in bug #123178. A... (diff) | |
download | historical-cf479f8e39046692f59eba53aa23b6e2ab33975b.tar.gz historical-cf479f8e39046692f59eba53aa23b6e2ab33975b.tar.bz2 historical-cf479f8e39046692f59eba53aa23b6e2ab33975b.zip |
Depend on a synaptics version that will actually work with modular X (Sourav
Mandal).
Package-Manager: portage-2.1_pre7-r1
Diffstat (limited to 'x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild')
-rw-r--r-- | x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild b/x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild index 9174740fe909..bc09fdaf8e55 100644 --- a/x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild +++ b/x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2006 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild,v 1.16 2006/03/23 10:06:41 spyderous Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-base/xorg-x11/xorg-x11-7.0-r1.ebuild,v 1.17 2006/03/26 20:03:49 joshuabaergen Exp $ inherit eutils @@ -226,6 +226,7 @@ RDEPEND="${RDEPEND} ) ) ) + input_devices_synaptics? ( >=x11-drivers/synaptics-0.14.4-r2 ) || ( ( video_cards_apm? ( x11-drivers/xf86-video-apm ) |