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)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 134DB158094 for ; Fri, 5 Aug 2022 04:52:09 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 25180E0C0C; Fri, 5 Aug 2022 04:52:08 +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 02D57E0C0C for ; Fri, 5 Aug 2022 04:52:07 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (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 C95E9341176 for ; Fri, 5 Aug 2022 04:52:06 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 7D763566 for ; Fri, 5 Aug 2022 04:52:02 +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: <1659675114.012c626fdaa1c9da5b66dab2d34f85235db2d24f.sam@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-wm/fvwm/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-wm/fvwm/fvwm-2.6.9-r1.ebuild X-VCS-Directories: x11-wm/fvwm/ X-VCS-Committer: sam X-VCS-Committer-Name: Sam James X-VCS-Revision: 012c626fdaa1c9da5b66dab2d34f85235db2d24f X-VCS-Branch: master Date: Fri, 5 Aug 2022 04:52:02 +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: fe7e5586-4bbc-406a-8d0b-d35594608efd X-Archives-Hash: 0f0dca063d0edbb281e62be44e4bf12c commit: 012c626fdaa1c9da5b66dab2d34f85235db2d24f Author: Sam James gentoo org> AuthorDate: Fri Aug 5 04:51:54 2022 +0000 Commit: Sam James gentoo org> CommitDate: Fri Aug 5 04:51:54 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=012c626f x11-wm/fvwm: EAPI 8 Signed-off-by: Sam James gentoo.org> x11-wm/fvwm/fvwm-2.6.9-r1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild index 78393f83efc9..f62fad64c0be 100644 --- a/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild +++ b/x11-wm/fvwm/fvwm-2.6.9-r1.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=7 +EAPI=8 PYTHON_COMPAT=( python3_{8..10} ) inherit autotools flag-o-matic python-single-r1 desktop @@ -14,7 +14,7 @@ LICENSE="GPL-2+ FVWM" SLOT="0" KEYWORDS="~alpha ~amd64 ~arm ~ia64 ~ppc ~ppc64 ~riscv ~sparc ~x86" IUSE="bidi debug doc netpbm nls perl png readline rplay stroke svg tk truetype +vanilla xinerama lock" - REQUIRED_USE="${PYTHON_REQUIRED_USE}" +REQUIRED_USE="${PYTHON_REQUIRED_USE}" COMMON_DEPEND=" sys-libs/zlib