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 C8770158010 for ; Tue, 24 Jan 2023 13:56:34 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id D1078E0870; Tue, 24 Jan 2023 13:56:33 +0000 (UTC) Received: from smtp.gentoo.org (mail.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 B86C9E0874 for ; Tue, 24 Jan 2023 13:56:33 +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 9DF9733BF5D for ; Tue, 24 Jan 2023 13:56:32 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 01B2488D for ; Tue, 24 Jan 2023 13:56:31 +0000 (UTC) From: "Maciej Barć" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Maciej Barć" Message-ID: <1674568587.c3dffc9243c7ac1984ecc0cf3a71a123d9f77684.xgqt@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-misc/screenkey/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-misc/screenkey/screenkey-1.5-r2.ebuild x11-misc/screenkey/screenkey-1.5-r3.ebuild X-VCS-Directories: x11-misc/screenkey/ X-VCS-Committer: xgqt X-VCS-Committer-Name: Maciej Barć X-VCS-Revision: c3dffc9243c7ac1984ecc0cf3a71a123d9f77684 X-VCS-Branch: master Date: Tue, 24 Jan 2023 13:56:31 +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: 0abd4706-541a-4bd7-a40b-59d6dfa41ab5 X-Archives-Hash: b19a711a0df65a0066e67d5256270ff5 commit: c3dffc9243c7ac1984ecc0cf3a71a123d9f77684 Author: Maciej Barć gentoo org> AuthorDate: Tue Jan 24 13:55:58 2023 +0000 Commit: Maciej Barć gentoo org> CommitDate: Tue Jan 24 13:56:27 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3dffc92 x11-misc/screenkey: switch to PEP517 for v1.5 Signed-off-by: Maciej Barć gentoo.org> x11-misc/screenkey/{screenkey-1.5-r2.ebuild => screenkey-1.5-r3.ebuild} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/x11-misc/screenkey/screenkey-1.5-r2.ebuild b/x11-misc/screenkey/screenkey-1.5-r3.ebuild similarity index 97% rename from x11-misc/screenkey/screenkey-1.5-r2.ebuild rename to x11-misc/screenkey/screenkey-1.5-r3.ebuild index 68c91936709d..83969fb16f75 100644 --- a/x11-misc/screenkey/screenkey-1.5-r2.ebuild +++ b/x11-misc/screenkey/screenkey-1.5-r3.ebuild @@ -3,8 +3,8 @@ EAPI=8 +DISTUTILS_USE_PEP517=setuptools PYTHON_COMPAT=( python3_{9..11} ) -DISTUTILS_USE_SETUPTOOLS=bdepend inherit distutils-r1 xdg