Gentoo Archives: gentoo-commits

From: James Le Cuirot <chewi@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: www-servers/tornado/
Date: Sat, 29 Jan 2022 13:38:24
Message-Id: 1643463481.c0e1473452afa167e0eb03d7a694bf3238f44806.chewi@gentoo
1 commit: c0e1473452afa167e0eb03d7a694bf3238f44806
2 Author: James Le Cuirot <chewi <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jan 29 13:20:30 2022 +0000
4 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org>
5 CommitDate: Sat Jan 29 13:38:01 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c0e14734
7
8 www-servers/tornado: Keyword 6.1 for ~m68k
9
10 1 of 1167 tests failed. Seemingly timing-related.
11
12 Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org>
13
14 www-servers/tornado/tornado-6.1.ebuild | 4 ++--
15 1 file changed, 2 insertions(+), 2 deletions(-)
16
17 diff --git a/www-servers/tornado/tornado-6.1.ebuild b/www-servers/tornado/tornado-6.1.ebuild
18 index 07dc01f2ed59..2f2533b8e189 100644
19 --- a/www-servers/tornado/tornado-6.1.ebuild
20 +++ b/www-servers/tornado/tornado-6.1.ebuild
21 @@ -1,4 +1,4 @@
22 -# Copyright 1999-2021 Gentoo Authors
23 +# Copyright 1999-2022 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27 @@ -14,7 +14,7 @@ SRC_URI="mirror://pypi/${PN:0:1}/${PN}/${P}.tar.gz"
28
29 LICENSE="Apache-2.0"
30 SLOT="0"
31 -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
32 +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ppc ppc64 ~riscv ~s390 sparc x86 ~amd64-linux ~x86-linux ~x64-macos"
33 IUSE="examples test"
34 RESTRICT="!test? ( test )"