From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id DA7A9138334 for ; Fri, 14 Dec 2018 15:33:36 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CFAD1E09B7; Fri, 14 Dec 2018 15:33:35 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id A1B06E09B7 for ; Fri, 14 Dec 2018 15:33:35 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A2AD1335C5D for ; Fri, 14 Dec 2018 15:33:33 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67E064E0 for ; Fri, 14 Dec 2018 15:33:31 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1544801581.8db4d6d61ab07d2f0266e27eef8ba90f9231d60e.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-util/meson/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-util/meson/meson-0.48.2.ebuild dev-util/meson/meson-0.49.0.ebuild dev-util/meson/meson-9999.ebuild X-VCS-Directories: dev-util/meson/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 8db4d6d61ab07d2f0266e27eef8ba90f9231d60e X-VCS-Branch: master Date: Fri, 14 Dec 2018 15:33:31 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: abb0b5ef-429c-4869-903e-33c3c6d4388e X-Archives-Hash: 988f9b83d65f709a5ffabae2ed0e681b commit: 8db4d6d61ab07d2f0266e27eef8ba90f9231d60e Author: PPed72 iol it> AuthorDate: Fri Dec 14 13:31:18 2018 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Fri Dec 14 15:33:01 2018 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8db4d6d6 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 iol.it> Signed-off-by: Mike Gilbert gentoo.org> dev-util/meson/meson-0.48.2.ebuild | 2 +- dev-util/meson/meson-0.49.0.ebuild | 2 +- 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 725ca55a947..fe4375bec96 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 75a04933cc4..31b02901a50 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 75a04933cc4..31b02901a50 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}