diff options
author | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:11:13 +0300 |
---|---|---|
committer | Mart Raudsepp <leio@gentoo.org> | 2018-10-07 01:36:31 +0300 |
commit | c6edf62242b8814068b4b3398b077741f8175106 (patch) | |
tree | 5a6a7af235674e9d81dd7633915adb890814339e /x11-wm/mutter | |
parent | net-libs/rest: add explicit build dep on glib-utils (diff) | |
download | gentoo-c6edf62242b8814068b4b3398b077741f8175106.tar.gz gentoo-c6edf62242b8814068b4b3398b077741f8175106.tar.bz2 gentoo-c6edf62242b8814068b4b3398b077741f8175106.zip |
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@gentoo.org>
Package-Manager: Portage-2.3.49, Repoman-2.3.11
Diffstat (limited to 'x11-wm/mutter')
-rw-r--r-- | x11-wm/mutter/mutter-3.22.4-r1.ebuild | 3 | ||||
-rw-r--r-- | 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 8868471403f7..01419c52e5c7 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 7307af626908..8a196f8d6038 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 |