diff options
| author | Mart Raudsepp <leio@gentoo.org> | 2019-08-18 12:23:55 +0300 |
|---|---|---|
| committer | Mart Raudsepp <leio@gentoo.org> | 2019-08-18 12:24:08 +0300 |
| commit | 94fc10db43ba235fc52c8ace7a124e5cd25cc620 (patch) | |
| tree | d3de002c66bf226816282e52c2654eb65e45c60c /dev-python | |
| parent | 0c31104c6588b966ccc07bd481ab8143ad2884d9 (diff) | |
| download | gentoo-94fc10db43ba235fc52c8ace7a124e5cd25cc620.tar.gz gentoo-94fc10db43ba235fc52c8ace7a124e5cd25cc620.tar.bz2 gentoo-94fc10db43ba235fc52c8ace7a124e5cd25cc620.zip | |
dev-python/gst-python: support python 3.7
Closes: https://bugs.gentoo.org/692380
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Mart Raudsepp <leio@gentoo.org>
Diffstat (limited to 'dev-python')
| -rw-r--r-- | dev-python/gst-python/gst-python-1.14.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/gst-python/gst-python-1.14.1-r1.ebuild b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild index f62c59cc2e58..9cc16ba9afd9 100644 --- a/dev-python/gst-python/gst-python-1.14.1-r1.ebuild +++ b/dev-python/gst-python/gst-python-1.14.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python2_7 python{3_5,3_6} ) +PYTHON_COMPAT=( python{2_7,3_5,3_6,3_7} ) inherit ltprune python-r1 xdg-utils |
