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 B2E5C158013 for ; Thu, 23 Sep 2021 18:31:54 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A48F7E09EF; Thu, 23 Sep 2021 18:31:53 +0000 (UTC) Received: from smtp.gentoo.org (dev.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 8E2C1E09EF for ; Thu, 23 Sep 2021 18:31:53 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-CHACHA20-POLY1305 (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id BED43342AC9 for ; Thu, 23 Sep 2021 18:31:51 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 44B332A for ; Thu, 23 Sep 2021 18:31:50 +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: <1632421900.728e429c924e33eb90afab0e3f2c9c666a8acb33.bkohler@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/grip/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-text/grip/grip-4.5.2-r2.ebuild X-VCS-Directories: app-text/grip/ X-VCS-Committer: bkohler X-VCS-Committer-Name: Ben Kohler X-VCS-Revision: 728e429c924e33eb90afab0e3f2c9c666a8acb33 X-VCS-Branch: master Date: Thu, 23 Sep 2021 18:31:50 +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: 342e02a7-43b3-4ec8-ab91-7ace1ced6330 X-Archives-Hash: ba7cc6befa88613dc9355c4b7645c0f4 commit: 728e429c924e33eb90afab0e3f2c9c666a8acb33 Author: Ben Kohler gentoo org> AuthorDate: Thu Sep 23 18:28:01 2021 +0000 Commit: Ben Kohler gentoo org> CommitDate: Thu Sep 23 18:31:40 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=728e429c app-text/grip: fix DISTUTILS_USE_SETUPTOOLS Closes: https://bugs.gentoo.org/814314 Package-Manager: Portage-3.0.23, Repoman-3.0.3 Signed-off-by: Ben Kohler gentoo.org> app-text/grip/grip-4.5.2-r2.ebuild | 1 - 1 file changed, 1 deletion(-) diff --git a/app-text/grip/grip-4.5.2-r2.ebuild b/app-text/grip/grip-4.5.2-r2.ebuild index bcc8bb3ea4c..77bd4c34223 100644 --- a/app-text/grip/grip-4.5.2-r2.ebuild +++ b/app-text/grip/grip-4.5.2-r2.ebuild @@ -4,7 +4,6 @@ EAPI=7 PYTHON_COMPAT=( pypy3 python3_{7..9} ) -DISTUTILS_USE_SETUPTOOLS=rdepend inherit distutils-r1 DESCRIPTION="Preview GitHub Markdown files like Readme locally before committing them"