diff options
author | Joonas Niilola <juippis@gentoo.org> | 2021-05-11 11:46:51 +0300 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2021-05-11 11:47:46 +0300 |
commit | 01a2c1e34a72f95032bde343ad9d69e57daef64d (patch) | |
tree | b055c51880eaa2caea0f68fcba7e9e8ee6b760ca /dev-libs/efl | |
parent | dev-python/texttable: add python-3.10 support (diff) | |
download | gentoo-01a2c1e34a72f95032bde343ad9d69e57daef64d.tar.gz gentoo-01a2c1e34a72f95032bde343ad9d69e57daef64d.tar.bz2 gentoo-01a2c1e34a72f95032bde343ad9d69e57daef64d.zip |
dev-libs/efl: add python-3.10 support
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-libs/efl')
-rw-r--r-- | dev-libs/efl/efl-1.25.1-r11.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/efl/efl-1.25.1-r11.ebuild b/dev-libs/efl/efl-1.25.1-r11.ebuild index a0b95b1aba75..59f6f41ed9a8 100644 --- a/dev-libs/efl/efl-1.25.1-r11.ebuild +++ b/dev-libs/efl/efl-1.25.1-r11.ebuild @@ -10,7 +10,7 @@ DOCS_DIR="${S}/doc" LUA_REQ_USE="deprecated(+)" LUA_COMPAT=( lua5-{1..3} luajit ) -PYTHON_COMPAT=( python3_{7,8,9} ) +PYTHON_COMPAT=( python3_{7..10} ) inherit docs lua-single meson python-any-r1 xdg-utils |