diff options
author | 2023-01-07 15:57:16 +0000 | |
---|---|---|
committer | 2023-01-07 15:57:16 +0000 | |
commit | 2fd89bf13f9042229c4a309460fe903640200cd6 (patch) | |
tree | 246edf3062631e2ce59442a15770b3212f86e955 /kde-misc/semantik | |
parent | remove old nowdock panel ebuilds (diff) | |
download | lmiphay-2fd89bf13f9042229c4a309460fe903640200cd6.tar.gz lmiphay-2fd89bf13f9042229c4a309460fe903640200cd6.tar.bz2 lmiphay-2fd89bf13f9042229c4a309460fe903640200cd6.zip |
use eapi 8 for semantik
Signed-off-by: Paul Healy <lmiphay@gmail.com>
Diffstat (limited to 'kde-misc/semantik')
-rw-r--r-- | kde-misc/semantik/Manifest | 2 | ||||
-rw-r--r-- | kde-misc/semantik/semantik-9999.ebuild | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/kde-misc/semantik/Manifest b/kde-misc/semantik/Manifest index e09d5ab..4a69af0 100644 --- a/kde-misc/semantik/Manifest +++ b/kde-misc/semantik/Manifest @@ -1 +1 @@ -EBUILD semantik-9999.ebuild 856 BLAKE2B 63bc06bf69f6ec6bcf9279ddab52ed3c87f816041602020c5ec2c18f165f5d776db675962f8872c731491ead31314bac80d1f2e7bbcac464b2297c2ecfee0317 SHA512 7e3dff0786a9012f69e0b01814755bf2e88fe6fde284bad68c4ea13f8eba05929525e100c84003da5422e05e5781cc0022c6e0e1a04ce131441ebda7b65c3912 +EBUILD semantik-9999.ebuild 858 BLAKE2B b0b87f4d7d4cb0d495a47beff24ba63449fb46d50a71e57230dd4e447545b4e4721abc89f90e5af29f147b4d91836324915932a1d076fab46c80f8e6f632287a SHA512 8263e377d7f7893610ac1d17972f5523b329e7a599d9ce4648bec56555ca0293f929100894ba1b07bea1e722bed443ba29939778146ef0d24898c226071e6f50 diff --git a/kde-misc/semantik/semantik-9999.ebuild b/kde-misc/semantik/semantik-9999.ebuild index 73dcae7..8532cb1 100644 --- a/kde-misc/semantik/semantik-9999.ebuild +++ b/kde-misc/semantik/semantik-9999.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PY_SEMANTIK="3.8" -PYTHON_COMPAT=( python3_8 ) +PY_SEMANTIK="3.10" +PYTHON_COMPAT=( python3_10 ) inherit ecm distutils-r1 git-r3 |