diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2019-11-30 17:07:06 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2019-12-02 14:48:35 +0100 |
commit | 77928db018756aa2326c554c5453401f09b0c927 (patch) | |
tree | c5993ec93b7a646730e7e0f7880ac11804caa5ab /dev-python/polib | |
parent | dev-php/pecl-oauth: bump to v2.0.4 (diff) | |
download | gentoo-77928db018756aa2326c554c5453401f09b0c927.tar.gz gentoo-77928db018756aa2326c554c5453401f09b0c927.tar.bz2 gentoo-77928db018756aa2326c554c5453401f09b0c927.zip |
dev-python/polib: python3_8
Bug: https://bugs.gentoo.org/701588
Package-Manager: Portage-2.3.80, Repoman-2.3.19
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'dev-python/polib')
-rw-r--r-- | dev-python/polib/polib-1.1.0-r1.ebuild | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/dev-python/polib/polib-1.1.0-r1.ebuild b/dev-python/polib/polib-1.1.0-r1.ebuild index 0bed6f00a046..d5f735e244ec 100644 --- a/dev-python/polib/polib-1.1.0-r1.ebuild +++ b/dev-python/polib/polib-1.1.0-r1.ebuild @@ -2,7 +2,8 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{2_7,3_{5,6,7}} ) + +PYTHON_COMPAT=( python{2_7,3_{5,6,7,8}} ) inherit distutils-r1 @@ -15,7 +16,7 @@ SLOT="0" KEYWORDS="alpha amd64 arm arm64 ia64 ~mips ppc ppc64 sparc x86" IUSE="doc" -DEPEND="doc? ( dev-python/sphinx[${PYTHON_USEDEP}] )" +DEPEND="doc? ( dev-python/sphinx )" PATCHES=( "${FILESDIR}"/${PN}-1.0.7-BE-test.patch |