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 82C33138334 for ; Fri, 27 Dec 2019 11:05:11 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 3237AE0A0B; Fri, 27 Dec 2019 11:05:10 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 054D3E0A0B for ; Fri, 27 Dec 2019 11:05:09 +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 E097634DBF0 for ; Fri, 27 Dec 2019 11:05:08 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 5E8D671 for ; Fri, 27 Dec 2019 11:05:06 +0000 (UTC) From: "Pacho Ramos" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Pacho Ramos" Message-ID: <1577444426.d61b7262fb8568e40ed00de3dbf0514d5b5b32bc.pacho@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/angrydd/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild X-VCS-Directories: games-puzzle/angrydd/ X-VCS-Committer: pacho X-VCS-Committer-Name: Pacho Ramos X-VCS-Revision: d61b7262fb8568e40ed00de3dbf0514d5b5b32bc X-VCS-Branch: master Date: Fri, 27 Dec 2019 11:05:06 +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: 032fd393-bf3d-44c5-a25e-79f8f64e30fa X-Archives-Hash: 0abe0b804c25f7fd0f259d91a8fda50a commit: d61b7262fb8568e40ed00de3dbf0514d5b5b32bc Author: Pacho Ramos gentoo org> AuthorDate: Fri Dec 27 11:00:26 2019 +0000 Commit: Pacho Ramos gentoo org> CommitDate: Fri Dec 27 11:00:26 2019 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d61b7262 games-puzzle/angrydd: Add py3.8 (with new pygame py3-only) Package-Manager: Portage-2.3.84, Repoman-2.3.20 Signed-off-by: Pacho Ramos gentoo.org> games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild b/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild index ae4240f5263..24ba0652762 100644 --- a/games-puzzle/angrydd/angrydd-1.0.1_p13.ebuild +++ b/games-puzzle/angrydd/angrydd-1.0.1_p13.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,7,8} ) inherit desktop python-single-r1