Gentoo Archives: gentoo-dev

From: William Hubbs <williamh@g.o>
To: gentoo-dev@l.g.o
Cc: William Hubbs <williamh@g.o>
Subject: [gentoo-dev] [PATCH 0/2] meson.eclass updates
Date: Mon, 04 Feb 2019 01:12:53
Message-Id: 20190204011204.15389-1-williamh@gentoo.org
1 All,
2
3 these are a couple of changes I think we can make to meson.eclass.
4
5 The first, removal of meson_auto_depend, makes sense because this is
6 no longer used by any ebuilds in the tree and any package using meson
7 needs the build-time dependencies in the eclass.
8
9 The second is an adjustment to an eapi test. This eclass dies for eapis
10 other than 6 or 7, so we don't need to worry about other eapis.
11
12 William Hubbs (2):
13 meson.eclass: remove meson_auto_depend
14 meson.eclass: remove unnecessary eapi checks
15
16 eclass/meson.eclass | 27 ++++-----------------------
17 1 file changed, 4 insertions(+), 23 deletions(-)
18
19 --
20 2.19.2

Replies