diff options
author | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:58:28 +0000 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2014-12-18 14:58:28 +0000 |
commit | 4e47a14620c8439e098d17a18c2f039c3812f1da (patch) | |
tree | 8efe97a919c1fe7b2100c3571f96213077d0a4c7 /media-libs/clutter | |
parent | x86 stable, bug 529964 (diff) | |
download | gentoo-2-4e47a14620c8439e098d17a18c2f039c3812f1da.tar.gz gentoo-2-4e47a14620c8439e098d17a18c2f039c3812f1da.tar.bz2 gentoo-2-4e47a14620c8439e098d17a18c2f039c3812f1da.zip |
x86 stable, bug 529964
(Portage version: 2.2.15/cvs/Linux x86_64, RepoMan options: --include-arches="x86", signed Manifest commit with key A188FBD4)
Diffstat (limited to 'media-libs/clutter')
-rw-r--r-- | media-libs/clutter/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/clutter/clutter-1.18.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/clutter/ChangeLog b/media-libs/clutter/ChangeLog index 0389d6b48749..44b0d03ec253 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.88 2014/09/02 10:05:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.89 2014/12/18 14:58:28 pacho Exp $ + + 18 Dec 2014; Pacho Ramos <pacho@gentoo.org> clutter-1.18.4.ebuild: + x86 stable, bug 529964 *clutter-1.18.4 (02 Sep 2014) diff --git a/media-libs/clutter/clutter-1.18.4.ebuild b/media-libs/clutter/clutter-1.18.4.ebuild index c053f99fc6f6..670a041ca5dc 100644 --- a/media-libs/clutter/clutter-1.18.4.ebuild +++ b/media-libs/clutter/clutter-1.18.4.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.4.ebuild,v 1.1 2014/09/02 10:05:05 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.18.4.ebuild,v 1.2 2014/12/18 14:58:28 pacho Exp $ EAPI="5" GCONF_DEBUG="no" @@ -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 |