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 51A40138359 for ; Thu, 1 Oct 2020 11:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 95FD5E07A5; Thu, 1 Oct 2020 11:57:27 +0000 (UTC) Received: from smtp.gentoo.org (smtp.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 74D11E07A5 for ; Thu, 1 Oct 2020 11:57:27 +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 6D812335C7D for ; Thu, 1 Oct 2020 11:57:26 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 1AF35357 for ; Thu, 1 Oct 2020 11:57:25 +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: <1601553434.bfca3a6e227ebb3156687960e834597ef76e935c.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.17.3-r1.ebuild app-admin/xkcdpass/xkcdpass-1.17.3.ebuild X-VCS-Directories: app-admin/xkcdpass/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: bfca3a6e227ebb3156687960e834597ef76e935c X-VCS-Branch: master Date: Thu, 1 Oct 2020 11:57:25 +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: 373dfbfc-1da9-4d92-bc7d-a98242829234 X-Archives-Hash: 3e07d723c162fb170686d13ff5546b70 commit: bfca3a6e227ebb3156687960e834597ef76e935c Author: Ben Kohler gentoo org> AuthorDate: Thu Oct 1 11:56:59 2020 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Oct 1 11:57:14 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=bfca3a6e app-admin/xkcdpass: fix QA warning for wrong DISTUTILS_ value Package-Manager: Portage-3.0.8, Repoman-3.0.1 Signed-off-by: Ben Kohler gentoo.org> app-admin/xkcdpass/{xkcdpass-1.17.3.ebuild => xkcdpass-1.17.3-r1.ebuild} | 1 + 1 file changed, 1 insertion(+) diff --git a/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild b/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild similarity index 96% rename from app-admin/xkcdpass/xkcdpass-1.17.3.ebuild rename to app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild index 982abbe2a24..172601c9403 100644 --- a/app-admin/xkcdpass/xkcdpass-1.17.3.ebuild +++ b/app-admin/xkcdpass/xkcdpass-1.17.3-r1.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{7,8,9} ) +DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Password generator inspired by XKCD 936"