From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1405915-garchives=archives.gentoo.org@lists.gentoo.org>
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 95540158091
	for <garchives@archives.gentoo.org>; Tue,  7 Jun 2022 21:09:39 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id DB9C5E0718;
	Tue,  7 Jun 2022 21:09:38 +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 BFE31E0718
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Jun 2022 21:09:38 +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 D9D95341951
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Jun 2022 21:09:37 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 6ADCB4F6
	for <gentoo-commits@lists.gentoo.org>; Tue,  7 Jun 2022 21:09:24 +0000 (UTC)
From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Sam James" <sam@gentoo.org>
Message-ID: <1654636156.d201f03e60aee394a53da453656dd2af930ecbcd.sam@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-python/discogs-client/
X-VCS-Repository: repo/gentoo
X-VCS-Files: dev-python/discogs-client/discogs-client-2.3.14.ebuild dev-python/discogs-client/discogs-client-9999.ebuild
X-VCS-Directories: dev-python/discogs-client/
X-VCS-Committer: sam
X-VCS-Committer-Name: Sam James
X-VCS-Revision: d201f03e60aee394a53da453656dd2af930ecbcd
X-VCS-Branch: master
Date: Tue,  7 Jun 2022 21:09:24 +0000 (UTC)
Precedence: bulk
List-Post: <mailto:gentoo-commits@lists.gentoo.org>
List-Help: <mailto:gentoo-commits+help@lists.gentoo.org>
List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org>
List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org>
List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org>
X-BeenThere: gentoo-commits@lists.gentoo.org
X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply
X-Archives-Salt: a90eb172-1baa-49ce-9f51-41b716ecbaad
X-Archives-Hash: f9cf7bf6db2dfc136b242c953f7e41a1

commit:     d201f03e60aee394a53da453656dd2af930ecbcd
Author:     Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 21:02:45 2022 +0000
Commit:     Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 21:09:16 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d201f03e

dev-python/discogs-client: style tweak

Signed-off-by: Sam James <sam <AT> gentoo.org>

 dev-python/discogs-client/discogs-client-2.3.14.ebuild | 2 +-
 dev-python/discogs-client/discogs-client-9999.ebuild   | 3 ++-
 2 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/dev-python/discogs-client/discogs-client-2.3.14.ebuild b/dev-python/discogs-client/discogs-client-2.3.14.ebuild
index 741fec157b5d..6e7748b475a9 100644
--- a/dev-python/discogs-client/discogs-client-2.3.14.ebuild
+++ b/dev-python/discogs-client/discogs-client-2.3.14.ebuild
@@ -8,7 +8,7 @@ PYTHON_COMPAT=( python3_{8..10} )
 
 inherit distutils-r1
 
-if [[ ${PV} == "9999" ]]; then
+if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
 	inherit git-r3
 else

diff --git a/dev-python/discogs-client/discogs-client-9999.ebuild b/dev-python/discogs-client/discogs-client-9999.ebuild
index 2ca0f4090ab6..6866fa012da6 100644
--- a/dev-python/discogs-client/discogs-client-9999.ebuild
+++ b/dev-python/discogs-client/discogs-client-9999.ebuild
@@ -5,9 +5,10 @@ EAPI=8
 
 DISTUTILS_USE_PEP517=setuptools
 PYTHON_COMPAT=( python3_{8..10} )
+
 inherit distutils-r1
 
-if [[ ${PV} == "9999" ]]; then
+if [[ ${PV} == 9999 ]]; then
 	EGIT_REPO_URI="https://github.com/joalla/discogs_client.git"
 	inherit git-r3
 else