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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits) server-digest SHA256) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D75CC158020 for ; Sat, 29 Oct 2022 17:44:30 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id E36FDE0870; Sat, 29 Oct 2022 17:44:29 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id C52AEE0870 for ; Sat, 29 Oct 2022 17:44:29 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9FA6A34102D for ; Sat, 29 Oct 2022 17:44:28 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 815F662E for ; Sat, 29 Oct 2022 17:44:20 +0000 (UTC) From: "Matt Turner" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matt Turner" Message-ID: <1667065440.deb3d8d81ca80694cc1335403dca56632c5bf550.mattst88@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-puzzle/lightsoff/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-puzzle/lightsoff/lightsoff-40.0.1.ebuild X-VCS-Directories: games-puzzle/lightsoff/ X-VCS-Committer: mattst88 X-VCS-Committer-Name: Matt Turner X-VCS-Revision: deb3d8d81ca80694cc1335403dca56632c5bf550 X-VCS-Branch: master Date: Sat, 29 Oct 2022 17:44:20 +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: d41f31f5-1a05-4608-b346-19acf81e9222 X-Archives-Hash: e867a649b535f8fa382893f87b88bc16 commit: deb3d8d81ca80694cc1335403dca56632c5bf550 Author: Matt Turner gentoo org> AuthorDate: Sat Oct 29 17:22:59 2022 +0000 Commit: Matt Turner gentoo org> CommitDate: Sat Oct 29 17:44:00 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=deb3d8d8 games-puzzle/lightsoff: Add Python 3.11 compatibility Signed-off-by: Matt Turner gentoo.org> games-puzzle/lightsoff/lightsoff-40.0.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild index faa0bce145d3..8a597d6ed510 100644 --- a/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild +++ b/games-puzzle/lightsoff/lightsoff-40.0.1.ebuild @@ -2,8 +2,7 @@ # Distributed under the terms of the GNU General Public License v2 EAPI=7 -PYTHON_COMPAT=( python3_{8..10} ) -VALA_MIN_API_VERSION="0.40" +PYTHON_COMPAT=( python3_{8..11} ) inherit gnome.org gnome2-utils meson python-any-r1 xdg vala DESCRIPTION="Turn off all the lights"