diff options
author | Chris Aniszczyk <zx@gentoo.org> | 2004-04-05 14:00:22 +0000 |
---|---|---|
committer | Chris Aniszczyk <zx@gentoo.org> | 2004-04-05 14:00:22 +0000 |
commit | 095bad459938576ea7b37588000697f54e971f7d (patch) | |
tree | 32f24e907beddc0b68eeb1558a276f7ca1a27e08 /x11-misc/unclutter | |
parent | Marked stable on hppa. (diff) | |
download | historical-095bad459938576ea7b37588000697f54e971f7d.tar.gz historical-095bad459938576ea7b37588000697f54e971f7d.tar.bz2 historical-095bad459938576ea7b37588000697f54e971f7d.zip |
Marking stable on hppa
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index db595ce545fb..c4a1229849cf 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/unclutter -# Copyright 2000-2003 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.3 2003/04/24 11:54:50 phosphan Exp $ +# Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.4 2004/04/05 13:58:57 zx Exp $ + + 05 Apr 2004; Chris Aniszczyk <zx@gentoo.org> unclutter-8.ebuild: + Stable on hppa 24 Apr 2003; Patrick Kursawe <phosphan@gentoo.org> unclutter-8.ebuild : marked as stable for x86 diff --git a/x11-misc/unclutter/unclutter-8.ebuild b/x11-misc/unclutter/unclutter-8.ebuild index e15c3cd3a518..03112a465fb6 100644 --- a/x11-misc/unclutter/unclutter-8.ebuild +++ b/x11-misc/unclutter/unclutter-8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2003 Gentoo Technologies, Inc. +# Copyright 1999-2004 Gentoo Technologies, Inc. # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.4 2003/09/29 21:44:26 mholzer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.5 2004/04/05 13:58:57 zx Exp $ S=${WORKDIR}/${PN} DESCRIPTION="Hides mouse pointer while not in use." @@ -9,7 +9,7 @@ SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z" SLOT="0" LICENSE="public-domain" -KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips ~hppa" +KEYWORDS="x86 ~ppc ~sparc ~alpha ~mips hppa" DEPEND="x11-base/xfree" |