diff options
author | Pacho Ramos <pacho@gentoo.org> | 2017-12-09 21:04:27 +0100 |
---|---|---|
committer | Pacho Ramos <pacho@gentoo.org> | 2017-12-10 11:15:05 +0100 |
commit | 4b1c3055d14a7f5768226a63dcd262b4cc817aa0 (patch) | |
tree | 2c8f2f21419b3db009ad25117d4bba30029839b3 /media-libs/libxmlbird | |
parent | media-plugins/gst-transcoder: Add support for newer python (diff) | |
download | gentoo-4b1c3055d14a7f5768226a63dcd262b4cc817aa0.tar.gz gentoo-4b1c3055d14a7f5768226a63dcd262b4cc817aa0.tar.bz2 gentoo-4b1c3055d14a7f5768226a63dcd262b4cc817aa0.zip |
media-libs/libxmlbird: Add support for newer python
Package-Manager: Portage-2.3.16, Repoman-2.3.6
Diffstat (limited to 'media-libs/libxmlbird')
-rw-r--r-- | media-libs/libxmlbird/Manifest | 2 | ||||
-rw-r--r-- | media-libs/libxmlbird/libxmlbird-1.2.0.ebuild | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/media-libs/libxmlbird/Manifest b/media-libs/libxmlbird/Manifest index bf037fcf61b3..753ee928b029 100644 --- a/media-libs/libxmlbird/Manifest +++ b/media-libs/libxmlbird/Manifest @@ -1 +1 @@ -DIST libxmlbird-1.2.0.tar.xz 20004 SHA256 baca1d813c4a53c67a8052f8488766af7f73c38b1187fa0f7cd939899071dc24 SHA512 0677004a79194dde87f27387ae1faeb19aa2ecd985664ad4f3f7576d39f71e0d05215c92bb15f3e3f1a4053e27025fd1a4151f1ba12774cfa789d47648097e5b WHIRLPOOL 51ac2fe20fa434267dd2af968707c8370ff3b02c137554fc88e0a0147e61d2824c3381a46e016802fb6af3c16cdf950c231c3c6a01b7bda477f4c76091da3201 +DIST libxmlbird-1.2.0.tar.xz 20004 BLAKE2B da712a82b85188b76943c105cf99f1d366d2dec24c67ce515666a1341dbeef512df62fe5c1407f8b125dd28b662877ca474d422336d789852e822066b5449e3f SHA512 0677004a79194dde87f27387ae1faeb19aa2ecd985664ad4f3f7576d39f71e0d05215c92bb15f3e3f1a4053e27025fd1a4151f1ba12774cfa789d47648097e5b diff --git a/media-libs/libxmlbird/libxmlbird-1.2.0.ebuild b/media-libs/libxmlbird/libxmlbird-1.2.0.ebuild index 6b9e3a4a26ef..9c8c85d43cf2 100644 --- a/media-libs/libxmlbird/libxmlbird-1.2.0.ebuild +++ b/media-libs/libxmlbird/libxmlbird-1.2.0.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2016 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="5" -PYTHON_COMPAT=( python{2_7,3_4,3_5} ) +PYTHON_COMPAT=( python{2_7,3_4,3_5,3_6} ) inherit python-any-r1 vala toolchain-funcs multilib eutils multiprocessing |