diff options
author | Tom Gall <tgall@gentoo.org> | 2004-08-27 21:52:07 +0000 |
---|---|---|
committer | Tom Gall <tgall@gentoo.org> | 2004-08-27 21:52:07 +0000 |
commit | d65f6ba2f6b49aa5c5c07b67f40eb4d422365f20 (patch) | |
tree | 81873a4e9450be5bd477feeb300b3720bfa5d6c7 /x11-misc/numlockx | |
parent | stable on ppc64, bug #59379 (diff) | |
download | historical-d65f6ba2f6b49aa5c5c07b67f40eb4d422365f20.tar.gz historical-d65f6ba2f6b49aa5c5c07b67f40eb4d422365f20.tar.bz2 historical-d65f6ba2f6b49aa5c5c07b67f40eb4d422365f20.zip |
stable on ppc64, bug #59380
Diffstat (limited to 'x11-misc/numlockx')
-rw-r--r-- | x11-misc/numlockx/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 4 |
2 files changed, 7 insertions, 4 deletions
diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog index a0ddbd9583aa..14e1a32e6f47 100644 --- a/x11-misc/numlockx/ChangeLog +++ b/x11-misc/numlockx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/numlockx # Copyright 2002-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.9 2004/06/24 22:29:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.10 2004/08/27 21:52:07 tgall Exp $ + + 27 Aug 2004; Tom Gall <tgall@gentoo.org> numlockx-1.0.ebuild: + stable on ppc64, bug #59380 01 Jun 2004; Brandon Hale <tseng@gentoo.org> numlockx-1.0.ebuild: Add IUSE= @@ -21,4 +24,4 @@ 12 Jul 2002; Arcady Genkin <agenkin@thpoon.com> numlockx-1.0.ebuild: First version, thanks to Jacob Perkins <jap1@ionet.net> and - Johannes Findeisen <you@hanez.org>.
\ No newline at end of file + Johannes Findeisen <you@hanez.org>. diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild index 7da5ff8b9866..660c764c25f7 100644 --- a/x11-misc/numlockx/numlockx-1.0.ebuild +++ b/x11-misc/numlockx/numlockx-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2004 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.13 2004/06/24 22:29:52 agriffis Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.14 2004/08/27 21:52:07 tgall Exp $ DESCRIPTION="Turns on numlock in X" HOMEPAGE="http://dforce.sh.cvut.cz/~seli/en/numlockx" @@ -8,7 +8,7 @@ SRC_URI="http://dforce.sh.cvut.cz/~seli/en/numlockx/${P}.tar.gz" SLOT="0" LICENSE="EDB" -KEYWORDS="x86 sparc amd64" +KEYWORDS="x86 sparc amd64 ppc64" IUSE="" DEPEND="virtual/x11" |