diff options
author | Davide Pesavento <pesa@gentoo.org> | 2019-03-21 20:42:02 +0100 |
---|---|---|
committer | Davide Pesavento <pesa@gentoo.org> | 2019-03-21 20:42:02 +0100 |
commit | bbc203eeb18641b4aa82ed5f1ea1fd263ac7e1c8 (patch) | |
tree | c06b50d30b4fc203a1f4cfd65cd9d27d7b2b4944 /dev-python | |
parent | dev-python/PyQt5: drop python3_4 support (diff) | |
download | gentoo-bbc203eeb18641b4aa82ed5f1ea1fd263ac7e1c8.tar.gz gentoo-bbc203eeb18641b4aa82ed5f1ea1fd263ac7e1c8.tar.bz2 gentoo-bbc203eeb18641b4aa82ed5f1ea1fd263ac7e1c8.zip |
dev-python/PyQt5-sip: drop python3_4 support
Package-Manager: Portage-2.3.62, Repoman-2.3.12
Signed-off-by: Davide Pesavento <pesa@gentoo.org>
Diffstat (limited to 'dev-python')
-rw-r--r-- | dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild | 2 | ||||
-rw-r--r-- | dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild index d71ee7c69488..0f179c01f2ef 100644 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.14.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 toolchain-funcs DESCRIPTION="Private sip module for PyQt5" diff --git a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild index d71ee7c69488..0f179c01f2ef 100644 --- a/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild +++ b/dev-python/PyQt5-sip/PyQt5-sip-4.19.15.ebuild @@ -3,7 +3,7 @@ EAPI=7 -PYTHON_COMPAT=( python2_7 python3_{4,5,6,7} ) +PYTHON_COMPAT=( python2_7 python3_{5,6,7} ) inherit python-r1 toolchain-funcs DESCRIPTION="Private sip module for PyQt5" |