diff options
| author | Ionen Wolkens <ionen@gentoo.org> | 2026-04-16 23:15:59 -0400 |
|---|---|---|
| committer | Ionen Wolkens <ionen@gentoo.org> | 2026-04-16 23:23:38 -0400 |
| commit | 2414c445efcc757103e152c3127e9771dcf31e61 (patch) | |
| tree | 441912aa2e49446e02a65897ddd359d7c1db3713 /dev-java/java-config/java-config-2.3.4.ebuild | |
| parent | 81d673ef45a301ba32351c1894720e87554d375d (diff) | |
dev-java/java-config: enable py3.14
Not familiar with java in Gentoo, but tests at least pass.
Signed-off-by: Ionen Wolkens <ionen@gentoo.org>
Diffstat (limited to 'dev-java/java-config/java-config-2.3.4.ebuild')
| -rw-r--r-- | dev-java/java-config/java-config-2.3.4.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/dev-java/java-config/java-config-2.3.4.ebuild b/dev-java/java-config/java-config-2.3.4.ebuild index 59f18c9b3715..79d31cd4c6de 100644 --- a/dev-java/java-config/java-config-2.3.4.ebuild +++ b/dev-java/java-config/java-config-2.3.4.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2025 Gentoo Authors +# Copyright 1999-2026 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{12..13} ) +PYTHON_COMPAT=( python3_{12..14} ) inherit meson python-r1 |
