Gentoo Archives: gentoo-commits

From: Alexandre Restovtsev <tetromino@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/gnome:master commit in: media-libs/cogl/
Date: Sat, 01 Oct 2011 04:40:08
Message-Id: 8008e14ea6fa430ba6ddf9ed17fc5f3531a8d1e2.tetromino@gentoo
1 commit: 8008e14ea6fa430ba6ddf9ed17fc5f3531a8d1e2
2 Author: Alexandre Rostovtsev <tetromino <AT> gmail <DOT> com>
3 AuthorDate: Sat Oct 1 04:38:09 2011 +0000
4 Commit: Alexandre Restovtsev <tetromino <AT> gmail <DOT> com>
5 CommitDate: Sat Oct 1 04:38:09 2011 +0000
6 URL: http://git.overlays.gentoo.org/gitweb/?p=proj/gnome.git;a=commit;h=8008e14e
7
8 media-libs/cogl: replace old clutter blocker with !<
9
10 As pointed out by Olivier Crete on IRC, a '!<' blocker will allow
11 portage to automatically update clutter despite file collisions.
12
13 ---
14 media-libs/cogl/cogl-1.8.0.ebuild | 2 +-
15 media-libs/cogl/cogl-9999.ebuild | 2 +-
16 2 files changed, 2 insertions(+), 2 deletions(-)
17
18 diff --git a/media-libs/cogl/cogl-1.8.0.ebuild b/media-libs/cogl/cogl-1.8.0.ebuild
19 index adf4366..83eccfd 100644
20 --- a/media-libs/cogl/cogl-1.8.0.ebuild
21 +++ b/media-libs/cogl/cogl-1.8.0.ebuild
22 @@ -39,7 +39,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
23 pango? ( >=x11-libs/pango-1.20.0[introspection?] )"
24 # before clutter-1.7, cogl was part of clutter
25 RDEPEND="${COMMON_DEPEND}
26 - !!<media-libs/clutter-1.7"
27 + !<media-libs/clutter-1.7"
28 DEPEND="${COMMON_DEPEND}
29 dev-util/pkgconfig
30 sys-devel/gettext
31
32 diff --git a/media-libs/cogl/cogl-9999.ebuild b/media-libs/cogl/cogl-9999.ebuild
33 index adf4366..83eccfd 100644
34 --- a/media-libs/cogl/cogl-9999.ebuild
35 +++ b/media-libs/cogl/cogl-9999.ebuild
36 @@ -39,7 +39,7 @@ COMMON_DEPEND=">=dev-libs/glib-2.26.0:2
37 pango? ( >=x11-libs/pango-1.20.0[introspection?] )"
38 # before clutter-1.7, cogl was part of clutter
39 RDEPEND="${COMMON_DEPEND}
40 - !!<media-libs/clutter-1.7"
41 + !<media-libs/clutter-1.7"
42 DEPEND="${COMMON_DEPEND}
43 dev-util/pkgconfig
44 sys-devel/gettext