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 597F8138359 for ; Thu, 9 Jul 2020 11:14:16 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 63F50E081E; Thu, 9 Jul 2020 11:14:15 +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 47914E081E for ; Thu, 9 Jul 2020 11:14:15 +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 9DCAE34F12B for ; Thu, 9 Jul 2020 11:14:13 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 58A1E1B8 for ; Thu, 9 Jul 2020 11:14:10 +0000 (UTC) From: "Michael Palimaka" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Michael Palimaka" Message-ID: <1594293234.cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9.kensington@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-misc/asciinema/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-misc/asciinema/asciinema-2.0.2.ebuild X-VCS-Directories: app-misc/asciinema/ X-VCS-Committer: kensington X-VCS-Committer-Name: Michael Palimaka X-VCS-Revision: cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9 X-VCS-Branch: master Date: Thu, 9 Jul 2020 11:14:10 +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: a5bb98ed-087f-45e9-834a-de2acb2b0080 X-Archives-Hash: 3993da1c841f7bb99093eac33147e81e commit: cdf36e9b3186e2c071f6c79b1def5cc2b61a01c9 Author: Michael Palimaka gentoo org> AuthorDate: Thu Jul 9 11:13:15 2020 +0000 Commit: Michael Palimaka gentoo org> CommitDate: Thu Jul 9 11:13:54 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=cdf36e9b app-misc/asciinema: fix setuptools usage Closes: https://bugs.gentoo.org/730382 Package-Manager: Portage-2.3.99, Repoman-2.3.23 Signed-off-by: Michael Palimaka gentoo.org> app-misc/asciinema/asciinema-2.0.2.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app-misc/asciinema/asciinema-2.0.2.ebuild b/app-misc/asciinema/asciinema-2.0.2.ebuild index 0cd5811c193..c3687c17779 100644 --- a/app-misc/asciinema/asciinema-2.0.2.ebuild +++ b/app-misc/asciinema/asciinema-2.0.2.ebuild @@ -4,6 +4,7 @@ EAPI=7 PYTHON_COMPAT=( python3_{6,7,8} ) +DISTUTILS_USE_SETUPTOOLS="rdepend" inherit distutils-r1 DESCRIPTION="Command line recorder for asciinema.org service" @@ -17,7 +18,6 @@ IUSE="test" RESTRICT="!test? ( test )" BDEPEND=" - dev-python/setuptools[${PYTHON_USEDEP}] test? ( dev-python/nose[${PYTHON_USEDEP}] ) "