diff options
author | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:19:50 +0000 |
---|---|---|
committer | Agostino Sarubbo <ago@gentoo.org> | 2013-01-01 12:19:50 +0000 |
commit | b42cc69a227e0e6977e1e64ec69b0ca57085efee (patch) | |
tree | 7cbcdbe99381852edaebee5ea9f5f8b2c1ea652e /media-libs/clutter | |
parent | Add ~ia64, wrt bug #449220 (diff) | |
download | gentoo-2-b42cc69a227e0e6977e1e64ec69b0ca57085efee.tar.gz gentoo-2-b42cc69a227e0e6977e1e64ec69b0ca57085efee.tar.bz2 gentoo-2-b42cc69a227e0e6977e1e64ec69b0ca57085efee.zip |
Add ~ia64, wrt bug #449220
(Portage version: 2.1.11.31/cvs/Linux ppc64, unsigned Manifest commit)
Diffstat (limited to 'media-libs/clutter')
-rw-r--r-- | media-libs/clutter/ChangeLog | 8 | ||||
-rw-r--r-- | media-libs/clutter/clutter-1.12.2.ebuild | 6 |
2 files changed, 8 insertions, 6 deletions
diff --git a/media-libs/clutter/ChangeLog b/media-libs/clutter/ChangeLog index 16a1d0ecd919..f7cd37f876ef 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.60 2012/12/16 22:04:03 tetromino Exp $ +# Copyright 1999-2013 Gentoo Foundation; Distributed under the GPL v2 +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.61 2013/01/01 12:19:50 ago Exp $ + + 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> clutter-1.12.2.ebuild: + Add ~ia64, wrt bug #449220 *clutter-1.12.2 (16 Dec 2012) @@ -297,4 +300,3 @@ +files/clutter-1.0.0-disable-tests.patch, +clutter-1.0.10.ebuild, +metadata.xml: Initial ebuild for clutter, an opengl-based toolkit for user interfaces - diff --git a/media-libs/clutter/clutter-1.12.2.ebuild b/media-libs/clutter/clutter-1.12.2.ebuild index 7cad398eecb9..64bb63e76493 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-2012 Gentoo Foundation +# 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.1 2012/12/16 22:04:03 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.12.2.ebuild,v 1.2 2013/01/01 12:19:50 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 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~x86" # NOTE: glx flavour uses libdrm + >=mesa-7.3 # XXX: uprof needed for profiling |