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.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id D57F2158086 for ; Wed, 15 Dec 2021 11:13:20 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 654902BC04F; Wed, 15 Dec 2021 11:13:19 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [140.211.166.183]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 4B3AF2BC04F for ; Wed, 15 Dec 2021 11:13:17 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 95B91343637 for ; Wed, 15 Dec 2021 11:13:16 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 38082D0 for ; Wed, 15 Dec 2021 11:13:15 +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: <1639566724.6a77684ddc4c6969860467e3f1306c08470fb6e0.andrewammerlaan@gentoo> Subject: [gentoo-commits] repo/proj/guru:dev commit in: media-video/trakt-scrobbler/ X-VCS-Repository: repo/proj/guru X-VCS-Files: media-video/trakt-scrobbler/trakt-scrobbler-1.3.2.ebuild X-VCS-Directories: media-video/trakt-scrobbler/ X-VCS-Committer: andrewammerlaan X-VCS-Committer-Name: Andrew Ammerlaan X-VCS-Revision: 6a77684ddc4c6969860467e3f1306c08470fb6e0 X-VCS-Branch: dev Date: Wed, 15 Dec 2021 11:13:15 +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: d250177f-f69b-4951-958f-9a0427849fd1 X-Archives-Hash: 27e24bb8d19f5f7b76b7653541ff82ed Message-ID: <20211215111315.Nc4MbcawdMrzVD1fyxpkU-G_9FEY2ZS0b_fIRRh7l5w@z> commit: 6a77684ddc4c6969860467e3f1306c08470fb6e0 Author: Andrew Ammerlaan gentoo org> AuthorDate: Wed Dec 15 11:12:04 2021 +0000 Commit: Andrew Ammerlaan gentoo org> CommitDate: Wed Dec 15 11:12:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=6a77684d media-video/trakt-scrobbler: fix MisplacedEclassVar Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan gentoo.org> media-video/trakt-scrobbler/trakt-scrobbler-1.3.2.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/media-video/trakt-scrobbler/trakt-scrobbler-1.3.2.ebuild b/media-video/trakt-scrobbler/trakt-scrobbler-1.3.2.ebuild index 37686bd49..08abb3ce7 100644 --- a/media-video/trakt-scrobbler/trakt-scrobbler-1.3.2.ebuild +++ b/media-video/trakt-scrobbler/trakt-scrobbler-1.3.2.ebuild @@ -4,6 +4,7 @@ EAPI=8 PYTHON_COMPAT=( python3_{8..9} ) +DISTUTILS_USE_SETUPTOOLS=pyproject.toml inherit distutils-r1 optfeature @@ -37,8 +38,6 @@ RDEPEND=" dev-python/crashtest[${PYTHON_USEDEP}] " -DISTUTILS_USE_SETUPTOOLS=pyproject.toml - distutils_enable_tests unittest python_test(){