diff options
author | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:01:38 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2019-12-27 12:01:38 +0100 |
commit | f896b3a2de1f4b41f3a51b139ea18394d0aea761 (patch) | |
tree | f6bf5bf956aca8ae1ad37b41642621df135aa8f1 /app-office/impressive | |
parent | games-arcade/funnyboat: Add py3.8 (with new pygame py3-only) (diff) | |
download | gentoo-f896b3a2de1f4b41f3a51b139ea18394d0aea761.tar.gz gentoo-f896b3a2de1f4b41f3a51b139ea18394d0aea761.tar.bz2 gentoo-f896b3a2de1f4b41f3a51b139ea18394d0aea761.zip |
app-office/impressive: Add py3.8 (with new pygame py3-only)
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Pacho Ramos <pacho@gentoo.org>
Diffstat (limited to 'app-office/impressive')
-rw-r--r-- | app-office/impressive/impressive-0.13.0_beta1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-office/impressive/impressive-0.13.0_beta1.ebuild b/app-office/impressive/impressive-0.13.0_beta1.ebuild index 29ebc7e32d45..f1f11adfb70a 100644 --- a/app-office/impressive/impressive-0.13.0_beta1.ebuild +++ b/app-office/impressive/impressive-0.13.0_beta1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_7 ) +PYTHON_COMPAT=( python3_{7,8} ) inherit eutils python-r1 |