diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 18:29:46 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 20:54:56 +0200 |
commit | 926617fbb8c3a893da6c12d921dd163556743e74 (patch) | |
tree | 25c1382ebf363d59f29ffa3159839d9b39f5085a /net-libs/telepathy-glib | |
parent | net-libs/libpsl: Drop 0.20.2 (diff) | |
download | gentoo-926617fbb8c3a893da6c12d921dd163556743e74.tar.gz gentoo-926617fbb8c3a893da6c12d921dd163556743e74.tar.bz2 gentoo-926617fbb8c3a893da6c12d921dd163556743e74.zip |
net-libs/telepathy-glib: python3_8 support
Package-Manager: Portage-2.3.99, Repoman-2.3.22
Signed-off-by: Andreas Sturmlechner <asturm@gentoo.org>
Diffstat (limited to 'net-libs/telepathy-glib')
-rw-r--r-- | net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild index 91712ab80a5c..621f4b91637e 100644 --- a/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild +++ b/net-libs/telepathy-glib/telepathy-glib-0.24.1-r1.ebuild @@ -3,7 +3,7 @@ EAPI=6 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) VALA_MIN_API_VERSION="0.18" VALA_USE_DEPEND="vapigen" |