diff options
author | 2023-10-26 22:03:45 +0300 | |
---|---|---|
committer | 2023-10-27 03:53:07 +0100 | |
commit | 4f9054c009e8c5984fe13406e0dbfb511246fc42 (patch) | |
tree | 3bb3a39b7403683646f625b61f1198a4a90473d1 /gui-apps | |
parent | gui-apps/waypipe: add 0.8.6 (diff) | |
download | gentoo-4f9054c009e8c5984fe13406e0dbfb511246fc42.tar.gz gentoo-4f9054c009e8c5984fe13406e0dbfb511246fc42.tar.bz2 gentoo-4f9054c009e8c5984fe13406e0dbfb511246fc42.zip |
gui-apps/waypipe: update EAPI 7 -> 8
Closes: https://bugs.gentoo.org/916302
Signed-off-by: Kostadin Shishmanov <kocelfc@tutanota.com>
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'gui-apps')
-rw-r--r-- | gui-apps/waypipe/waypipe-0.8.6.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gui-apps/waypipe/waypipe-0.8.6.ebuild b/gui-apps/waypipe/waypipe-0.8.6.ebuild index 0d8968a8db52..1c16a134838b 100644 --- a/gui-apps/waypipe/waypipe-0.8.6.ebuild +++ b/gui-apps/waypipe/waypipe-0.8.6.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 |