diff options
author | 2023-10-26 22:10:59 +0300 | |
---|---|---|
committer | 2023-10-27 03:53:07 +0100 | |
commit | eedc58f511c401dde40c7e408c711642ce0a5a97 (patch) | |
tree | 5555a04c9d5b00c3289b1aeb36ed081c3fe53470 /gui-apps/waypipe | |
parent | gui-apps/waypipe: update EAPI 7 -> 8 (diff) | |
download | gentoo-eedc58f511c401dde40c7e408c711642ce0a5a97.tar.gz gentoo-eedc58f511c401dde40c7e408c711642ce0a5a97.tar.bz2 gentoo-eedc58f511c401dde40c7e408c711642ce0a5a97.zip |
gui-apps/waypipe: also bump EAPI for live ebuild
Closes: https://bugs.gentoo.org/916302
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
Closes: https://github.com/gentoo/gentoo/pull/33526
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps/waypipe')
-rw-r--r-- | gui-apps/waypipe/waypipe-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/waypipe/waypipe-9999.ebuild b/gui-apps/waypipe/waypipe-9999.ebuild index 0d8968a8db52..1c16a134838b 100644 --- a/gui-apps/waypipe/waypipe-9999.ebuild +++ b/gui-apps/waypipe/waypipe-9999.ebuild @@ -1,7 +1,7 @@ # Copyright 2020-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{9..11} ) inherit meson python-any-r1 |