diff options
author | neeshy <neeshy@tfwno.gf> | 2020-03-25 15:36:52 -0400 |
---|---|---|
committer | Craig Andrews <candrews@gentoo.org> | 2020-04-18 22:35:41 -0400 |
commit | cc1a7aa7c2816f99d3025575af1cb39578fa7700 (patch) | |
tree | dbbde83abc16098c70382a497f2d8de383f8bd90 /sci-calculators | |
parent | media-video/mpv: add python3_8 target (diff) | |
download | gentoo-cc1a7aa7c2816f99d3025575af1cb39578fa7700.tar.gz gentoo-cc1a7aa7c2816f99d3025575af1cb39578fa7700.tar.bz2 gentoo-cc1a7aa7c2816f99d3025575af1cb39578fa7700.zip |
sci-calculators/units: add python3_8 target
Signed-off-by: Nima Sadeghi <neeshy@tfwno.gf>
Signed-off-by: Craig Andrews <candrews@gentoo.org>
Diffstat (limited to 'sci-calculators')
-rw-r--r-- | sci-calculators/units/units-2.19-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sci-calculators/units/units-2.19-r1.ebuild b/sci-calculators/units/units-2.19-r1.ebuild index 13c2f13963c0..b6062ea69bb3 100644 --- a/sci-calculators/units/units-2.19-r1.ebuild +++ b/sci-calculators/units/units-2.19-r1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_6 ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit python-single-r1 DESCRIPTION="Unit conversion program" |