diff options
-rw-r--r-- | x11-apps/xsetmode/ChangeLog | 5 | ||||
-rw-r--r-- | x11-apps/xsetmode/xsetmode-1.0.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-apps/xsetmode/ChangeLog b/x11-apps/xsetmode/ChangeLog index 67735d332256..1f032c7a286a 100644 --- a/x11-apps/xsetmode/ChangeLog +++ b/x11-apps/xsetmode/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-apps/xsetmode # Copyright 1999-2009 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetmode/ChangeLog,v 1.24 2009/05/28 17:18:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetmode/ChangeLog,v 1.25 2009/06/23 20:53:04 klausman Exp $ + + 23 Jun 2009; Tobias Klausmann <klausman@gentoo.org> xsetmode-1.0.0.ebuild: + Stable on alpha for xorg-server-1.5/xorg-x11-7.4 28 May 2009; Raúl Porcel <armin76@gentoo.org> xsetmode-1.0.0.ebuild: Add ~alpha diff --git a/x11-apps/xsetmode/xsetmode-1.0.0.ebuild b/x11-apps/xsetmode/xsetmode-1.0.0.ebuild index af3b651cf55c..cbc8534ad4bb 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-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.15 2009/05/28 17:18:36 armin76 Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-apps/xsetmode/xsetmode-1.0.0.ebuild,v 1.16 2009/06/23 20:53:04 klausman Exp $ # Must be before x-modular eclass is inherited #SNAPSHOT="yes" @@ -8,7 +8,7 @@ inherit x-modular DESCRIPTION="set the mode for an X Input device" -KEYWORDS="~alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" +KEYWORDS="alpha amd64 arm ~hppa ~ia64 ~mips ~ppc ~ppc64 s390 sh ~sparc x86 ~x86-fbsd" IUSE="" RDEPEND="x11-libs/libXi x11-libs/libX11" |