Gentoo Archives: gentoo-commits

From: Mart Raudsepp <leio@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-libs/gtk+/
Date: Sun, 05 Mar 2017 17:20:38
Message-Id: 1488734030.f7a8562b9c4ac3dd3653bcb4905e6a488f515cd9.leio@gentoo
1 commit: f7a8562b9c4ac3dd3653bcb4905e6a488f515cd9
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sun Mar 5 17:12:30 2017 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sun Mar 5 17:13:50 2017 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f7a8562b
7
8 x11-libs/gtk+: Adjust libepoxy X USE deps for all gtk+:3
9
10 The libepoxy version adding IUSE=X is slated for fast stabling, so
11 guard us against this in the stable 3.20 version as well.
12
13 Gentoo-bug: 611710
14 Package-Manager: Portage-2.3.3, Repoman-2.3.1
15
16 x11-libs/gtk+/gtk+-3.20.9.ebuild | 2 +-
17 x11-libs/gtk+/gtk+-3.22.5.ebuild | 2 +-
18 2 files changed, 2 insertions(+), 2 deletions(-)
19
20 diff --git a/x11-libs/gtk+/gtk+-3.20.9.ebuild b/x11-libs/gtk+/gtk+-3.20.9.ebuild
21 index ab732017601..4c60225b850 100644
22 --- a/x11-libs/gtk+/gtk+-3.20.9.ebuild
23 +++ b/x11-libs/gtk+/gtk+-3.20.9.ebuild
24 @@ -30,7 +30,7 @@ COMMON_DEPEND="
25 >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
26 >=dev-libs/glib-2.45.8:2[${MULTILIB_USEDEP}]
27 media-libs/fontconfig[${MULTILIB_USEDEP}]
28 - >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}]
29 + >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
30 >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
31 >=x11-libs/gdk-pixbuf-2.30:2[introspection?,X?,${MULTILIB_USEDEP}]
32 >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]
33
34 diff --git a/x11-libs/gtk+/gtk+-3.22.5.ebuild b/x11-libs/gtk+/gtk+-3.22.5.ebuild
35 index 8672206625b..4c4f4c4f460 100644
36 --- a/x11-libs/gtk+/gtk+-3.22.5.ebuild
37 +++ b/x11-libs/gtk+/gtk+-3.22.5.ebuild
38 @@ -30,7 +30,7 @@ COMMON_DEPEND="
39 >=dev-libs/atk-2.15[introspection?,${MULTILIB_USEDEP}]
40 >=dev-libs/glib-2.49.4:2[${MULTILIB_USEDEP}]
41 media-libs/fontconfig[${MULTILIB_USEDEP}]
42 - >=media-libs/libepoxy-1.0[${MULTILIB_USEDEP}]
43 + >=media-libs/libepoxy-1.0[X(+)?,${MULTILIB_USEDEP}]
44 >=x11-libs/cairo-1.14[aqua?,glib,svg,X?,${MULTILIB_USEDEP}]
45 >=x11-libs/gdk-pixbuf-2.30:2[introspection?,${MULTILIB_USEDEP}]
46 >=x11-libs/pango-1.37.3[introspection?,${MULTILIB_USEDEP}]