diff options
author | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-02 17:00:39 -0500 |
---|---|---|
committer | Alex Xu (Hello71) <alex_y_xu@yahoo.ca> | 2023-01-02 17:01:32 -0500 |
commit | cc033b055b5cc8c658de195bd9a41ed3fe1fdfe9 (patch) | |
tree | 8bfab34a837fd0e5bb0cb403f0494c0a878df7cd /sci-calculators/units | |
parent | c58e9744f0ef37f68115139f35cc14264fc2782a (diff) | |
download | gentoo-overlay-cc033b055b5cc8c658de195bd9a41ed3fe1fdfe9.tar.xz gentoo-overlay-cc033b055b5cc8c658de195bd9a41ed3fe1fdfe9.zip |
sci-calculators/units: sync
Diffstat (limited to 'sci-calculators/units')
-rw-r--r-- | sci-calculators/units/units-2.21-r2.ebuild (renamed from sci-calculators/units/units-2.21-r1.ebuild) | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sci-calculators/units/units-2.21-r1.ebuild b/sci-calculators/units/units-2.21-r2.ebuild index 69616d4..d44ccf9 100644 --- a/sci-calculators/units/units-2.21-r1.ebuild +++ b/sci-calculators/units/units-2.21-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 -PYTHON_COMPAT=( python3_{7,8,9,10,11} ) +PYTHON_COMPAT=( python3_{8..11} ) inherit python-r1 DESCRIPTION="Unit conversion program" |