summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-apps/xsetmode/ChangeLog8
-rw-r--r--x11-apps/xsetmode/xsetmode-1.0.0.ebuild5
2 files changed, 9 insertions, 4 deletions
diff --git a/x11-apps/xsetmode/ChangeLog b/x11-apps/xsetmode/ChangeLog
index 4fdd858cdca8..7733435aa3c5 100644
--- a/x11-apps/xsetmode/ChangeLog
+++ b/x11-apps/xsetmode/ChangeLog
@@ -1,6 +1,10 @@
# ChangeLog for x11-apps/xsetmode
-# Copyright 1999-2008 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetmode/ChangeLog,v 1.22 2008/10/03 08:51:47 armin76 Exp $
+# Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2
+# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetmode/ChangeLog,v 1.23 2009/05/05 08:12:39 fauli Exp $
+
+ 05 May 2009; Christian Faulhammer <fauli@gentoo.org>
+ xsetmode-1.0.0.ebuild:
+ fix repoman warnings
03 Oct 2008; Raúl Porcel <armin76@gentoo.org> xsetmode-1.0.0.ebuild:
Add ~ia64 wrt #237411
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}"