From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1464540-garchives=archives.gentoo.org@lists.gentoo.org> 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 65AEF158021 for <garchives@archives.gentoo.org>; Tue, 6 Dec 2022 06:18:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6E46DE089A; Tue, 6 Dec 2022 06:18:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (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 4FC2DE0896 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Dec 2022 06:18:45 +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) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5F38D3410A0 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Dec 2022 06:18:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 914D2775 for <gentoo-commits@lists.gentoo.org>; Tue, 6 Dec 2022 06:18:42 +0000 (UTC) From: "WANG Xuerui" <xen0n@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "WANG Xuerui" <xen0n@gentoo.org> Message-ID: <1670306592.e4514ea00e531f91fb5923a8d926fd95461d1a99.xen0n@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-16.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: xen0n X-VCS-Committer-Name: WANG Xuerui X-VCS-Revision: e4514ea00e531f91fb5923a8d926fd95461d1a99 X-VCS-Branch: master Date: Tue, 6 Dec 2022 06:18:42 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: eaa4a225-ea5b-4183-8d28-ccbacbfbd60b X-Archives-Hash: 9e133d85c010213adbdcc413027d06e4 commit: e4514ea00e531f91fb5923a8d926fd95461d1a99 Author: WANG Xuerui <xen0n <AT> gentoo <DOT> org> AuthorDate: Tue Dec 6 05:56:56 2022 +0000 Commit: WANG Xuerui <xen0n <AT> gentoo <DOT> org> CommitDate: Tue Dec 6 06:03:12 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e4514ea0 sys-devel/llvmgold: drop PROPERTIES=live for 16 It's only for silencing the "no KEYWORDS" warnings, now that we have ~loong on the ebuild it's about time to drop it because the ebuild actually isn't pulling from VCS. Suggested-by: Michał Górny <mgorny <AT> gentoo.org> Signed-off-by: WANG Xuerui <xen0n <AT> gentoo.org> sys-devel/llvmgold/llvmgold-16.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/sys-devel/llvmgold/llvmgold-16.ebuild b/sys-devel/llvmgold/llvmgold-16.ebuild index c94db888493e..17566e8e5d16 100644 --- a/sys-devel/llvmgold/llvmgold-16.ebuild +++ b/sys-devel/llvmgold/llvmgold-16.ebuild @@ -10,7 +10,6 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="0" KEYWORDS="~loong" -PROPERTIES="live" RDEPEND=" sys-devel/llvm:${PV}[binutils-plugin]