diff options
author | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-16 19:18:43 +0000 |
---|---|---|
committer | Gilles Dartiguelongue <eva@gentoo.org> | 2012-12-16 19:18:43 +0000 |
commit | 911ea81fe1ae745565afe0b1da56100aaf8274c3 (patch) | |
tree | 906605062ea855e78760cdca562aa51cac6c8111 /x11-wm/mutter | |
parent | Update license, EAPI5-ize and de-9999-ize ebuild. Drop keywords due to libsec... (diff) | |
download | gentoo-2-911ea81fe1ae745565afe0b1da56100aaf8274c3.tar.gz gentoo-2-911ea81fe1ae745565afe0b1da56100aaf8274c3.tar.bz2 gentoo-2-911ea81fe1ae745565afe0b1da56100aaf8274c3.zip |
Add subslot notation for cogl, thanks to Alexandre Rostovtsev for noticing.
(Portage version: 2.2.0_alpha149/cvs/Linux x86_64, signed Manifest commit with key C6085806)
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/ChangeLog | 5 | ||||
-rw-r--r-- | x11-wm/mutter/mutter-3.6.2.ebuild | 4 |
2 files changed, 6 insertions, 3 deletions
diff --git a/x11-wm/mutter/ChangeLog b/x11-wm/mutter/ChangeLog index 38f77adee4c6..218350ceb767 100644 --- a/x11-wm/mutter/ChangeLog +++ b/x11-wm/mutter/ChangeLog @@ -1,6 +1,9 @@ # ChangeLog for x11-wm/mutter # Copyright 1999-2012 Gentoo Foundation; Distributed under the GPL v2 -# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.13 2012/12/16 19:08:41 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/ChangeLog,v 1.14 2012/12/16 19:18:43 eva Exp $ + + 16 Dec 2012; Gilles Dartiguelongue <eva@gentoo.org> mutter-3.6.2.ebuild: + Add subslot notation for cogl, thanks to Alexandre Rostovtsev for noticing. *mutter-3.6.2 (16 Dec 2012) diff --git a/x11-wm/mutter/mutter-3.6.2.ebuild b/x11-wm/mutter/mutter-3.6.2.ebuild index 9f5af85c0357..8f7d111bd2b2 100644 --- a/x11-wm/mutter/mutter-3.6.2.ebuild +++ b/x11-wm/mutter/mutter-3.6.2.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/x11-wm/mutter/mutter-3.6.2.ebuild,v 1.1 2012/12/16 19:08:41 eva Exp $ +# $Header: /var/cvsroot/gentoo-x86/x11-wm/mutter/mutter-3.6.2.ebuild,v 1.2 2012/12/16 19:18:43 eva Exp $ EAPI="5" GNOME2_LA_PUNT="yes" @@ -21,7 +21,7 @@ COMMON_DEPEND=">=x11-libs/pango-1.2[X,introspection?] >=x11-libs/gtk+-3.3.7:3[X,introspection?] >=dev-libs/glib-2.25.11:2 >=media-libs/clutter-1.9.10:1.0[introspection?] - >=media-libs/cogl-1.9.6:1.0[introspection?] + >=media-libs/cogl-1.9.6:1.0=[introspection?] >=media-libs/libcanberra-0.26[gtk3] >=x11-libs/startup-notification-0.7 >=x11-libs/libXcomposite-0.2 |