diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 16:53:24 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-03-26 16:53:24 +0000 |
commit | f8125a1d3a19ec59ff39c6ad03aea7ab8b51f2ce (patch) | |
tree | a95a4d640007ee29e8f87b0c6ecd1a34e2c9d0ad /media-libs/clutter | |
parent | Stable for ppc, wrt bug #458984 (diff) | |
download | gentoo-2-f8125a1d3a19ec59ff39c6ad03aea7ab8b51f2ce.tar.gz gentoo-2-f8125a1d3a19ec59ff39c6ad03aea7ab8b51f2ce.tar.bz2 gentoo-2-f8125a1d3a19ec59ff39c6ad03aea7ab8b51f2ce.zip |
Stable for ppc, wrt bug #458984
(Portage version: 2.1.11.52/cvs/Linux ppc64, RepoMan options: --force, signed Manifest commit with key 7194459F)
Diffstat (limited to 'media-libs/clutter')
-rw-r--r-- | media-libs/clutter/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/clutter/clutter-1.12.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/clutter/ChangeLog b/media-libs/clutter/ChangeLog index a7971aebd4da..818d62e3e553 100644 --- a/media-libs/clutter/ChangeLog +++ b/media-libs/clutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/clutter # Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.65 2013/03/25 16:32:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.66 2013/03/26 16:53:24 ago Exp $ + + 26 Mar 2013; Agostino Sarubbo <ago@gentoo.org> clutter-1.12.2.ebuild: + Stable for ppc, wrt bug #458984 25 Mar 2013; Agostino Sarubbo <ago@gentoo.org> clutter-1.12.2.ebuild: Stable for x86, wrt bug #458984 diff --git a/media-libs/clutter/clutter-1.12.2.ebuild b/media-libs/clutter/clutter-1.12.2.ebuild index c3a50266f39f..06541563b494 100644 --- a/media-libs/clutter/clutter-1.12.2.ebuild +++ b/media-libs/clutter/clutter-1.12.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2013 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.12.2.ebuild,v 1.6 2013/03/25 16:32:20 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.12.2.ebuild,v 1.7 2013/03/26 16:53:24 ago Exp $ EAPI="5" CLUTTER_LA_PUNT="yes" @@ -14,7 +14,7 @@ DESCRIPTION="Clutter is a library for creating graphical user interfaces" LICENSE="LGPL-2.1+ FDL-1.1+" SLOT="1.0" IUSE="debug doc gtk +introspection test" # evdev tslib -KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ppc ~ppc64 ~sparc x86" # NOTE: glx flavour uses libdrm + >=mesa-7.3 # XXX: uprof needed for profiling |