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 A5C1A158041 for ; Thu, 9 Sep 2021 14:43:03 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id F3EEAE088D; Thu, 9 Sep 2021 14:43:02 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.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 CBD4FE088D for ; Thu, 9 Sep 2021 14:43:02 +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 A51AE335D80 for ; Thu, 9 Sep 2021 14:43:01 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 04E57AC for ; Thu, 9 Sep 2021 14:43:00 +0000 (UTC) From: "Ben Kohler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ben Kohler" Message-ID: <1631198516.2915197024edfe90b0181bb25f5d9857f61992e6.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-admin/xkcdpass/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-admin/xkcdpass/xkcdpass-1.19.3.ebuild X-VCS-Directories: app-admin/xkcdpass/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 2915197024edfe90b0181bb25f5d9857f61992e6 X-VCS-Branch: master Date: Thu, 9 Sep 2021 14:43:00 +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: 7b016674-d0a5-40bd-acba-4450e32e4111 X-Archives-Hash: 65c32f49dc986a0e649fdb0e037adedf commit: 2915197024edfe90b0181bb25f5d9857f61992e6 Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 9 14:41:08 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 9 14:41:56 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=29151970 app-admin/xkcdpass: fix distutils usage Closes: https://bugs.gentoo.org/812083 Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> app-admin/xkcdpass/xkcdpass-1.19.3.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild b/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild index 36251d30ec4..4838b290ff9 100644 --- a/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.19.3.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9,10} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Password generator inspired by XKCD 936"