diff options
author | Markus Rothe <corsair@gentoo.org> | 2005-05-04 16:05:08 +0000 |
---|---|---|
committer | Markus Rothe <corsair@gentoo.org> | 2005-05-04 16:05:08 +0000 |
commit | b98ba43c5dc369054dca96cacac71226c163df94 (patch) | |
tree | 97132e39ff5462a109822643d3a9910ac7f3182d /x11-misc/unclutter | |
parent | new upstream version, fixes #91395 (diff) | |
download | historical-b98ba43c5dc369054dca96cacac71226c163df94.tar.gz historical-b98ba43c5dc369054dca96cacac71226c163df94.tar.bz2 historical-b98ba43c5dc369054dca96cacac71226c163df94.zip |
Added ~ppc64 to KEYWORDS
Package-Manager: portage-2.0.51.19
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/unclutter/Manifest | 4 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8.ebuild | 6 |
3 files changed, 10 insertions, 7 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index c7e5018d7483..f5ec2e50721f 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/unclutter -# Copyright 2000-2004 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.11 2004/12/28 22:08:01 ciaranm Exp $ +# Copyright 2000-2005 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.12 2005/05/04 16:05:08 corsair Exp $ + + 04 May 2005; Markus Rothe <corsair@gentoo.org> unclutter-8.ebuild: + Added ~ppc64 to KEYWORDS 28 Dec 2004; Ciaran McCreesh <ciaranm@gentoo.org> : Change encoding to UTF-8 for GLEP 31 compliance diff --git a/x11-misc/unclutter/Manifest b/x11-misc/unclutter/Manifest index 3b7e5ec74392..3f8a98d55b35 100644 --- a/x11-misc/unclutter/Manifest +++ b/x11-misc/unclutter/Manifest @@ -1,4 +1,4 @@ -MD5 4aa887460390f2d4a4a342e4499ed348 ChangeLog 1438 -MD5 d8c3d7e331ca831c12d374d90dbe3dbc unclutter-8.ebuild 718 +MD5 ab3d2ded59b70f74d4dd393c3c6f1268 ChangeLog 1535 MD5 73306e20ac1b1ef3b82127d6585e9431 metadata.xml 229 +MD5 8edb63be2329e826189347be6d0b9eb4 unclutter-8.ebuild 724 MD5 f2b5f45a6a03bcb0a452b51abd1bbd72 files/digest-unclutter-8 61 diff --git a/x11-misc/unclutter/unclutter-8.ebuild b/x11-misc/unclutter/unclutter-8.ebuild index 4616ab0d71cd..5e0ddd423ce2 100644 --- a/x11-misc/unclutter/unclutter-8.ebuild +++ b/x11-misc/unclutter/unclutter-8.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2004 Gentoo Foundation +# Copyright 1999-2005 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.11 2004/09/02 22:49:41 pvdabeel Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8.ebuild,v 1.12 2005/05/04 16:05:08 corsair 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 ~amd64" +KEYWORDS="x86 ppc ~sparc alpha ~mips hppa ~amd64 ~ppc64" IUSE="" DEPEND="virtual/x11" |