From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1228691-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 060401382C5 for <garchives@archives.gentoo.org>; Sat, 5 Dec 2020 09:33:24 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25FEDE0858; Sat, 5 Dec 2020 09:33:23 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 0C26EE0858 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Dec 2020 09:33:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 94350340E27 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Dec 2020 09:33:21 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04F9E474 for <gentoo-commits@lists.gentoo.org>; Sat, 5 Dec 2020 09:33:20 +0000 (UTC) From: "Sven Wegener" <swegener@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sven Wegener" <swegener@gentoo.org> Message-ID: <1607160710.78f8b94e23f289b12dcf5ff2691281c8edce8df1.swegener@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: xfce-extra/xfce4-windowck-plugin/ X-VCS-Repository: repo/gentoo X-VCS-Files: xfce-extra/xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild X-VCS-Directories: xfce-extra/xfce4-windowck-plugin/ X-VCS-Committer: swegener X-VCS-Committer-Name: Sven Wegener X-VCS-Revision: 78f8b94e23f289b12dcf5ff2691281c8edce8df1 X-VCS-Branch: master Date: Sat, 5 Dec 2020 09:33:20 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: aa6fd553-936b-4e0b-bfba-d631bdae6450 X-Archives-Hash: 821f936aace1d91720b3bbd3733105c8 commit: 78f8b94e23f289b12dcf5ff2691281c8edce8df1 Author: Sven Wegener <swegener <AT> gentoo <DOT> org> AuthorDate: Sat Dec 5 09:30:12 2020 +0000 Commit: Sven Wegener <swegener <AT> gentoo <DOT> org> CommitDate: Sat Dec 5 09:31:50 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=78f8b94e 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 <AT> gentoo.org> .../xfce4-windowck-plugin/xfce4-windowck-plugin-0.4.6-r3.ebuild | 4 ++-- 1 file 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 3000c690737..31f35e49582 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"