diff options
author | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-13 07:27:29 +0000 |
---|---|---|
committer | Sergei Trofimovich <slyfox@gentoo.org> | 2020-01-13 07:27:47 +0000 |
commit | 7e1aa2f35d6c770e5678eadce92f7806c8204303 (patch) | |
tree | 28dbb3fcb31574f7b2db60779e40d528424f986b /app-misc | |
parent | sys-kernel/git-sources: Automated version bump to 5.5_rc6. (diff) | |
download | gentoo-7e1aa2f35d6c770e5678eadce92f7806c8204303.tar.gz gentoo-7e1aa2f35d6c770e5678eadce92f7806c8204303.tar.bz2 gentoo-7e1aa2f35d6c770e5678eadce92f7806c8204303.zip |
app-misc/pax-utils: add python 3.8 support
Tested by Arfrever.
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Sergei Trofimovich <slyfox@gentoo.org>
Diffstat (limited to 'app-misc')
-rw-r--r-- | app-misc/pax-utils/pax-utils-1.2.4.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app-misc/pax-utils/pax-utils-1.2.4.ebuild b/app-misc/pax-utils/pax-utils-1.2.4.ebuild index 204c06270db0..b4f02979653c 100644 --- a/app-misc/pax-utils/pax-utils-1.2.4.ebuild +++ b/app-misc/pax-utils/pax-utils-1.2.4.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{6,7} ) +PYTHON_COMPAT=( python2_7 python3_{6,7,8} ) inherit eutils python-single-r1 toolchain-funcs unpacker |