diff options
author | Mike Gilbert <floppym@gentoo.org> | 2018-12-14 00:39:14 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-12-14 00:39:14 -0500 |
commit | 8dfd9d6f6b3e2ce6f9f695e276363627ec0520c7 (patch) | |
tree | a76b550bbb4af517d6b264e74f419b6f5dc8e2b0 /dev-util/meson | |
parent | www-client/lynx: Fix patch not to replace tab with space (diff) | |
download | gentoo-8dfd9d6f6b3e2ce6f9f695e276363627ec0520c7.tar.gz gentoo-8dfd9d6f6b3e2ce6f9f695e276363627ec0520c7.tar.bz2 gentoo-8dfd9d6f6b3e2ce6f9f695e276363627ec0520c7.zip |
dev-util/meson: add test dependencies
Package-Manager: Portage-2.3.52_p8, Repoman-2.3.12_p20
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util/meson')
-rw-r--r-- | dev-util/meson/meson-0.48.2.ebuild | 14 | ||||
-rw-r--r-- | dev-util/meson/meson-0.49.0.ebuild | 14 | ||||
-rw-r--r-- | dev-util/meson/meson-9999.ebuild | 14 |
3 files changed, 33 insertions, 9 deletions
diff --git a/dev-util/meson/meson-0.48.2.ebuild b/dev-util/meson/meson-0.48.2.ebuild index 1b7da1e7a772..70b182a1276c 100644 --- a/dev-util/meson/meson-0.48.2.ebuild +++ b/dev-util/meson/meson-0.48.2.ebuild @@ -19,10 +19,18 @@ HOMEPAGE="http://mesonbuild.com/" LICENSE="Apache-2.0" SLOT="0" -IUSE="" +IUSE="test" +RESTIRCT="!test? ( test )" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-libs/glib:2 + dev-libs/gobject-introspection + dev-vcs/git + virtual/pkgconfig + ) +" python_prepare_all() { # ASAN and sandbox both want control over LD_PRELOAD diff --git a/dev-util/meson/meson-0.49.0.ebuild b/dev-util/meson/meson-0.49.0.ebuild index 5e725b324a15..31840fa73f4f 100644 --- a/dev-util/meson/meson-0.49.0.ebuild +++ b/dev-util/meson/meson-0.49.0.ebuild @@ -19,10 +19,18 @@ HOMEPAGE="http://mesonbuild.com/" LICENSE="Apache-2.0" SLOT="0" -IUSE="" +IUSE="test" +RESTIRCT="!test? ( test )" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-libs/glib:2 + dev-libs/gobject-introspection + dev-vcs/git + virtual/pkgconfig + ) +" python_prepare_all() { # ASAN and sandbox both want control over LD_PRELOAD diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild index 5e725b324a15..31840fa73f4f 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.ebuild @@ -19,10 +19,18 @@ HOMEPAGE="http://mesonbuild.com/" LICENSE="Apache-2.0" SLOT="0" -IUSE="" +IUSE="test" +RESTIRCT="!test? ( test )" -DEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -RDEPEND="${DEPEND}" +RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" +DEPEND="${RDEPEND} + test? ( + dev-libs/glib:2 + dev-libs/gobject-introspection + dev-vcs/git + virtual/pkgconfig + ) +" python_prepare_all() { # ASAN and sandbox both want control over LD_PRELOAD |