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 9D54F138350 for ; Fri, 3 Apr 2020 11:31:43 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E1146E0AA2; Fri, 3 Apr 2020 11:31:42 +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 0FEC2E0AA2 for ; Fri, 3 Apr 2020 11:31:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 EF78A34EF75 for ; Fri, 3 Apr 2020 11:31:40 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8ED888D for ; Fri, 3 Apr 2020 11:31:38 +0000 (UTC) From: "Thomas Deutschmann" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Thomas Deutschmann" Message-ID: <1585913475.5e5043786647f56d6b76681f2c92249dfee50111.whissi@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/spidermonkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/spidermonkey/spidermonkey-68.6.0.ebuild dev-lang/spidermonkey/spidermonkey-68.6.0_pre1.ebuild X-VCS-Directories: dev-lang/spidermonkey/ X-VCS-Committer: whissi X-VCS-Committer-Name: Thomas Deutschmann X-VCS-Revision: 5e5043786647f56d6b76681f2c92249dfee50111 X-VCS-Branch: master Date: Fri, 3 Apr 2020 11:31:38 +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: 947e1f61-6fab-444c-942c-39ddee54f833 X-Archives-Hash: b978d6c3460ae2bc19a7b97373814adf commit: 5e5043786647f56d6b76681f2c92249dfee50111 Author: Thomas Deutschmann gentoo org> AuthorDate: Fri Apr 3 11:21:49 2020 +0000 Commit: Thomas Deutschmann gentoo org> CommitDate: Fri Apr 3 11:31:15 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=5e504378 dev-lang/spidermonkey: restore keywords Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Thomas Deutschmann gentoo.org> .../{spidermonkey-68.6.0_pre1.ebuild => spidermonkey-68.6.0.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/spidermonkey/spidermonkey-68.6.0_pre1.ebuild b/dev-lang/spidermonkey/spidermonkey-68.6.0.ebuild similarity index 98% rename from dev-lang/spidermonkey/spidermonkey-68.6.0_pre1.ebuild rename to dev-lang/spidermonkey/spidermonkey-68.6.0.ebuild index ed7f8cf6a4d..821e7e4d984 100644 --- a/dev-lang/spidermonkey/spidermonkey-68.6.0_pre1.ebuild +++ b/dev-lang/spidermonkey/spidermonkey-68.6.0.ebuild @@ -49,7 +49,7 @@ SRC_URI="${MOZ_SRC_URI} DESCRIPTION="SpiderMonkey is Mozilla's JavaScript engine written in C and C++" HOMEPAGE="https://developer.mozilla.org/en-US/docs/Mozilla/Projects/SpiderMonkey" -KEYWORDS="" +KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~s390 ~sparc ~x86" SLOT="68" LICENSE="MPL-2.0"