commit: 5866bbc8c2570fd1fc597db57f6cd621855917a2
Author: Matt Turner <mattst88 <AT> gentoo <DOT> org>
AuthorDate: Sat Oct 6 20:29:22 2018 +0000
Commit: Matt Turner <mattst88 <AT> gentoo <DOT> org>
CommitDate: Sat Oct 6 20:31:44 2018 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5866bbc8
media-libs/libepoxy: Require >=dev-util/meson-0.47.0
Signed-off-by: Matt Turner <mattst88 <AT> gentoo.org>
media-libs/libepoxy/libepoxy-9999.ebuild | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/media-libs/libepoxy/libepoxy-9999.ebuild
b/media-libs/libepoxy/libepoxy-9999.ebuild
index b6c7a46a052..ec896cd974c 100644
--- a/media-libs/libepoxy/libepoxy-9999.ebuild
+++ b/media-libs/libepoxy/libepoxy-9999.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
@@ -29,6 +29,7 @@ IUSE="test +X"
RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
DEPEND="${PYTHON_DEPS}
${RDEPEND}
+ >=dev-util/meson-0.47.0
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
virtual/pkgconfig"