diff options
author | 2012-04-19 20:40:04 +0000 | |
---|---|---|
committer | 2012-04-19 20:40:04 +0000 | |
commit | 3a7073789c0d007bd3ed5b1317ee1fda841c8a8c (patch) | |
tree | c81819e3f5930177c97dc817622f74251d9afeb4 /media-libs | |
parent | Marking audiofile-0.3.3 ppc64 for bug 410611 (diff) | |
download | gentoo-2-3a7073789c0d007bd3ed5b1317ee1fda841c8a8c.tar.gz gentoo-2-3a7073789c0d007bd3ed5b1317ee1fda841c8a8c.tar.bz2 gentoo-2-3a7073789c0d007bd3ed5b1317ee1fda841c8a8c.zip |
Marking clutter-1.8.4 ppc64 for bug 410611
(Portage version: 2.1.10.11/cvs/Linux ppc64)
Diffstat (limited to 'media-libs')
-rw-r--r-- | media-libs/clutter/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/clutter/clutter-1.8.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/clutter/ChangeLog b/media-libs/clutter/ChangeLog index 330311aa4a42..c6fcfe010391 100644 --- a/media-libs/clutter/ChangeLog +++ b/media-libs/clutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/clutter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.50 2012/04/18 20:55:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.51 2012/04/19 20:40:04 ranger Exp $ + + 19 Apr 2012; Brent Baude <ranger@gentoo.org> clutter-1.8.4.ebuild: + Marking clutter-1.8.4 ppc64 stable for bug 410611 18 Apr 2012; Agostino Sarubbo <ago@gentoo.org> clutter-1.8.4.ebuild: Stable for amd64, wrt bug #410611 diff --git a/media-libs/clutter/clutter-1.8.4.ebuild b/media-libs/clutter/clutter-1.8.4.ebuild index c7b0bf20811c..425c64c99c87 100644 --- a/media-libs/clutter/clutter-1.8.4.ebuild +++ b/media-libs/clutter/clutter-1.8.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.8.4.ebuild,v 1.3 2012/04/18 20:55:35 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.8.4.ebuild,v 1.4 2012/04/19 20:40:04 ranger Exp $ EAPI="4" CLUTTER_LA_PUNT="yes" @@ -14,7 +14,7 @@ DESCRIPTION="Clutter is a library for creating graphical user interfaces" SLOT="1.0" IUSE="debug doc +introspection" -KEYWORDS="~alpha amd64 ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha amd64 ~ppc ppc64 ~x86" # NOTE: glx flavour uses libdrm + >=mesa-7.3 # XXX: uprof needed for profiling |