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 0C8C815800C for ; Tue, 4 Apr 2023 22:52:41 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 571DFE087F; Tue, 4 Apr 2023 22:52:40 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 3D647E087F for ; Tue, 4 Apr 2023 22:52:40 +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 56C19340B27 for ; Tue, 4 Apr 2023 22:52:39 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id E6B7099A for ; Tue, 4 Apr 2023 22:52:37 +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: <1680648734.fb0bc8983892e7267c7cdaa8d86599d8c1ab8a21.sam@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.14.3.ebuild X-VCS-Directories: dev-lang/elixir/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: fb0bc8983892e7267c7cdaa8d86599d8c1ab8a21 X-VCS-Branch: master Date: Tue, 4 Apr 2023 22:52:37 +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: f07183c1-a0ea-42ba-947e-4aa6f9aab475 X-Archives-Hash: f76f5dc0256d2487710501a18ff7534d commit: fb0bc8983892e7267c7cdaa8d86599d8c1ab8a21 Author: Sam James gentoo org> AuthorDate: Tue Apr 4 22:52:14 2023 +0000 Commit: Sam James gentoo org> CommitDate: Tue Apr 4 22:52:14 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=fb0bc898 dev-lang/elixir: Stabilize 1.14.3 ppc, #903762 Signed-off-by: Sam James gentoo.org> dev-lang/elixir/elixir-1.14.3.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dev-lang/elixir/elixir-1.14.3.ebuild b/dev-lang/elixir/elixir-1.14.3.ebuild index ea9609380804..42af93cca0b9 100644 --- a/dev-lang/elixir/elixir-1.14.3.ebuild +++ b/dev-lang/elixir/elixir-1.14.3.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 )"