diff options
author | Joonas Niilola <juippis@gentoo.org> | 2022-03-04 11:14:00 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2022-03-04 11:49:48 +0200 |
commit | 53d13f5909162d1b8ded6071a349fa2e9462fac1 (patch) | |
tree | edeb1f96a53ce973fdea9000e848bd6495892b01 /dev-cpp/ms-gsl | |
parent | dev-cpp/ms-gsl: Version bump 4.0.0 (diff) | |
download | gentoo-53d13f5909162d1b8ded6071a349fa2e9462fac1.tar.gz gentoo-53d13f5909162d1b8ded6071a349fa2e9462fac1.tar.bz2 gentoo-53d13f5909162d1b8ded6071a349fa2e9462fac1.zip |
dev-cpp/ms-gsl: EAPI-7 -> 8 on 4.0.0, sync -9999
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-cpp/ms-gsl')
-rw-r--r-- | dev-cpp/ms-gsl/ms-gsl-4.0.0.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/ms-gsl/ms-gsl-9999.ebuild | 2 |
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 |