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 E82A9138359 for ; Tue, 28 Jul 2020 19:33:12 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EAF33E0929; Tue, 28 Jul 2020 19:33:11 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 D34D1E0929 for ; Tue, 28 Jul 2020 19:33:11 +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 B6E4434EFDC for ; Tue, 28 Jul 2020 19:33:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 34B392F1 for ; Tue, 28 Jul 2020 19:33:09 +0000 (UTC) From: "Keri Harris" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Keri Harris" Message-ID: <1595964715.f395d604dc096789410291f91d1d35d98d78b3fe.keri@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/mozart/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/mozart/mozart-2.0.1.ebuild X-VCS-Directories: dev-lang/mozart/ X-VCS-Committer: keri X-VCS-Committer-Name: Keri Harris X-VCS-Revision: f395d604dc096789410291f91d1d35d98d78b3fe X-VCS-Branch: master Date: Tue, 28 Jul 2020 19:33:09 +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: de779df1-dd5a-41db-a0d6-767ac41b4533 X-Archives-Hash: 8bc86419c50f37939dfca335fc72922e commit: f395d604dc096789410291f91d1d35d98d78b3fe Author: Keri Harris gentoo org> AuthorDate: Tue Jul 28 19:31:55 2020 +0000 Commit: Keri Harris gentoo org> CommitDate: Tue Jul 28 19:31:55 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f395d604 dev-lang/mozart: stable on amd64 + x86. Bug 734090 Package-Manager: Portage-2.3.103, Repoman-2.3.22 Signed-off-by: Keri Harris gentoo.org> dev-lang/mozart/mozart-2.0.1.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/mozart/mozart-2.0.1.ebuild b/dev-lang/mozart/mozart-2.0.1.ebuild index b44def58b10..09d87b13382 100644 --- a/dev-lang/mozart/mozart-2.0.1.ebuild +++ b/dev-lang/mozart/mozart-2.0.1.ebuild @@ -14,7 +14,7 @@ SRC_URI="https://github.com/mozart/mozart2/archive/v${PV}.tar.gz -> ${P}.tar.gz LICENSE="BSD-2" SLOT="0" -KEYWORDS="~amd64 ~x86" +KEYWORDS="amd64 x86" IUSE="emacs test" RESTRICT="!test? ( test )"