Gentoo Archives: gentoo-commits

From: Patrice Clement <monsieurp@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/micropython/
Date: Wed, 27 Nov 2019 23:29:15
Message-Id: 1574897347.05c15621c122ecd45249a72febc8b8051fe9208f.monsieurp@gentoo
1 commit: 05c15621c122ecd45249a72febc8b8051fe9208f
2 Author: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
3 AuthorDate: Wed Nov 27 23:28:53 2019 +0000
4 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org>
5 CommitDate: Wed Nov 27 23:29:07 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05c15621
7
8 dev-lang/micropython: clear QA warnings.
9
10 Package-Manager: Portage-2.3.79, Repoman-2.3.16
11 Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org>
12
13 dev-lang/micropython/micropython-1.11.ebuild | 1 +
14 dev-lang/micropython/micropython-1.9.3.ebuild | 3 ++-
15 dev-lang/micropython/micropython-1.9.4.ebuild | 3 ++-
16 3 files changed, 5 insertions(+), 2 deletions(-)
17
18 diff --git a/dev-lang/micropython/micropython-1.11.ebuild b/dev-lang/micropython/micropython-1.11.ebuild
19 index d1f7d57db77..0c8219f7670 100644
20 --- a/dev-lang/micropython/micropython-1.11.ebuild
21 +++ b/dev-lang/micropython/micropython-1.11.ebuild
22 @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
23 LICENSE="MIT"
24 SLOT="0"
25 IUSE="test"
26 +RESTRICT="!test? ( test )"
27
28 DEPEND="
29 virtual/libffi
30
31 diff --git a/dev-lang/micropython/micropython-1.9.3.ebuild b/dev-lang/micropython/micropython-1.9.3.ebuild
32 index 672087758df..e519fa6a445 100644
33 --- a/dev-lang/micropython/micropython-1.9.3.ebuild
34 +++ b/dev-lang/micropython/micropython-1.9.3.ebuild
35 @@ -1,4 +1,4 @@
36 -# Copyright 1999-2017 Gentoo Foundation
37 +# Copyright 1999-2019 Gentoo Authors
38 # Distributed under the terms of the GNU General Public License v2
39
40 EAPI=6
41 @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
42 LICENSE="MIT"
43 SLOT="0"
44 IUSE="test"
45 +RESTRICT="!test? ( test )"
46
47 DEPEND="
48 virtual/libffi
49
50 diff --git a/dev-lang/micropython/micropython-1.9.4.ebuild b/dev-lang/micropython/micropython-1.9.4.ebuild
51 index 95899e4fd9b..ac529849faa 100644
52 --- a/dev-lang/micropython/micropython-1.9.4.ebuild
53 +++ b/dev-lang/micropython/micropython-1.9.4.ebuild
54 @@ -1,4 +1,4 @@
55 -# Copyright 1999-2018 Gentoo Foundation
56 +# Copyright 1999-2019 Gentoo Authors
57 # Distributed under the terms of the GNU General Public License v2
58
59 EAPI=6
60 @@ -13,6 +13,7 @@ KEYWORDS="~amd64 ~x86"
61 LICENSE="MIT"
62 SLOT="0"
63 IUSE="test"
64 +RESTRICT="!test? ( test )"
65
66 DEPEND="
67 virtual/libffi