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/libomp/
Date: Sat, 20 Jul 2019 22:35:03
Message-Id: 1563662087.283dccfb0b7e95b2773a35887459a6d98feaacb3.mgorny@gentoo
1 commit: 283dccfb0b7e95b2773a35887459a6d98feaacb3
2 Author: Michał Górny <mgorny <AT> gentoo <DOT> org>
3 AuthorDate: Sat Jul 20 20:55:29 2019 +0000
4 Commit: Michał Górny <mgorny <AT> gentoo <DOT> org>
5 CommitDate: Sat Jul 20 22:34:47 2019 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=283dccfb
7
8 sys-libs/libomp: Bump -9999 to EAPI 7
9
10 Signed-off-by: Michał Górny <mgorny <AT> gentoo.org>
11
12 sys-libs/libomp/libomp-9999.ebuild | 4 ++--
13 1 file changed, 2 insertions(+), 2 deletions(-)
14
15 diff --git a/sys-libs/libomp/libomp-9999.ebuild b/sys-libs/libomp/libomp-9999.ebuild
16 index 4e3869d17d8..a60a4c6ec94 100644
17 --- a/sys-libs/libomp/libomp-9999.ebuild
18 +++ b/sys-libs/libomp/libomp-9999.ebuild
19 @@ -1,7 +1,7 @@
20 -# Copyright 1999-2018 Gentoo Foundation
21 +# Copyright 1999-2019 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=6
25 +EAPI=7
26
27 : ${CMAKE_MAKEFILE_GENERATOR:=ninja}
28 # (needed due to CMAKE_BUILD_TYPE != Gentoo)