From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1324029-garchives=archives.gentoo.org@lists.gentoo.org> 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 96A0C158013 for <garchives@archives.gentoo.org>; Fri, 24 Sep 2021 21:36:59 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78601E08FE; Fri, 24 Sep 2021 21:36:58 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 580E8E08FE for <gentoo-commits@lists.gentoo.org>; Fri, 24 Sep 2021 21:36:58 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 35D4F342BD9 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Sep 2021 21:36:57 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A645E83 for <gentoo-commits@lists.gentoo.org>; Fri, 24 Sep 2021 21:36:55 +0000 (UTC) From: "James Le Cuirot" <chewi@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "James Le Cuirot" <chewi@gentoo.org> Message-ID: <1632519378.2a3d7861130517047e64cc156805f41c9ea49edf.chewi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/scripttest/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-python/scripttest/scripttest-1.3.0-r1.ebuild X-VCS-Directories: dev-python/scripttest/ X-VCS-Committer: chewi X-VCS-Committer-Name: James Le Cuirot X-VCS-Revision: 2a3d7861130517047e64cc156805f41c9ea49edf X-VCS-Branch: master Date: Fri, 24 Sep 2021 21:36:55 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2150142e-432c-4d32-b0e1-5a5456a08a1d X-Archives-Hash: 63ef1634f46bebe715e67fd322246693 commit: 2a3d7861130517047e64cc156805f41c9ea49edf Author: James Le Cuirot <chewi <AT> gentoo <DOT> org> AuthorDate: Thu Sep 23 22:23:45 2021 +0000 Commit: James Le Cuirot <chewi <AT> gentoo <DOT> org> CommitDate: Fri Sep 24 21:36:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2a3d7861 dev-python/scripttest: Keyword 1.3.0-r1 for ~m68k The tests pass. Signed-off-by: James Le Cuirot <chewi <AT> gentoo.org> dev-python/scripttest/scripttest-1.3.0-r1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild index fdd926b2be4..6a6be6c5075 100644 --- a/dev-python/scripttest/scripttest-1.3.0-r1.ebuild +++ b/dev-python/scripttest/scripttest-1.3.0-r1.ebuild @@ -14,6 +14,6 @@ SRC_URI="https://github.com/pypa/scripttest/archive/${PV}.tar.gz -> ${P}.tar.gz" LICENSE="MIT" SLOT="0" -KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" +KEYWORDS="~alpha amd64 arm arm64 hppa ~ia64 ~m68k ~mips ppc ppc64 ~riscv sparc x86 ~x64-macos" distutils_enable_tests pytest