commit: c6edf62242b8814068b4b3398b077741f8175106 Author: Mart Raudsepp <leio <AT> gentoo <DOT> org> AuthorDate: Sat Oct 6 22:11:13 2018 +0000 Commit: Mart Raudsepp <leio <AT> gentoo <DOT> org> CommitDate: Sat Oct 6 22:36:31 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c6edf622
x11-wm/mutter: add explicit build dep on glib-utils for old versions Closes: https://bugs.gentoo.org/667468 Signed-off-by: Mart Raudsepp <leio <AT> gentoo.org> Package-Manager: Portage-2.3.49, Repoman-2.3.11 x11-wm/mutter/mutter-3.22.4-r1.ebuild | 3 ++- x11-wm/mutter/mutter-3.24.4.ebuild | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/x11-wm/mutter/mutter-3.22.4-r1.ebuild b/x11-wm/mutter/mutter-3.22.4-r1.ebuild index 8868471403f..01419c52e5c 100644 --- a/x11-wm/mutter/mutter-3.22.4-r1.ebuild +++ b/x11-wm/mutter/mutter-3.22.4-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -68,6 +68,7 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=sys-devel/gettext-0.19.6 virtual/pkgconfig x11-base/xorg-proto diff --git a/x11-wm/mutter/mutter-3.24.4.ebuild b/x11-wm/mutter/mutter-3.24.4.ebuild index 7307af62690..8a196f8d603 100644 --- a/x11-wm/mutter/mutter-3.24.4.ebuild +++ b/x11-wm/mutter/mutter-3.24.4.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2018 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=6 @@ -68,6 +68,7 @@ COMMON_DEPEND=" ) " DEPEND="${COMMON_DEPEND} + dev-util/glib-utils >=sys-devel/gettext-0.19.6 virtual/pkgconfig x11-base/xorg-proto
