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.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id E49D91382C5 for ; Thu, 11 Mar 2021 16:43:10 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 31D61E0814; Thu, 11 Mar 2021 16:43:10 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 190D7E0814 for ; Thu, 11 Mar 2021 16:43:10 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id E83C2335D84 for ; Thu, 11 Mar 2021 16:43:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 88760590 for ; Thu, 11 Mar 2021 16:43:07 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1615480860.e0a64a07590cf8a8511b74f9c01434d388fd8ee1.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/libclc/ X-VCS-Repository: repo/gentoo X-VCS-Files: dev-libs/libclc/libclc-0.2.0_pre20201001.ebuild X-VCS-Directories: dev-libs/libclc/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: e0a64a07590cf8a8511b74f9c01434d388fd8ee1 X-VCS-Branch: master Date: Thu, 11 Mar 2021 16:43:07 +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: 15f69752-bba0-4316-945d-4fc818be339c X-Archives-Hash: 482d8ab2410c6d262dacebf318c3d8be commit: e0a64a07590cf8a8511b74f9c01434d388fd8ee1 Author: Matt Turner gentoo org> AuthorDate: Thu Mar 11 16:40:37 2021 +0000 Commit: Matt Turner gentoo org> CommitDate: Thu Mar 11 16:41:00 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e0a64a07 dev-libs/libclc: Drop llvm:9 support Signed-off-by: Matt Turner gentoo.org> dev-libs/libclc/libclc-0.2.0_pre20201001.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/dev-libs/libclc/libclc-0.2.0_pre20201001.ebuild b/dev-libs/libclc/libclc-0.2.0_pre20201001.ebuild index cb5d00dbecc..ffc6fbd8be7 100644 --- a/dev-libs/libclc/libclc-0.2.0_pre20201001.ebuild +++ b/dev-libs/libclc/libclc-0.2.0_pre20201001.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -23,7 +23,6 @@ BDEPEND=" sys-devel/clang:12 sys-devel/clang:11 sys-devel/clang:10 - sys-devel/clang:9 ) ${PYTHON_DEPS}"