diff options
author | 2013-01-06 09:46:32 +0000 | |
---|---|---|
committer | 2013-01-06 09:46:32 +0000 | |
commit | 39c71ece06f239a3c1888860875a16373a247c33 (patch) | |
tree | bb60bec8172a24e06deaefc2c2f34ec8228a7acf /media-libs/clutter | |
parent | Add ~sparc, wrt bug #449220 (diff) | |
download | gentoo-2-39c71ece06f239a3c1888860875a16373a247c33.tar.gz gentoo-2-39c71ece06f239a3c1888860875a16373a247c33.tar.bz2 gentoo-2-39c71ece06f239a3c1888860875a16373a247c33.zip |
Add ~sparc, 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 | 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 f7cd37f876ef..c43d50bb9932 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.61 2013/01/01 12:19:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/ChangeLog,v 1.62 2013/01/06 09:46:32 ago Exp $ + + 06 Jan 2013; Agostino Sarubbo <ago@gentoo.org> clutter-1.12.2.ebuild: + Add ~sparc, wrt bug #449220 01 Jan 2013; Agostino Sarubbo <ago@gentoo.org> clutter-1.12.2.ebuild: Add ~ia64, wrt bug #449220 diff --git a/media-libs/clutter/clutter-1.12.2.ebuild b/media-libs/clutter/clutter-1.12.2.ebuild index 64bb63e76493..94edd881b30a 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.2 2013/01/01 12:19:50 ago Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/clutter/clutter-1.12.2.ebuild,v 1.3 2013/01/06 09:46:32 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 ~ia64 ~mips ~ppc ~ppc64 ~x86" +KEYWORDS="~alpha ~amd64 ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" # NOTE: glx flavour uses libdrm + >=mesa-7.3 # XXX: uprof needed for profiling |