diff options
author | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-11 01:39:50 +0200 |
---|---|---|
committer | Thomas Deutschmann <whissi@gentoo.org> | 2019-10-11 01:40:02 +0200 |
commit | 3754fa4f060bcbe181e1faeef7e5a72d6bcea242 (patch) | |
tree | 54795f2c689aeff16cf0f754785f6502ad5b94f8 /dev-libs/libxmlb | |
parent | media-libs/jbig2dec: drop python 3.4 support (diff) | |
download | gentoo-3754fa4f060bcbe181e1faeef7e5a72d6bcea242.tar.gz gentoo-3754fa4f060bcbe181e1faeef7e5a72d6bcea242.tar.bz2 gentoo-3754fa4f060bcbe181e1faeef7e5a72d6bcea242.zip |
dev-libs/libxmlb: drop python 3.4 support
Package-Manager: Portage-2.3.76, Repoman-2.3.17
Signed-off-by: Thomas Deutschmann <whissi@gentoo.org>
Diffstat (limited to 'dev-libs/libxmlb')
-rw-r--r-- | dev-libs/libxmlb/libxmlb-0.1.12.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/libxmlb/libxmlb-0.1.12.ebuild b/dev-libs/libxmlb/libxmlb-0.1.12.ebuild index 51a1b304f84c..203b7a1d9e50 100644 --- a/dev-libs/libxmlb/libxmlb-0.1.12.ebuild +++ b/dev-libs/libxmlb/libxmlb-0.1.12.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 meson python-any-r1 |