diff options
author | Raúl Porcel <armin76@gentoo.org> | 2011-01-30 18:35:25 +0000 |
---|---|---|
committer | Raúl Porcel <armin76@gentoo.org> | 2011-01-30 18:35:25 +0000 |
commit | 10245c06d568456ce22103e241561bf642a144d1 (patch) | |
tree | 819f2df033c9d6ad1ec4cc40d998988661101e44 /x11-misc | |
parent | Stabilise latest on x86 and amd64. Drop older. (diff) | |
download | gentoo-2-10245c06d568456ce22103e241561bf642a144d1.tar.gz gentoo-2-10245c06d568456ce22103e241561bf642a144d1.tar.bz2 gentoo-2-10245c06d568456ce22103e241561bf642a144d1.zip |
alpha stable wrt #348733
(Portage version: 2.1.9.25/cvs/Linux ia64)
Diffstat (limited to 'x11-misc')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 5 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8-r2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index 5f55fad9d4d3..0bcc916187a8 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-misc/unclutter # 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 $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.31 2011/01/30 18:35:25 armin76 Exp $ + + 30 Jan 2011; Raúl Porcel <armin76@gentoo.org> unclutter-8-r2.ebuild: + alpha stable wrt #348733 10 Jan 2011; Brent Baude <ranger@gentoo.org> unclutter-8-r2.ebuild: stable ppc, bug 348733 diff --git a/x11-misc/unclutter/unclutter-8-r2.ebuild b/x11-misc/unclutter/unclutter-8-r2.ebuild index 915e32c7fcd1..e428901d84af 100644 --- a/x11-misc/unclutter/unclutter-8-r2.ebuild +++ b/x11-misc/unclutter/unclutter-8-r2.ebuild @@ -1,6 +1,6 @@ # 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.5 2011/01/10 19:17:31 ranger Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild,v 1.6 2011/01/30 18:35:25 armin76 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" |