diff options
author | Tony Vroon <chainsaw@gentoo.org> | 2009-01-04 05:23:34 +0000 |
---|---|---|
committer | Tony Vroon <chainsaw@gentoo.org> | 2009-01-04 05:23:34 +0000 |
commit | 33ccf919b3f0841e80c21193ac84680f1df20492 (patch) | |
tree | 0a450409c561b55009c689adcc830061be667d69 /x11-drivers | |
parent | Initial commit (diff) | |
download | gentoo-2-33ccf919b3f0841e80c21193ac84680f1df20492.tar.gz gentoo-2-33ccf919b3f0841e80c21193ac84680f1df20492.tar.bz2 gentoo-2-33ccf919b3f0841e80c21193ac84680f1df20492.zip |
Remove the HAL USE-flag more thoroughly, as requested by Mr_Bones.
(Portage version: 2.1.6.4/cvs/Linux 2.6.28-05692-g7d3b56b-dirty x86_64)
Diffstat (limited to 'x11-drivers')
-rw-r--r-- | x11-drivers/xf86-input-synaptics/ChangeLog | 7 | ||||
-rw-r--r-- | x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-drivers/xf86-input-synaptics/ChangeLog b/x11-drivers/xf86-input-synaptics/ChangeLog index 7d1d2f9ee16b..6a7b5dcf97e3 100644 --- a/x11-drivers/xf86-input-synaptics/ChangeLog +++ b/x11-drivers/xf86-input-synaptics/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-drivers/xf86-input-synaptics -# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.16 2008/12/18 13:50:38 chainsaw Exp $ +# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/ChangeLog,v 1.17 2009/01/04 05:23:34 chainsaw Exp $ + + 04 Jan 2009; <chainsaw@gentoo.org> xf86-input-synaptics-0.99.3.ebuild: + Remove the HAL USE-flag more thoroughly, as requested by Mr_Bones. *xf86-input-synaptics-0.99.3 (18 Dec 2008) diff --git a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild index 99d0d080db41..2cc741bdba12 100644 --- a/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild +++ b/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2008 Gentoo Foundation +# Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild,v 1.1 2008/12/18 13:50:38 chainsaw Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-drivers/xf86-input-synaptics/xf86-input-synaptics-0.99.3.ebuild,v 1.2 2009/01/04 05:23:34 chainsaw Exp $ inherit toolchain-funcs eutils linux-info x-modular @@ -10,7 +10,7 @@ KEYWORDS="~amd64 ~ppc ~ppc64 ~x86" LICENSE="MIT" IUSE="" RDEPEND="x11-libs/libXext - hal? ( sys-apps/hal )" + sys-apps/hal" DEPEND="${RDEPEND} !x11-drivers/synaptics x11-base/xorg-server |