diff options
author | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 19:30:14 +0000 |
---|---|---|
committer | Samuli Suominen <ssuominen@gentoo.org> | 2009-09-30 19:30:14 +0000 |
commit | 763654147323ae6dc69344e0e8cbe3ab786b3d1d (patch) | |
tree | 95da82bd0d9b842cf6be444b4667112f119b29d3 /x11-apps/xinput/xinput-1.4.2.ebuild | |
parent | Fix useflag. Cleanup (diff) | |
download | historical-763654147323ae6dc69344e0e8cbe3ab786b3d1d.tar.gz historical-763654147323ae6dc69344e0e8cbe3ab786b3d1d.tar.bz2 historical-763654147323ae6dc69344e0e8cbe3ab786b3d1d.zip |
amd64 stable wrt #282290
Package-Manager: portage-2.2_rc42/cvs/Linux x86_64
Diffstat (limited to 'x11-apps/xinput/xinput-1.4.2.ebuild')
-rw-r--r-- | x11-apps/xinput/xinput-1.4.2.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/x11-apps/xinput/xinput-1.4.2.ebuild b/x11-apps/xinput/xinput-1.4.2.ebuild index e8815af55683..3d562913915e 100644 --- a/x11-apps/xinput/xinput-1.4.2.ebuild +++ b/x11-apps/xinput/xinput-1.4.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2009 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.4.2.ebuild,v 1.2 2009/06/23 20:58:27 klausman Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xinput/xinput-1.4.2.ebuild,v 1.3 2009/09/30 19:28:16 ssuominen Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,11 +9,11 @@ inherit x-modular DESCRIPTION="Utility to set XInput device parameters" LICENSE="as-is" -KEYWORDS="alpha ~amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" +KEYWORDS="alpha amd64 ~arm ~hppa ~ia64 ~mips ~ppc ~ppc64 ~sh ~sparc ~x86 ~x86-fbsd" IUSE="" -RDEPEND=" - x11-libs/libX11 - x11-libs/libXext + +RDEPEND="x11-libs/libX11 + x11-libs/libXext >=x11-libs/libXi-1.2" DEPEND="${RDEPEND} >=x11-proto/inputproto-1.5" |