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 D32FD1382C5 for ; Fri, 19 Mar 2021 04:12:06 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 218DAE0886; Fri, 19 Mar 2021 04:12:06 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 04EACE07A5 for ; Fri, 19 Mar 2021 04:12:05 +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 A7395340BE8 for ; Fri, 19 Mar 2021 04:12:04 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 040815C4 for ; Fri, 19 Mar 2021 04:12:03 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1616127109.c13bd1025edf32b9bee1e7e7728b1fe8ddf67058.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/moarvm/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/moarvm/moarvm-2021.02.ebuild X-VCS-Directories: dev-lang/moarvm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: c13bd1025edf32b9bee1e7e7728b1fe8ddf67058 X-VCS-Branch: master Date: Fri, 19 Mar 2021 04:12:03 +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: 8b9abccc-8e74-4240-b258-ee3424445874 X-Archives-Hash: 24f69480da3e76e2d21db5102e7ecb1b commit: c13bd1025edf32b9bee1e7e7728b1fe8ddf67058 Author: Sam James gentoo org> AuthorDate: Fri Mar 19 03:58:31 2021 +0000 Commit: Sam James gentoo org> CommitDate: Fri Mar 19 04:11:49 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c13bd102 dev-lang/moarvm: fix MultipleKeywordsLines Signed-off-by: Sam James gentoo.org> dev-lang/moarvm/moarvm-2021.02.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/dev-lang/moarvm/moarvm-2021.02.ebuild b/dev-lang/moarvm/moarvm-2021.02.ebuild index 27ecb3b8904..df017e9cd54 100644 --- a/dev-lang/moarvm/moarvm-2021.02.ebuild +++ b/dev-lang/moarvm/moarvm-2021.02.ebuild @@ -9,7 +9,6 @@ MY_PN="MoarVM" if [[ ${PV} == "9999" ]]; then EGIT_REPO_URI="https://github.com/${MY_PN}/${MY_PN}.git" inherit git-r3 - KEYWORDS="" S="${WORKDIR}/${P}" else SRC_URI="http://moarvm.org/releases/${MY_PN}-${PV}.tar.gz"