diff options
author | Brent Baude <ranger@gentoo.org> | 2011-01-10 19:17:31 +0000 |
---|---|---|
committer | Brent Baude <ranger@gentoo.org> | 2011-01-10 19:17:31 +0000 |
commit | 54bb5c43bd4a85c5589ac0203c41186cbb96318c (patch) | |
tree | 7fe399a32b8e41245fba5df02def5bbdd32ad151 /x11-misc | |
parent | stable ppc, bug 348568 (diff) | |
download | historical-54bb5c43bd4a85c5589ac0203c41186cbb96318c.tar.gz historical-54bb5c43bd4a85c5589ac0203c41186cbb96318c.tar.bz2 historical-54bb5c43bd4a85c5589ac0203c41186cbb96318c.zip |
stable ppc, bug 348733
Package-Manager: portage-2.1.9.25/cvs/Linux ppc64
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 7 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8-r2.ebuild | 6 |
2 files changed, 8 insertions, 5 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index 3e73e773f843..5f55fad9d4d3 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/unclutter -# Copyright 1999-2010 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.29 2010/12/31 21:09:26 jer Exp $ +# Copyright 1999-2011 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.30 2011/01/10 19:17:31 ranger Exp $ + + 10 Jan 2011; Brent Baude <ranger@gentoo.org> unclutter-8-r2.ebuild: + stable ppc, bug 348733 31 Dec 2010; Jeroen Roovers <jer@gentoo.org> unclutter-8-r2.ebuild: Stable for HPPA (bug #348733). diff --git a/x11-misc/unclutter/unclutter-8-r2.ebuild b/x11-misc/unclutter/unclutter-8-r2.ebuild index 67823fc3b902..915e32c7fcd1 100644 --- a/x11-misc/unclutter/unclutter-8-r2.ebuild +++ b/x11-misc/unclutter/unclutter-8-r2.ebuild @@ -1,6 +1,6 @@ -# Copyright 1999-2010 Gentoo Foundation +# Copyright 1999-2011 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild,v 1.4 2010/12/31 21:09:26 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild,v 1.5 2011/01/10 19:17:31 ranger Exp $ EAPI=2 @@ -12,7 +12,7 @@ SRC_URI="ftp://ftp.x.org/contrib/utilities/${P}.tar.Z" SLOT="0" LICENSE="public-domain" -KEYWORDS="~alpha amd64 hppa ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 hppa ~mips ppc ~ppc64 ~sparc x86" IUSE="" RDEPEND="x11-libs/libX11" |