diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:47:57 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2014-07-22 10:47:57 +0000 |
commit | 038452800b6b2712d98493d09bad1060ccbf4048 (patch) | |
tree | 6e8e592b13831b8ffd1524356d413063c1d85e2a /media-libs/clutter | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-038452800b6b2712d98493d09bad1060ccbf4048.tar.gz gentoo-2-038452800b6b2712d98493d09bad1060ccbf4048.tar.bz2 gentoo-2-038452800b6b2712d98493d09bad1060ccbf4048.zip |
Stable for amd64, wrt bug #512912
(Portage version: 2.2.8-r1/cvs/Linux x86_64, 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.18.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/clutter/ChangeLog b/media-libs/clutter/ChangeLog index c87cbdd0d331..c46b2218e93d 100644 --- a/media-libs/clutter/ChangeLog +++ b/media-libs/clutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/clutter # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.85 2014/04/27 17:29:32 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.86 2014/07/22 10:47:57 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> clutter-1.18.2.ebuild: + Stable for amd64, wrt bug #512912 *clutter-1.18.2 (27 Apr 2014) diff --git a/media-libs/clutter/clutter-1.18.2.ebuild b/media-libs/clutter/clutter-1.18.2.ebuild index fc6cc9c2f0b9..df22902c86b8 100644 --- a/media-libs/clutter/clutter-1.18.2.ebuild +++ b/media-libs/clutter/clutter-1.18.2.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2014 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.2.ebuild,v 1.1 2014/04/27 17:29:32 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.2.ebuild,v 1.2 2014/07/22 10:47:57 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 |