diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 20:51:05 +0200 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2020-04-17 20:54:58 +0200 |
commit | c28c059c36a0cff5b0086a80df9140e4c45da00c (patch) | |
tree | 868486aab79b2109df0673b54a20fc9e4b4df366 /dev-libs | |
parent | app-admin/system-config-printer: python3_8 support, drop USE doc (diff) | |
download | gentoo-c28c059c36a0cff5b0086a80df9140e4c45da00c.tar.gz gentoo-c28c059c36a0cff5b0086a80df9140e4c45da00c.tar.bz2 gentoo-c28c059c36a0cff5b0086a80df9140e4c45da00c.zip |
dev-libs/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 'dev-libs')
-rw-r--r-- | dev-libs/glib/glib-2.64.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-libs/glib/glib-2.64.1.ebuild b/dev-libs/glib/glib-2.64.1.ebuild index f558eaa92f04..9e610133a79b 100644 --- a/dev-libs/glib/glib-2.64.1.ebuild +++ b/dev-libs/glib/glib-2.64.1.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python{3_6,3_7} ) +PYTHON_COMPAT=( python3_{6,7,8} ) inherit flag-o-matic gnome.org gnome2-utils linux-info meson multilib multilib-minimal python-any-r1 toolchain-funcs xdg |