diff options
author | Martin Väth <martin@mvath.de> | 2023-06-04 11:35:29 +0200 |
---|---|---|
committer | Martin Väth <martin@mvath.de> | 2023-06-04 11:35:29 +0200 |
commit | 39cb48ef49ff1c152797a3c22fb8bf4bedcc90a3 (patch) | |
tree | 3db6b59b026b7e09384a121911c852735419bc35 /app-mobilephone | |
parent | app-portage/eix: Version bump (diff) | |
download | mv-39cb48ef49ff1c152797a3c22fb8bf4bedcc90a3.tar.gz mv-39cb48ef49ff1c152797a3c22fb8bf4bedcc90a3.tar.bz2 mv-39cb48ef49ff1c152797a3c22fb8bf4bedcc90a3.zip |
sys-kernel/kconfig-hardened-check: Version bump. Bump python3 deps to 10..12
Signed-off-by: Martin Väth <martin@mvath.de>
Diffstat (limited to 'app-mobilephone')
-rw-r--r-- | app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild b/app-mobilephone/adb-sync/adb-sync-0_p20190101.ebuild index de71eed8..210a28e8 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-2022 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -PYTHON_COMPAT=( python3_{8..11} ) +PYTHON_COMPAT=( python3_{10..12} ) inherit python-single-r1 |