diff options
author | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-05 23:58:06 +0000 |
---|---|---|
committer | Alexandre Rostovtsev <tetromino@gentoo.org> | 2012-12-05 23:58:06 +0000 |
commit | 7d099d202503d69d2861f24c48c094277c5d4466 (patch) | |
tree | 61ed23d3d33ac787439fdeeaa1f06415e521cbeb /media-libs/cogl | |
parent | Stable for HPPA (bug #408507). (diff) | |
download | gentoo-2-7d099d202503d69d2861f24c48c094277c5d4466.tar.gz gentoo-2-7d099d202503d69d2861f24c48c094277c5d4466.tar.bz2 gentoo-2-7d099d202503d69d2861f24c48c094277c5d4466.zip |
Accidentally set wrong subslot.
(Portage version: 2.2.0_alpha144/cvs/Linux x86_64, signed Manifest commit with key CF0ADD61)
Diffstat (limited to 'media-libs/cogl')
-rw-r--r-- | media-libs/cogl/ChangeLog | 5 | ||||
-rw-r--r-- | media-libs/cogl/cogl-1.10.4.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/media-libs/cogl/ChangeLog b/media-libs/cogl/ChangeLog index 5474f7701e08..a63ccc8e8b47 100644 --- a/media-libs/cogl/ChangeLog +++ b/media-libs/cogl/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for media-libs/cogl # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.15 2012/12/05 23:12:25 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/ChangeLog,v 1.16 2012/12/05 23:58:06 tetromino Exp $ + + 05 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> cogl-1.10.4.ebuild: + Accidentally set wrong subslot. 05 Dec 2012; Alexandre Rostovtsev <tetromino@gentoo.org> cogl-1.8.2.ebuild, cogl-1.10.4.ebuild: diff --git a/media-libs/cogl/cogl-1.10.4.ebuild b/media-libs/cogl/cogl-1.10.4.ebuild index 92f877bac717..8ac5c6e7bfe6 100644 --- a/media-libs/cogl/cogl-1.10.4.ebuild +++ b/media-libs/cogl/cogl-1.10.4.ebuild @@ -1,6 +1,6 @@ # Copyright 1999-2012 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 -# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.10.4.ebuild,v 1.3 2012/12/05 23:12:24 tetromino Exp $ +# $Header: /var/cvsroot/gentoo-x86/media-libs/cogl/cogl-1.10.4.ebuild,v 1.4 2012/12/05 23:58:06 tetromino Exp $ EAPI="5" CLUTTER_LA_PUNT="yes" @@ -12,7 +12,7 @@ DESCRIPTION="A library for using 3D graphics hardware to draw pretty pictures" HOMEPAGE="http://www.clutter-project.org/" LICENSE="LGPL-2.1+ FDL-1.1+" -SLOT="1.0/10" +SLOT="1.0/9" IUSE="doc examples +introspection +opengl gles2 +pango" KEYWORDS="~alpha ~amd64 ~mips ~ppc ~ppc64 ~x86" |