diff options
author | 2022-06-04 09:39:41 +0300 | |
---|---|---|
committer | 2022-06-04 10:07:50 +0300 | |
commit | 4e25add4ca16464f32b70b9ef78f366cbd61b4ad (patch) | |
tree | a1a30dab8a890a919159e58ac48e055b3a2a037d /dev-libs/efl | |
parent | app-text/capyt: enable py3.11 and disable py3.7 (diff) | |
download | gentoo-4e25add4ca16464f32b70b9ef78f366cbd61b4ad.tar.gz gentoo-4e25add4ca16464f32b70b9ef78f366cbd61b4ad.tar.bz2 gentoo-4e25add4ca16464f32b70b9ef78f366cbd61b4ad.zip |
dev-libs/efl: enable py3.11
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/efl')
-rw-r--r-- | dev-libs/efl/efl-1.26.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/efl/efl-1.26.2.ebuild b/dev-libs/efl/efl-1.26.2.ebuild index 45cdae3ff73a..cb05c5d6fc85 100644 --- a/dev-libs/efl/efl-1.26.2.ebuild +++ b/dev-libs/efl/efl-1.26.2.ebuild @@ -10,7 +10,7 @@ DOCS_DIR="${S}/doc" LUA_REQ_USE="deprecated(+)" LUA_COMPAT=( lua5-{1,2} luajit ) -PYTHON_COMPAT=( python3_{8..10} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit docs lua-single meson python-any-r1 xdg |