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-wm/mutter/
Date: Sat, 06 Oct 2018 22:37:54
Message-Id: 1538865391.c6edf62242b8814068b4b3398b077741f8175106.leio@gentoo
1 commit: c6edf62242b8814068b4b3398b077741f8175106
2 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org>
3 AuthorDate: Sat Oct 6 22:11:13 2018 +0000
4 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org>
5 CommitDate: Sat Oct 6 22:36:31 2018 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6edf622
7
8 x11-wm/mutter: add explicit build dep on glib-utils for old versions
9
10 Closes: https://bugs.gentoo.org/667468
11 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org>
12 Package-Manager: Portage-2.3.49, Repoman-2.3.11
13
14 x11-wm/mutter/mutter-3.22.4-r1.ebuild | 3 ++-
15 x11-wm/mutter/mutter-3.24.4.ebuild | 3 ++-
16 2 files changed, 4 insertions(+), 2 deletions(-)
17
18 diff --git a/x11-wm/mutter/mutter-3.22.4-r1.ebuild b/x11-wm/mutter/mutter-3.22.4-r1.ebuild
19 index 8868471403f..01419c52e5c 100644
20 --- a/x11-wm/mutter/mutter-3.22.4-r1.ebuild
21 +++ b/x11-wm/mutter/mutter-3.22.4-r1.ebuild
22 @@ -1,4 +1,4 @@
23 -# Copyright 1999-2018 Gentoo Foundation
24 +# Copyright 1999-2018 Gentoo Authors
25 # Distributed under the terms of the GNU General Public License v2
26
27 EAPI=6
28 @@ -68,6 +68,7 @@ COMMON_DEPEND="
29 )
30 "
31 DEPEND="${COMMON_DEPEND}
32 + dev-util/glib-utils
33 >=sys-devel/gettext-0.19.6
34 virtual/pkgconfig
35 x11-base/xorg-proto
36
37 diff --git a/x11-wm/mutter/mutter-3.24.4.ebuild b/x11-wm/mutter/mutter-3.24.4.ebuild
38 index 7307af62690..8a196f8d603 100644
39 --- a/x11-wm/mutter/mutter-3.24.4.ebuild
40 +++ b/x11-wm/mutter/mutter-3.24.4.ebuild
41 @@ -1,4 +1,4 @@
42 -# Copyright 1999-2018 Gentoo Foundation
43 +# Copyright 1999-2018 Gentoo Authors
44 # Distributed under the terms of the GNU General Public License v2
45
46 EAPI=6
47 @@ -68,6 +68,7 @@ COMMON_DEPEND="
48 )
49 "
50 DEPEND="${COMMON_DEPEND}
51 + dev-util/glib-utils
52 >=sys-devel/gettext-0.19.6
53 virtual/pkgconfig
54 x11-base/xorg-proto