diff options
author | Martin Väth <martin@mvath.de> | 2024-11-01 20:46:16 +0100 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2024-11-01 20:46:16 +0100 |
commit | 3172c70c07792e8389f2d5e1798528907b933937 (patch) | |
tree | 03bcec4471a7d4e52798fb28246c9f66da66d754 | |
parent | Remove ia64 references. Remove x11-libs/motif (diff) | |
download | mv-main.tar.gz mv-main.tar.bz2 mv-main.zip |
Claim python3_13 compatibilitymain
Signed-off-by: Martin Väth <martin@mvath.de>
-rw-r--r-- | app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild | 4 | ||||
-rw-r--r-- | app-portage/etcat/etcat-1.0.2.ebuild | 2 | ||||
-rw-r--r-- | app-portage/etcat/etcat-99999999.ebuild | 2 | ||||
-rw-r--r-- | dev-cpp/cpplint/cpplint-99999999.ebuild | 2 | ||||
-rw-r--r-- | games-emulation/sdlmame/sdlmame-0.174-r2.ebuild | 4 |
5 files changed, 7 insertions, 7 deletions
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild index 210a28e8..d2592d44 100644 --- a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild +++ b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-single-r1 diff --git a/app-portage/etcat/etcat-1.0.2.ebuild b/app-portage/etcat/etcat-1.0.2.ebuild index 995afeaf..64aabc43 100644 --- a/app-portage/etcat/etcat-1.0.2.ebuild +++ b/app-portage/etcat/etcat-1.0.2.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) case ${PV} in 99999999*) diff --git a/app-portage/etcat/etcat-99999999.ebuild b/app-portage/etcat/etcat-99999999.ebuild index 995afeaf..64aabc43 100644 --- a/app-portage/etcat/etcat-99999999.ebuild +++ b/app-portage/etcat/etcat-99999999.ebuild @@ -3,7 +3,7 @@ EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) case ${PV} in 99999999*) diff --git a/dev-cpp/cpplint/cpplint-99999999.ebuild b/dev-cpp/cpplint/cpplint-99999999.ebuild index fe931528..5b72745c 100644 --- a/dev-cpp/cpplint/cpplint-99999999.ebuild +++ b/dev-cpp/cpplint/cpplint-99999999.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( pypy3 python3_{10..12} ) +PYTHON_COMPAT=( pypy3 python3_{10..13} ) EGIT_REPO_URI="https://github.com/google/styleguide.git" inherit elisp-common git-r3 python-single-r1 RESTRICT="mirror" diff --git a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild index 73f95cb4..9100c554 100644 --- a/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild +++ b/games-emulation/sdlmame/sdlmame-0.174-r2.ebuild @@ -1,8 +1,8 @@ -# Copyright 1999-2023 Gentoo Authors and Martin V\"ath +# Copyright 1999-2024 Gentoo Authors and Martin V\"ath # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{10..12} ) +PYTHON_COMPAT=( python3_{10..13} ) inherit python-any-r1 toolchain-funcs qmake-utils MY_PV="${PV/.}" |