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 DDE84158086 for ; Fri, 5 Nov 2021 13:39:27 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id AF3A2E08EF; Fri, 5 Nov 2021 13:39:26 +0000 (UTC) Received: from smtp.gentoo.org (dev.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 846F2E08EF for ; Fri, 5 Nov 2021 13:39:25 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 7E5A0342C7F for ; Fri, 5 Nov 2021 13:39:22 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 341CA197 for ; Fri, 5 Nov 2021 13:39:21 +0000 (UTC) From: "罗百科" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "罗百科" Message-ID: <1636119557.a9506d0fdd5713698e24b41ce4f6f5afea2bd7ad.patrick@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-lang/zig/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-lang/zig/zig-0.8.1-r1.ebuild dev-lang/zig/zig-0.8.1.ebuild dev-lang/zig/zig-9999.ebuild X-VCS-Directories: dev-lang/zig/ X-VCS-Committer: patrick X-VCS-Committer-Name: 罗百科 X-VCS-Revision: a9506d0fdd5713698e24b41ce4f6f5afea2bd7ad X-VCS-Branch: master Date: Fri, 5 Nov 2021 13:39:21 +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: 624cb5f3-ce27-472d-9a34-8e69f0fb9f69 X-Archives-Hash: 48bfb870a07b691018f10747211f77ce commit: a9506d0fdd5713698e24b41ce4f6f5afea2bd7ad Author: Patrick Lauer gentoo org> AuthorDate: Fri Nov 5 13:38:53 2021 +0000 Commit: 罗百科 gentoo org> CommitDate: Fri Nov 5 13:39:17 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a9506d0f dev-lang/zig: Disable experimental useflag for newest Doesn't build otherwise, can't be fixed easily as upstream assumes full LLVM_TARGETS available Bug: https://bugs.gentoo.org/800206 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Patrick Lauer gentoo.org> dev-lang/zig/{zig-0.8.1.ebuild => zig-0.8.1-r1.ebuild} | 5 ++--- dev-lang/zig/zig-9999.ebuild | 5 ++--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/dev-lang/zig/zig-0.8.1.ebuild b/dev-lang/zig/zig-0.8.1-r1.ebuild similarity index 89% rename from dev-lang/zig/zig-0.8.1.ebuild rename to dev-lang/zig/zig-0.8.1-r1.ebuild index 3a6741c72cd..6d44bbced52 100644 --- a/dev-lang/zig/zig-0.8.1.ebuild +++ b/dev-lang/zig/zig-0.8.1-r1.ebuild @@ -9,7 +9,7 @@ DESCRIPTION="A robust, optimal, and maintainable programming language" HOMEPAGE="https://ziglang.org/" LICENSE="MIT" SLOT="0" -IUSE="+experimental test" +IUSE="test" RESTRICT="!test? ( test )" if [[ ${PV} == 9999 ]]; then @@ -37,8 +37,7 @@ RDEPEND=" sys-devel/clang:${LLVM_MAX_SLOT} >=sys-devel/lld-12.0.0