diff options
author | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-16 09:31:01 +0000 |
---|---|---|
committer | Paweł Hajdan <phajdan.jr@gentoo.org> | 2010-12-16 09:31:01 +0000 |
commit | 6ba7a0cd58f2409267c10417492440bc8cfd7c7d (patch) | |
tree | 08d81b051a407b74c7c5886e1ec087a0d032dba4 /x11-misc/unclutter | |
parent | x86 stable wrt bug #348540 (diff) | |
download | gentoo-2-6ba7a0cd58f2409267c10417492440bc8cfd7c7d.tar.gz gentoo-2-6ba7a0cd58f2409267c10417492440bc8cfd7c7d.tar.bz2 gentoo-2-6ba7a0cd58f2409267c10417492440bc8cfd7c7d.zip |
x86 stable wrt bug #348733
(Portage version: 2.1.9.24/cvs/Linux i686)
Diffstat (limited to 'x11-misc/unclutter')
-rw-r--r-- | x11-misc/unclutter/ChangeLog | 6 | ||||
-rw-r--r-- | x11-misc/unclutter/unclutter-8-r2.ebuild | 4 |
2 files changed, 7 insertions, 3 deletions
diff --git a/x11-misc/unclutter/ChangeLog b/x11-misc/unclutter/ChangeLog index b91a9ec2bb50..6c00176f7a4c 100644 --- a/x11-misc/unclutter/ChangeLog +++ b/x11-misc/unclutter/ChangeLog @@ -1,6 +1,10 @@ # 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.26 2010/12/14 18:54:56 jer Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/ChangeLog,v 1.27 2010/12/16 09:31:01 phajdan.jr Exp $ + + 16 Dec 2010; Pawel Hajdan jr <phajdan.jr@gentoo.org> + unclutter-8-r2.ebuild: + x86 stable wrt bug #348733 *unclutter-8-r2 (09 Sep 2010) diff --git a/x11-misc/unclutter/unclutter-8-r2.ebuild b/x11-misc/unclutter/unclutter-8-r2.ebuild index 6fcfb4c0d3f5..b6210993aa80 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 # 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.1 2010/09/09 09:33:43 xarthisius Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-misc/unclutter/unclutter-8-r2.ebuild,v 1.2 2010/12/16 09:31:01 phajdan.jr 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" |