summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoonas Niilola <juippis@gentoo.org>2022-03-04 11:14:00 +0200
committerJoonas Niilola <juippis@gentoo.org>2022-03-04 11:49:48 +0200
commit53d13f5909162d1b8ded6071a349fa2e9462fac1 (patch)
treeedeb1f96a53ce973fdea9000e848bd6495892b01
parentdev-cpp/ms-gsl: Version bump 4.0.0 (diff)
downloadgentoo-53d13f59.tar.gz
gentoo-53d13f59.tar.bz2
gentoo-53d13f59.zip
dev-cpp/ms-gsl: EAPI-7 -> 8 on 4.0.0, sync -9999
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild2
-rw-r--r--dev-cpp/ms-gsl/ms-gsl-9999.ebuild2
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
index 969b4835f0ed..5163b667edb2 100644
--- a/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake
diff --git a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
index 79d5d3613d1d..79f60335475e 100644
--- a/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
+++ b/dev-cpp/ms-gsl/ms-gsl-9999.ebuild
@@ -1,7 +1,7 @@
# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
inherit cmake git-r3