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 8A92E15814D for ; Thu, 19 Oct 2023 15:13:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id CDEFF2BC1BA; Thu, 19 Oct 2023 15:13:22 +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 AC2312BC1BA for ; Thu, 19 Oct 2023 15:13:22 +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 C736A335D1C for ; Thu, 19 Oct 2023 15:13:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 67788128F for ; Thu, 19 Oct 2023 15:13:20 +0000 (UTC) From: "Michał Górny" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michał Górny" Message-ID: <1697728381.1ad89d5ac0b62e6332d4ea8d8f4027dde9ed0ce2.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvm-toolchain-symlinks/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-14-r1.ebuild sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild X-VCS-Directories: sys-devel/llvm-toolchain-symlinks/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 1ad89d5ac0b62e6332d4ea8d8f4027dde9ed0ce2 X-VCS-Branch: master Date: Thu, 19 Oct 2023 15:13:20 +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: 63a9a3fa-0dbf-47df-a4a2-f4cffa46849b X-Archives-Hash: 2163fd3d7a47fdcab36c94500f58f300 commit: 1ad89d5ac0b62e6332d4ea8d8f4027dde9ed0ce2 Author: Michał Górny gentoo org> AuthorDate: Thu Oct 19 15:04:40 2023 +0000 Commit: Michał Górny gentoo org> CommitDate: Thu Oct 19 15:13:01 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=1ad89d5a sys-devel/llvm-toolchain-symlinks: Fix EmptyGlobalAssignment Signed-off-by: Michał Górny gentoo.org> sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-14-r1.ebuild | 3 +-- sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild | 3 +-- sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild | 1 - sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild | 1 - sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild | 2 -- 5 files changed, 2 insertions(+), 8 deletions(-) diff --git a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-14-r1.ebuild b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-14-r1.ebuild index 8d59c568c625..444095748cf9 100644 --- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-14-r1.ebuild +++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-14-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,6 @@ inherit multilib DESCRIPTION="Symlinks to use LLVM on binutils-free system" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild index c5ec5834758e..63180b2f53b6 100644 --- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild +++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-15-r1.ebuild @@ -1,4 +1,4 @@ -# Copyright 2022 Gentoo Authors +# Copyright 2022-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,6 @@ inherit multilib DESCRIPTION="Symlinks to use LLVM on binutils-free system" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild index ecfb88fc66b0..62b9bc3714f6 100644 --- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild +++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-16-r1.ebuild @@ -7,7 +7,6 @@ inherit multilib DESCRIPTION="Symlinks to use LLVM on binutils-free system" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild index 3d5290db05a7..ba02c205d2b3 100644 --- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild +++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-17.ebuild @@ -7,7 +7,6 @@ inherit multilib DESCRIPTION="Symlinks to use LLVM on binutils-free system" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" diff --git a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild index 7df9e0837390..61c5f177a2fd 100644 --- a/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild +++ b/sys-devel/llvm-toolchain-symlinks/llvm-toolchain-symlinks-18.ebuild @@ -7,12 +7,10 @@ inherit multilib DESCRIPTION="Symlinks to use LLVM on binutils-free system" HOMEPAGE="https://wiki.gentoo.org/wiki/Project:LLVM" -SRC_URI="" S=${WORKDIR} LICENSE="public-domain" SLOT="${PV}" -KEYWORDS="" IUSE="multilib-symlinks +native-symlinks" RDEPEND="