media-libs/libepoxy: Require >=dev-util/meson-0.47.0
authorMatt Turner <mattst88@gentoo.org>
Sat, 6 Oct 2018 20:29:22 +0000 (16:29 -0400)
committerMatt Turner <mattst88@gentoo.org>
Sat, 6 Oct 2018 20:31:44 +0000 (16:31 -0400)
Signed-off-by: Matt Turner <mattst88@gentoo.org>
media-libs/libepoxy/libepoxy-9999.ebuild

index b6c7a46a052bb157911cce8f2592ad3025933f34..ec896cd974cf5dbf7d9621a2aaf219cd813c4292 100644 (file)
@@ -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"