diff options
author | 2014-07-22 10:48:03 +0000 | |
---|---|---|
committer | 2014-07-22 10:48:03 +0000 | |
commit | 518236f7e075fa925ac2be9f9d107747256f424f (patch) | |
tree | 0f94387294b3c4d5702efc66d1938b96e0705f46 /media-libs/cogl | |
parent | Stable for amd64, wrt bug #512912 (diff) | |
download | gentoo-2-518236f7e075fa925ac2be9f9d107747256f424f.tar.gz gentoo-2-518236f7e075fa925ac2be9f9d107747256f424f.tar.bz2 gentoo-2-518236f7e075fa925ac2be9f9d107747256f424f.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/cogl')
-rw-r--r-- | media-libs/cogl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/cogl/cogl-1.18.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/cogl/ChangeLog b/media-libs/cogl/ChangeLog index 632bce8312b7..8196f9b827a6 100644 --- a/media-libs/cogl/ChangeLog +++ b/media-libs/cogl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/cogl # Copyright 1999-2014 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.50 2014/07/05 14:31:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.51 2014/07/22 10:48:03 ago Exp $ + + 22 Jul 2014; Agostino Sarubbo <ago@gentoo.org> cogl-1.18.2.ebuild: + Stable for amd64, wrt bug #512912 *cogl-1.18.2 (05 Jul 2014) diff --git a/media-libs/cogl/cogl-1.18.2.ebuild b/media-libs/cogl/cogl-1.18.2.ebuild index f9e8720d0aa8..3973ecb3350b 100644 --- a/media-libs/cogl/cogl-1.18.2.ebuild +++ b/media-libs/cogl/cogl-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/cogl/cogl-1.18.2.ebuild,v 1.1 2014/07/05 14:31:09 pacho Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.18.2.ebuild,v 1.2 2014/07/22 10:48:03 ago Exp $ EAPI="5" CLUTTER_LA_PUNT="yes" @@ -15,7 +15,7 @@ LICENSE="MIT BSD" SLOT="1.0/20" # subslot = .so version # doc and profile disable for now due bugs #484750 and #483332 IUSE="examples gles2 gstreamer +introspection +opengl +pango test" # doc profile -KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" +KEYWORDS="~alpha amd64 ~arm ~ia64 ~mips ~ppc ~ppc64 ~sparc ~x86" COMMON_DEPEND=" >=dev-libs/glib-2.32:2 |