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.
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() {
DEPEND="${PYTHON_DEPS}
${RDEPEND}
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
- >=dev-util/meson-0.44.0
virtual/pkgconfig"
src_unpack() {
DEPEND="${PYTHON_DEPS}
${RDEPEND}
X? ( x11-libs/libX11[${MULTILIB_USEDEP}] )
- >=dev-util/meson-0.44.0
virtual/pkgconfig"
src_unpack() {