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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D1963158044 for ; Tue, 16 Apr 2024 16:31:21 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 12EF2E2A0E; Tue, 16 Apr 2024 16:31:21 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id E24E9E2A0C for ; Tue, 16 Apr 2024 16:31:20 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 39AEF343425 for ; Tue, 16 Apr 2024 16:31:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A59E41701 for ; Tue, 16 Apr 2024 16:31:18 +0000 (UTC) From: "Arthur Zamarin" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Arthur Zamarin" Message-ID: <1713285073.a4af63b0699a452b57566590a5a652966b941a63.arthurzam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/elixir/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/elixir/elixir-1.15.7.ebuild X-VCS-Directories: dev-lang/elixir/ X-VCS-Committer: arthurzam X-VCS-Committer-Name: Arthur Zamarin X-VCS-Revision: a4af63b0699a452b57566590a5a652966b941a63 X-VCS-Branch: master Date: Tue, 16 Apr 2024 16:31:18 +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: def1bf65-bf4e-47ad-a6bf-e8f8c2cdf78b X-Archives-Hash: 5a42bae9fb7300abb1908cb8c6a23112 commit: a4af63b0699a452b57566590a5a652966b941a63 Author: Arthur Zamarin gentoo org> AuthorDate: Tue Apr 16 16:31:13 2024 +0000 Commit: Arthur Zamarin gentoo org> CommitDate: Tue Apr 16 16:31:13 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a4af63b0 dev-lang/elixir: Stabilize 1.15.7 ppc, #930000 Signed-off-by: Arthur Zamarin gentoo.org> dev-lang/elixir/elixir-1.15.7.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/elixir/elixir-1.15.7.ebuild b/dev-lang/elixir/elixir-1.15.7.ebuild index 13e7b7258b53..d1b44cdcddfc 100644 --- a/dev-lang/elixir/elixir-1.15.7.ebuild +++ b/dev-lang/elixir/elixir-1.15.7.ebuild @@ -9,7 +9,7 @@ SRC_URI="https://github.com/elixir-lang/elixir/archive/v${PV}.tar.gz -> ${P}.tar LICENSE="Apache-2.0 ErlPL-1.1" SLOT="0" -KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ~ppc ~riscv ~sparc ~x86" +KEYWORDS="~amd64 ~arm ~arm64 ~ia64 ppc ~riscv ~sparc ~x86" IUSE="test" RESTRICT="!test? ( test )"