Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-cpp/ms-gsl/
Date: Fri, 04 Mar 2022 09:49:55
Message-Id: 1646387388.53d13f5909162d1b8ded6071a349fa2e9462fac1.juippis@gentoo
1 commit: 53d13f5909162d1b8ded6071a349fa2e9462fac1
2 Author: Joonas Niilola <juippis <AT> gentoo <DOT> org>
3 AuthorDate: Fri Mar 4 09:14:00 2022 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Fri Mar 4 09:49:48 2022 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=53d13f59
7
8 dev-cpp/ms-gsl: EAPI-7 -> 8 on 4.0.0, sync -9999
9
10 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
11
12 dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild | 2 +-
13 dev-cpp/ms-gsl/ms-gsl-9999.ebuild | 2 +-
14 2 files changed, 2 insertions(+), 2 deletions(-)
15
16 diff --git a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
17 index 969b4835f0ed..5163b667edb2 100644
18 --- a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
19 +++ b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
20 @@ -1,7 +1,7 @@
21 # Copyright 1999-2022 Gentoo Authors
22 # Distributed under the terms of the GNU General Public License v2
23
24 -EAPI=7
25 +EAPI=8
26
27 inherit cmake
28
29
30 diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
31 index 79d5d3613d1d..79f60335475e 100644
32 --- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
33 +++ b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
34 @@ -1,7 +1,7 @@
35 # Copyright 1999-2022 Gentoo Authors
36 # Distributed under the terms of the GNU General Public License v2
37
38 -EAPI=7
39 +EAPI=8
40
41 inherit cmake git-r3