Skip to content

Commit

Permalink
eclass/meson.eclass: update the meson and ninja dependencies
Browse files Browse the repository at this point in the history
Signed-off-by: William Hubbs <[email protected]>
  • Loading branch information
williamh committed Jan 10, 2020
1 parent ed658b5 commit 12688db
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eclass/meson.eclass
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ EXPORT_FUNCTIONS src_configure src_compile src_test src_install
if [[ -z ${_MESON_ECLASS} ]]; then
_MESON_ECLASS=1

MESON_DEPEND=">=dev-util/meson-0.48.2
>=dev-util/ninja-1.7.2"
MESON_DEPEND=">=dev-util/meson-0.51.2
>=dev-util/ninja-1.8.2"

if [[ ${EAPI:-0} == [6] ]]; then
DEPEND=${MESON_DEPEND}
Expand Down

0 comments on commit 12688db

Please sign in to comment.