diff options
author | PPed72 <paolo.pedroni@iol.it> | 2018-12-14 14:31:18 +0100 |
---|---|---|
committer | Mike Gilbert <floppym@gentoo.org> | 2018-12-14 10:33:01 -0500 |
commit | 8db4d6d61ab07d2f0266e27eef8ba90f9231d60e (patch) | |
tree | 21151478f4f989456be561d3489f7213ee79cdf8 /dev-util/meson | |
parent | www-client/vivaldi-snapshot: Old (diff) | |
download | gentoo-8db4d6d61ab07d2f0266e27eef8ba90f9231d60e.tar.gz gentoo-8db4d6d61ab07d2f0266e27eef8ba90f9231d60e.tar.bz2 gentoo-8db4d6d61ab07d2f0266e27eef8ba90f9231d60e.zip |
dev-util/meson: fix typo in ebuild
RESTIRCT!=RESTRICT
Closes: https://bugs.gentoo.org/673130
Closes: https://github.com/gentoo/gentoo/pull/10642
Signed-off-by: Paolo Pedroni <paolo.pedroni@iol.it>
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 | 2 | ||||
-rw-r--r-- | dev-util/meson/meson-0.49.0.ebuild | 2 | ||||
-rw-r--r-- | dev-util/meson/meson-9999.ebuild | 2 |
3 files changed, 3 insertions, 3 deletions
diff --git a/dev-util/meson/meson-0.48.2.ebuild b/dev-util/meson/meson-0.48.2.ebuild index 725ca55a9477..fe4375bec963 100644 --- a/dev-util/meson/meson-0.48.2.ebuild +++ b/dev-util/meson/meson-0.48.2.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://mesonbuild.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="test" -RESTIRCT="!test? ( test )" +RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} diff --git a/dev-util/meson/meson-0.49.0.ebuild b/dev-util/meson/meson-0.49.0.ebuild index 75a04933cc49..31b02901a507 100644 --- a/dev-util/meson/meson-0.49.0.ebuild +++ b/dev-util/meson/meson-0.49.0.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://mesonbuild.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="test" -RESTIRCT="!test? ( test )" +RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} diff --git a/dev-util/meson/meson-9999.ebuild b/dev-util/meson/meson-9999.ebuild index 75a04933cc49..31b02901a507 100644 --- a/dev-util/meson/meson-9999.ebuild +++ b/dev-util/meson/meson-9999.ebuild @@ -20,7 +20,7 @@ HOMEPAGE="http://mesonbuild.com/" LICENSE="Apache-2.0" SLOT="0" IUSE="test" -RESTIRCT="!test? ( test )" +RESTRICT="!test? ( test )" RDEPEND="dev-python/setuptools[${PYTHON_USEDEP}]" DEPEND="${RDEPEND} |