media-libs/libepoxy: Drop meson as explicit dependency
authorMatt Turner <mattst88@gentoo.org>
Tue, 24 Jul 2018 00:01:25 +0000 (17:01 -0700)
committerMatt Turner <mattst88@gentoo.org>
Tue, 24 Jul 2018 00:02:10 +0000 (17:02 -0700)
In commit bbe649a35dc8 ("meson.eclass: require at least meson-0.45.1")
we bumped the required version of meson. Thus our local dependency is
now useless.

media-libs/libepoxy/libepoxy-1.5.1.ebuild
media-libs/libepoxy/libepoxy-1.5.2.ebuild
media-libs/libepoxy/libepoxy-9999.ebuild

index 451ae46f887d1c7b74ea8fc116c677d9fbe2962b..0dac30a38a211ab03acdee9163d40ea9862f7715 100644 (file)
@@ -28,8 +28,7 @@ IUSE="test +X"
 
 DEPEND="${PYTHON_DEPS}
        media-libs/mesa[egl,${MULTILIB_USEDEP}]
-       X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-       >=dev-util/meson-0.44.0"
+       X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )"
 RDEPEND=""
 
 src_unpack() {
index 476702c15fb78a52415df7585900da97b9c2b147..b6c7a46a052bb157911cce8f2592ad3025933f34 100644 (file)
@@ -30,7 +30,6 @@ RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
 DEPEND="${PYTHON_DEPS}
        ${RDEPEND}
        X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-       >=dev-util/meson-0.44.0
        virtual/pkgconfig"
 
 src_unpack() {
index 476702c15fb78a52415df7585900da97b9c2b147..b6c7a46a052bb157911cce8f2592ad3025933f34 100644 (file)
@@ -30,7 +30,6 @@ RDEPEND="media-libs/mesa[egl,${MULTILIB_USEDEP}]"
 DEPEND="${PYTHON_DEPS}
        ${RDEPEND}
        X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
-       >=dev-util/meson-0.44.0
        virtual/pkgconfig"
 
 src_unpack() {