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 B8C3915801B for ; Sat, 26 Aug 2023 20:00:40 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A71382BC04E; Sat, 26 Aug 2023 20:00:39 +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)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8B4392BC04E for ; Sat, 26 Aug 2023 20:00:39 +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 74816340D4D for ; Sat, 26 Aug 2023 20:00:38 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id CB73310AE for ; Sat, 26 Aug 2023 20:00:36 +0000 (UTC) From: "Mike Gilbert" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Mike Gilbert" Message-ID: <1693079968.37643000bea3e0b99ba3d3d57b161ca118def235.floppym@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-17.ebuild sys-devel/llvmgold/llvmgold-18.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: floppym X-VCS-Committer-Name: Mike Gilbert X-VCS-Revision: 37643000bea3e0b99ba3d3d57b161ca118def235 X-VCS-Branch: master Date: Sat, 26 Aug 2023 20:00:36 +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: 1d0e37bd-c9a6-4445-a6a4-ee9d534e9616 X-Archives-Hash: fef9f0fee679baabf3b8886b7f7fefd1 commit: 37643000bea3e0b99ba3d3d57b161ca118def235 Author: Mike Gilbert gentoo org> AuthorDate: Sat Aug 26 19:59:28 2023 +0000 Commit: Mike Gilbert gentoo org> CommitDate: Sat Aug 26 19:59:28 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=37643000 sys-devel/llvmgold: drop PROPERTIES=live Signed-off-by: Mike Gilbert gentoo.org> sys-devel/llvmgold/llvmgold-17.ebuild | 1 - sys-devel/llvmgold/llvmgold-18.ebuild | 1 - 2 files changed, 2 deletions(-) diff --git a/sys-devel/llvmgold/llvmgold-17.ebuild b/sys-devel/llvmgold/llvmgold-17.ebuild index 0f6fedb082d3..5e52768c1f1a 100644 --- a/sys-devel/llvmgold/llvmgold-17.ebuild +++ b/sys-devel/llvmgold/llvmgold-17.ebuild @@ -10,7 +10,6 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="0" KEYWORDS="" -PROPERTIES="live" RDEPEND=" sys-devel/llvm:${PV}[binutils-plugin] diff --git a/sys-devel/llvmgold/llvmgold-18.ebuild b/sys-devel/llvmgold/llvmgold-18.ebuild index 0f6fedb082d3..5e52768c1f1a 100644 --- a/sys-devel/llvmgold/llvmgold-18.ebuild +++ b/sys-devel/llvmgold/llvmgold-18.ebuild @@ -10,7 +10,6 @@ S=${WORKDIR} LICENSE="public-domain" SLOT="0" KEYWORDS="" -PROPERTIES="live" RDEPEND=" sys-devel/llvm:${PV}[binutils-plugin]