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 BA1DB138334 for ; Sat, 20 Jul 2019 22:35:04 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 78B13E0823; Sat, 20 Jul 2019 22:35:01 +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 5C545E0823 for ; Sat, 20 Jul 2019 22:35:01 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 6BC1A34827B for ; Sat, 20 Jul 2019 22:35:00 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C648A740 for ; Sat, 20 Jul 2019 22:34:55 +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: <1563662089.7ca4ba8a31424a073791be570ee829c1a049cdc4.mgorny@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/ X-VCS-Repository: repo/gentoo X-VCS-Files: sys-devel/llvmgold/llvmgold-10.ebuild X-VCS-Directories: sys-devel/llvmgold/ X-VCS-Committer: mgorny X-VCS-Committer-Name: Michał Górny X-VCS-Revision: 7ca4ba8a31424a073791be570ee829c1a049cdc4 X-VCS-Branch: master Date: Sat, 20 Jul 2019 22:34:55 +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: cf1f8f53-b6c3-4dd5-9ee1-070ff04ed53e X-Archives-Hash: e617665b038e3020e9ee4656c52f2718 commit: 7ca4ba8a31424a073791be570ee829c1a049cdc4 Author: Michał Górny gentoo org> AuthorDate: Sat Jul 20 21:00:17 2019 +0000 Commit: Michał Górny gentoo org> CommitDate: Sat Jul 20 22:34:49 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7ca4ba8a sys-devel/llvmgold: Bump to EAPI 7 Signed-off-by: Michał Górny gentoo.org> sys-devel/llvmgold/llvmgold-10.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-devel/llvmgold/llvmgold-10.ebuild b/sys-devel/llvmgold/llvmgold-10.ebuild index 2003115b219..d39624ea036 100644 --- a/sys-devel/llvmgold/llvmgold-10.ebuild +++ b/sys-devel/llvmgold/llvmgold-10.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2019 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=7 DESCRIPTION="LLVMgold plugin symlink for autoloading" HOMEPAGE="https://llvm.org/"