diff options
Diffstat (limited to 'x11-apps/xsetmode/xsetmode-1.0.0.ebuild')
-rw-r--r-- | x11-apps/xsetmode/xsetmode-1.0.0.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/x11-apps/xsetmode/xsetmode-1.0.0.ebuild b/x11-apps/xsetmode/xsetmode-1.0.0.ebuild index a1700191ffb6..d87b5926a1e4 100644 --- a/x11-apps/xsetmode/xsetmode-1.0.0.ebuild +++ b/x11-apps/xsetmode/xsetmode-1.0.0.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-apps/xsetmode/xsetmode-1.0.0.ebuild,v 1.13 2008/10/03 08:51:47 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetmode/xsetmode-1.0.0.ebuild,v 1.14 2009/05/05 08:12:39 fauli Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -9,6 +9,7 @@ inherit x-modular DESCRIPTION="set the mode for an X Input device" KEYWORDS="amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" +IUSE="" RDEPEND="x11-libs/libXi x11-libs/libX11" DEPEND="${RDEPEND}" |