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 43669138351 for ; Sat, 28 Mar 2020 11:00:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 7E5B9E0D75; Sat, 28 Mar 2020 11:00:45 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 6596DE0D4D for ; Sat, 28 Mar 2020 11:00:45 +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 10A5834F9D5 for ; Sat, 28 Mar 2020 11:00:44 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2E8241A4 for ; Sat, 28 Mar 2020 11:00:42 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585393212.b77c6511a9651145c868e93d03aabbf1b05aa728.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: dev-python/pymdown-lexers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild X-VCS-Directories: dev-python/pymdown-lexers/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b77c6511a9651145c868e93d03aabbf1b05aa728 X-VCS-Branch: dev Date: Sat, 28 Mar 2020 11:00:42 +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: 66876697-33d8-46ce-911e-ce44aeac7859 X-Archives-Hash: 4f7ab00089dd27b971b8dc1d19429f3b commit: b77c6511a9651145c868e93d03aabbf1b05aa728 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 28 10:19:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 28 11:00:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b77c6511 dev-python/pymdown-lexers: add DISTUTILS_USE_SETUPTOOLS=rdepend otherwise we get a warning Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild index 1a2be81..7d2d578 100644 --- a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild +++ b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 COMMIT="fa422cb95b794157760259c5c20a1235e4a459be" 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 D3EF7138350 for ; Sat, 28 Mar 2020 11:08:05 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 578BBE0E06; Sat, 28 Mar 2020 11:08:04 +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 3DA3BE0E06 for ; Sat, 28 Mar 2020 11:08:04 +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 3A0F434F9EA for ; Sat, 28 Mar 2020 11:08:03 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 8A1DF1AC for ; Sat, 28 Mar 2020 11:08:00 +0000 (UTC) From: "Andrew Ammerlaan" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Andrew Ammerlaan" Message-ID: <1585393212.b77c6511a9651145c868e93d03aabbf1b05aa728.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:master commit in: dev-python/pymdown-lexers/ X-VCS-Repository: repo/proj/guru X-VCS-Files: dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild X-VCS-Directories: dev-python/pymdown-lexers/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: b77c6511a9651145c868e93d03aabbf1b05aa728 X-VCS-Branch: master Date: Sat, 28 Mar 2020 11:08: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: 71d4fd9a-dbc9-4a8c-a82b-81e7a5225558 X-Archives-Hash: 1cc7fc5d7527be90cee1f8b0ef5844b2 Message-ID: <20200328110800.gXM7m_q9_LvX55FHovZYNarFMtbl-v3cYKGJ08CcZ-w@z> commit: b77c6511a9651145c868e93d03aabbf1b05aa728 Author: Andrew Ammerlaan riseup net> AuthorDate: Sat Mar 28 10:19:09 2020 +0000 Commit: Andrew Ammerlaan riseup net> CommitDate: Sat Mar 28 11:00:12 2020 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b77c6511 dev-python/pymdown-lexers: add DISTUTILS_USE_SETUPTOOLS=rdepend otherwise we get a warning Package-Manager: Portage-2.3.96, Repoman-2.3.22 Signed-off-by: Andrew Ammerlaan riseup.net> dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild | 2 ++ 1 file changed, 2 insertions(+) diff --git a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild index 1a2be81..7d2d578 100644 --- a/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild +++ b/dev-python/pymdown-lexers/pymdown-lexers-0.2018.9.5.ebuild @@ -5,6 +5,8 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS=rdepend + inherit distutils-r1 COMMIT="fa422cb95b794157760259c5c20a1235e4a459be"