Skip to content

Commit

Permalink
xfce-extra/xfce4-windowck-plugin: Support python3_{8,9}
Browse files Browse the repository at this point in the history
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Sven Wegener <[email protected]>
  • Loading branch information
swegener committed Dec 5, 2020
1 parent 06d3ba4 commit 78f8b94
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit 78f8b94

Please sign in to comment.