diff options
author | Mike Gilbert <floppym@gentoo.org> | 2020-01-14 00:26:28 -0500 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2020-01-14 00:26:28 -0500 |
commit | dccaf17cdb83a8d177c29c503085fcded61bb0f8 (patch) | |
tree | d561d4e5fa1518d274fd2096666e550cfd4e82b5 /dev-util | |
parent | dev-util/meson: fix test_pkgconfig_gen_deps (diff) | |
download | gentoo-dccaf17cdb83a8d177c29c503085fcded61bb0f8.tar.gz gentoo-dccaf17cdb83a8d177c29c503085fcded61bb0f8.tar.bz2 gentoo-dccaf17cdb83a8d177c29c503085fcded61bb0f8.zip |
dev-util/meson: set DISTUTILS_USE_SETUPTOOLS=rdepend
Package-Manager: Portage-2.3.84_p2, Repoman-2.3.20_p24
Signed-off-by: Mike Gilbert <floppym@gentoo.org>
Diffstat (limited to 'dev-util')
-rw-r--r-- | dev-util/meson/meson-0.51.2.ebuild | 4 | ||||
-rw-r--r-- | dev-util/meson/meson-0.52.1.ebuild | 4 | ||||
-rw-r--r-- | dev-util/meson/meson-0.53.0.ebuild | 4 | ||||
-rw-r--r-- | dev-util/meson/meson-9999.ebuild | 4 |
4 files changed, 8 insertions, 8 deletions
diff --git a/dev-util/meson/meson-0.51.2.ebuild b/dev-util/meson/meson-0.51.2.ebuild index cb9f77be1aa8..f7c71e2ff810 100644 --- a/dev-util/meson/meson-0.51.2.ebuild +++ b/dev-util/meson/meson-0.51.2.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" @@ -22,8 +23,7 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" test? ( dev-libs/glib:2 dev-libs/gobject-introspection diff --git a/dev-util/meson/meson-0.52.1.ebuild b/dev-util/meson/meson-0.52.1.ebuild index 3b5f7e24d004..4c6121e02d36 100644 --- a/dev-util/meson/meson-0.52.1.ebuild +++ b/dev-util/meson/meson-0.52.1.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" @@ -22,8 +23,7 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" test? ( dev-libs/glib:2 dev-libs/gobject-introspection diff --git a/dev-util/meson/meson-0.53.0.ebuild b/dev-util/meson/meson-0.53.0.ebuild index c9252fd5abdf..75a6c3d5aeda 100644 --- a/dev-util/meson/meson-0.53.0.ebuild +++ b/dev-util/meson/meson-0.53.0.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" @@ -22,8 +23,7 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" test? ( dev-libs/glib:2 dev-libs/gobject-introspection diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild index e7ca1f73f7bf..42710544044c 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.ebuild @@ -3,6 +3,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" if [[ ${PV} = *9999* ]]; then EGIT_REPO_URI="https://github.com/mesonbuild/meson" @@ -22,8 +23,7 @@ SLOT="0" IUSE="test" RESTRICT="!test? ( test )" -RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" -DEPEND="${RDEPEND} +DEPEND=" test? ( dev-libs/glib:2 dev-libs/gobject-introspection |