diff options
author | Guillaume Seren <guillaumeseren@gmail.com> | 2019-12-04 12:21:13 +0100 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2019-12-10 19:25:26 +0200 |
commit | 24067cbae7f5092e7acbf913ee3d1a38ded7078d (patch) | |
tree | 8251afab638734b189ee7adfca4b29111b1a486d /dev-python/pypeg2 | |
parent | profiles/package.mask: mask =mail-mta/exim-4.93, too many problems (diff) | |
download | gentoo-24067cbae7f5092e7acbf913ee3d1a38ded7078d.tar.gz gentoo-24067cbae7f5092e7acbf913ee3d1a38ded7078d.tar.bz2 gentoo-24067cbae7f5092e7acbf913ee3d1a38ded7078d.zip |
dev-python/pypeg2: Support python-3.7
Closes: https://bugs.gentoo.org/700372
Package-Manager: Portage-2.3.79, Repoman-2.3.16
Signed-off-by: Guillaume Seren <guillaumeseren@gmail.com>
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'dev-python/pypeg2')
-rw-r--r-- | dev-python/pypeg2/pypeg2-2.15.2.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pypeg2/pypeg2-2.15.2.ebuild b/dev-python/pypeg2/pypeg2-2.15.2.ebuild index 94b614dfcfad..a51dfb337e43 100644 --- a/dev-python/pypeg2/pypeg2-2.15.2.ebuild +++ b/dev-python/pypeg2/pypeg2-2.15.2.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=5 -PYTHON_COMPAT=( python{2_7,3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit distutils-r1 |