diff options
author | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 12:59:16 +0000 |
---|---|---|
committer | Michael Hanselmann <hansmi@gentoo.org> | 2005-08-07 12:59:16 +0000 |
commit | abef2f62ef1f5d85db4ce0dac2155e4c9653f18f (patch) | |
tree | 93c91211c30e359beff2e8b8049e53695cf41990 /x11-misc | |
parent | Stable on ppc. (diff) | |
download | gentoo-2-abef2f62ef1f5d85db4ce0dac2155e4c9653f18f.tar.gz gentoo-2-abef2f62ef1f5d85db4ce0dac2155e4c9653f18f.tar.bz2 gentoo-2-abef2f62ef1f5d85db4ce0dac2155e4c9653f18f.zip |
Stable on ppc.
(Portage version: 2.0.51.22-r2)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/numlockx/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/numlockx/numlockx-1.0.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/numlockx/ChangeLog b/x11-misc/numlockx/ChangeLog index d22be0dcc8e4..298fd93e6d70 100644 --- a/x11-misc/numlockx/ChangeLog +++ b/x11-misc/numlockx/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/numlockx # Copyright 2002-2005 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.13 2005/06/14 01:39:36 smithj Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/ChangeLog,v 1.14 2005/08/07 12:57:05 hansmi Exp $ + + 07 Aug 2005; Michael Hanselmann <hansmi@gentoo.org> numlockx-1.0.ebuild: + Stable on ppc. 14 Jun 2005; Jonathan Smith <smithj@gentoo.org> numlockx-1.0.ebuild: fixed homepage and src_uri for #89353 diff --git a/x11-misc/numlockx/numlockx-1.0.ebuild b/x11-misc/numlockx/numlockx-1.0.ebuild index ab521e9e6aee..5f2c36d4034f 100644 --- a/x11-misc/numlockx/numlockx-1.0.ebuild +++ b/x11-misc/numlockx/numlockx-1.0.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2005 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.18 2005/07/11 23:12:32 swegener Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/numlockx/numlockx-1.0.ebuild,v 1.19 2005/08/07 12:57:05 hansmi Exp $ DESCRIPTION="Turns on numlock in X" HOMEPAGE="http://ktown.kde.org/~seli/numlockx/" @@ -8,7 +8,7 @@ SRC_URI="http://ktown.kde.org/~seli/numlockx/${P}.tar.gz" SLOT="0" LICENSE="EDB" -KEYWORDS="x86 sparc amd64 ppc64 ~ppc" +KEYWORDS="amd64 ppc ppc64 sparc x86" IUSE="" DEPEND="virtual/x11" |