Gentoo Archives: gentoo-commits

From: "Michał Górny" <mgorny@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: sys-devel/llvmgold/
Date: Sat, 21 Sep 2019 09:15:56
Message-Id: 1569057325.19ff02df14ec5d69b1c62ac3b91c48de3eb889ee.mgorny@gentoo
1 commit: 19ff02df14ec5d69b1c62ac3b91c48de3eb889ee
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Sep 21 08:20:06 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Sep 21 09:15:25 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=19ff02df
7
8 sys-devel/llvmgold: Bump -9 to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-devel/llvmgold/llvmgold-9.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-devel/llvmgold/llvmgold-9.ebuild b/sys-devel/llvmgold/llvmgold-9.ebuild
16 index 26f191ef4df..b444b90c866 100644
17 --- a/sys-devel/llvmgold/llvmgold-9.ebuild
18 +++ b/sys-devel/llvmgold/llvmgold-9.ebuild
19 @@ -1,7 +1,7 @@
20 # Copyright 1999-2019 Gentoo Authors
21 # Distributed under the terms of the GNU General Public License v2
22
23 -EAPI=6
24 +EAPI=7
25
26 DESCRIPTION="LLVMgold plugin symlink for autoloading"
27 HOMEPAGE="https://llvm.org/"