diff options
author | Nils Schlupp <nils.schlupp@gmail.com> | 2022-05-17 21:22:24 -0700 |
---|---|---|
committer | Marc Schiffbauer <mschiff@gentoo.org> | 2022-05-17 23:16:29 -1000 |
commit | 02e6487b95cda89d8bc1eccf6993853f3ad8702d (patch) | |
tree | 7361cc99a80a238d75117f82508ec5fc4c14eb4a /sci-geosciences | |
parent | sci-geosciences/opencpn-plugin-weather_routing: drop 1.10.1 (diff) | |
download | gentoo-02e6487b95cda89d8bc1eccf6993853f3ad8702d.tar.gz gentoo-02e6487b95cda89d8bc1eccf6993853f3ad8702d.tar.bz2 gentoo-02e6487b95cda89d8bc1eccf6993853f3ad8702d.zip |
sci-geosciences/opencpn-plugin-weather_routing: Bump EAPI version to 8
Signed-off-by: Nils Schlupp <nils.schlupp@gmail.com>
Closes: https://github.com/gentoo/gentoo/pull/25360
Signed-off-by: Marc Schiffbauer <mschiff@gentoo.org>
Diffstat (limited to 'sci-geosciences')
2 files changed, 4 insertions, 4 deletions
diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild index 586c24e8abcb..2d4a9d906c36 100644 --- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild +++ b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-1.13.1.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -WX_GTK_VER="3.0" +WX_GTK_VER="3.0-gtk3" inherit cmake wxwidgets MY_PN="weather_routing_pi" diff --git a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild index 586c24e8abcb..2d4a9d906c36 100644 --- a/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild +++ b/sci-geosciences/opencpn-plugin-weather_routing/opencpn-plugin-weather_routing-9999.ebuild @@ -1,9 +1,9 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -WX_GTK_VER="3.0" +WX_GTK_VER="3.0-gtk3" inherit cmake wxwidgets MY_PN="weather_routing_pi" |