From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 0F4561382C5 for ; Fri, 22 Jan 2021 03:43:46 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 5DB8EE03EC; Fri, 22 Jan 2021 03:43:45 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (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 4402CE03EC for ; Fri, 22 Jan 2021 03:43:45 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 4CC81340F91 for ; Fri, 22 Jan 2021 03:43:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 0359932B for ; Fri, 22 Jan 2021 03:43:43 +0000 (UTC) From: "Sam James" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" Message-ID: <1611287017.9eddc0b76b18c205853b282ce3129c0e48c6e7d1.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/guake/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/guake/guake-3.7.0.ebuild X-VCS-Directories: x11-terms/guake/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 9eddc0b76b18c205853b282ce3129c0e48c6e7d1 X-VCS-Branch: master Date: Fri, 22 Jan 2021 03:43:43 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 2c680763-69a5-483c-9db9-2db81e8388c6 X-Archives-Hash: bd2d2dee875e7f2c15dd7956f471ca52 commit: 9eddc0b76b18c205853b282ce3129c0e48c6e7d1 Author: Mord3rca morderca net> AuthorDate: Sun Dec 27 10:48:52 2020 +0000 Commit: Sam James gentoo org> CommitDate: Fri Jan 22 03:43:37 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=9eddc0b7 x11-terms/guake: Add python 3.8 compat Closes: https://bugs.gentoo.org/759529 Signed-off-by: Mord3rca morderca.net> Closes: https://github.com/gentoo/gentoo/pull/18832 Signed-off-by: Sam James gentoo.org> x11-terms/guake/guake-3.7.0.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-terms/guake/guake-3.7.0.ebuild b/x11-terms/guake/guake-3.7.0.ebuild index ba220799be0..410fbc9fdae 100644 --- a/x11-terms/guake/guake-3.7.0.ebuild +++ b/x11-terms/guake/guake-3.7.0.ebuild @@ -2,7 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{6,7} ) +PYTHON_COMPAT=( python3_{6..8} ) DISTUTILS_SINGLE_IMPL=1 inherit distutils-r1 gnome2-utils xdg-utils