diff options
author | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-12 17:58:37 +0000 |
---|---|---|
committer | Bryan Østergaard <kloeri@gentoo.org> | 2004-06-12 17:58:37 +0000 |
commit | 99f45d7baf2cd059134f885ff7afccfec0933c73 (patch) | |
tree | 5a72acbf81510efb382d1fe5bc9959a156480f4e /x11-misc/unclutter | |
parent | Fixes #49128. (diff) | |
download | historical-99f45d7baf2cd059134f885ff7afccfec0933c73.tar.gz historical-99f45d7baf2cd059134f885ff7afccfec0933c73.tar.bz2 historical-99f45d7baf2cd059134f885ff7afccfec0933c73.zip |
Stable on alpha.
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index 8746e4eebd4d..681008db8149 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/unclutter # Copyright 2000-2004 Gentoo Technologies, Inc.; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.5 2004/06/01 13:29:24 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.6 2004/06/12 17:53:31 kloeri Exp $ + + 12 Jun 2004; Bryan Østergaard <kloeri@gentoo.org> unclutter-8.ebuild: + Stable on alpha. 01 Jun 2004; Brandon Hale <tseng@gentoo.org> unclutter-8.ebuild: Add IUSE= diff --git a/x11-misc/unclutter/unclutter-8.ebuild b/x11-misc/unclutter/unclutter-8.ebuild index 7a9255251743..e433d4ef3c6e 100644 --- a/x11-misc/unclutter/unclutter-8.ebuild +++ b/x11-misc/unclutter/unclutter-8.ebuild @@ -1,6 +1,6 @@ # 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.6 2004/06/01 13:29:24 tseng Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.7 2004/06/12 17:53:31 kloeri 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" IUSE="" DEPEND="x11-base/xfree" |