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-libs/compiler-rt/
Date: Sat, 20 Jul 2019 22:35:04
Message-Id: 1563662082.700a421c27e748779222b852ebc8dd87e4a3d0a8.mgorny@gentoo
1 commit: 700a421c27e748779222b852ebc8dd87e4a3d0a8
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 20:55:21 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 22:34:42 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=700a421c
7
8 sys-libs/compiler-rt: Bump -9999 to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/compiler-rt/compiler-rt-9999.ebuild | 2 +-
13 1 file changed, 1 insertion(+), 1 deletion(-)
14
15 diff --git a/sys-libs/compiler-rt/compiler-rt-9999.ebuild b/sys-libs/compiler-rt/compiler-rt-9999.ebuild
16 index f78b02834dc..c102c90e054 100644
17 --- a/sys-libs/compiler-rt/compiler-rt-9999.ebuild
18 +++ b/sys-libs/compiler-rt/compiler-rt-9999.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 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
27 # (needed due to CMAKE_BUILD_TYPE != Gentoo)