diff options
author | Sven Wegener <swegener@gentoo.org> | 2020-12-05 10:30:12 +0100 |
---|---|---|
committer | Sven Wegener <swegener@gentoo.org> | 2020-12-05 10:31:50 +0100 |
commit | 78f8b94e23f289b12dcf5ff2691281c8edce8df1 (patch) | |
tree | 51210d57debcf98d7d2b541f47677afab4db391e /xfce-extra | |
parent | dev-python/hypothesis: Bump to 5.41.5 (diff) | |
download | gentoo-78f8b94e23f289b12dcf5ff2691281c8edce8df1.tar.gz gentoo-78f8b94e23f289b12dcf5ff2691281c8edce8df1.tar.bz2 gentoo-78f8b94e23f289b12dcf5ff2691281c8edce8df1.zip |
xfce-extra/xfce4-windowck-plugin: Support python3_{8,9}
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sven Wegener <swegener@gentoo.org>
Diffstat (limited to 'xfce-extra')
-rw-r--r-- | xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild index 3000c690737a..31f35e49582a 100644 --- a/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild +++ b/xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..9} ) inherit autotools python-any-r1 xdg-utils DESCRIPTION="Xfce plugin puts the maximized window title and windows buttons on the panel" |