From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1616992-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 7BF79158041
	for <garchives@archives.gentoo.org>; Wed,  3 Apr 2024 11:17:45 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id EA2D2E2A6C;
	Wed,  3 Apr 2024 11:17:41 +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 CD46FE2A6C
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Apr 2024 11:17:41 +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 6F63D343223
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Apr 2024 11:17:40 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 771AB1636
	for <gentoo-commits@lists.gentoo.org>; Wed,  3 Apr 2024 11:17:37 +0000 (UTC)
From: "Julien Roy" <julien@jroy.ca>
To: gentoo-commits@lists.gentoo.org
Content-Transfer-Encoding: 8bit
Content-type: text/plain; charset=UTF-8
Reply-To: gentoo-dev@lists.gentoo.org, "Julien Roy" <julien@jroy.ca>
Message-ID: <1712113466.b4eb8c002899c5843cf7149b7b267ead42ec0e47.julien@gentoo>
Subject: [gentoo-commits] repo/proj/guru:master commit in: games-util/dwarf-therapist/
X-VCS-Repository: repo/proj/guru
X-VCS-Files: games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild
X-VCS-Directories: games-util/dwarf-therapist/
X-VCS-Committer: julien
X-VCS-Committer-Name: Julien Roy
X-VCS-Revision: b4eb8c002899c5843cf7149b7b267ead42ec0e47
X-VCS-Branch: master
Date: Wed,  3 Apr 2024 11:17:37 +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: 43e5b18f-217c-4592-a6fe-07ef540f6795
X-Archives-Hash: feedd6db18b5ef8cd7b5bd18fc5c4247

commit:     b4eb8c002899c5843cf7149b7b267ead42ec0e47
Author:     Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail <DOT> com>
AuthorDate: Wed Apr  3 03:03:53 2024 +0000
Commit:     Julien Roy <julien <AT> jroy <DOT> ca>
CommitDate: Wed Apr  3 03:04:26 2024 +0000
URL:        https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=b4eb8c00

games-util/dwarf-therapist: fix pkgcheck lint

Signed-off-by: Wolfgang E. Sanyer <ezzieyguywuf <AT> gmail.com>

 games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild
index 4dd824ad4f..f193752d19 100644
--- a/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild
+++ b/games-util/dwarf-therapist/dwarf-therapist-41.2.5.ebuild
@@ -13,12 +13,12 @@ DESCRIPTION="For managing dwarves in Dwarf Fortress"
 HOMEPAGE="https://github.com/Dwarf-Therapist/Dwarf-Therapist"
 SRC_URI="https://github.com/Dwarf-Therapist/${MY_PN}/archive/refs/tags/${MY_PV}.tar.gz -> ${MY_P}.tar.gz"
 
+S="${WORKDIR}/${MY_P}"
+
 LICENSE="MIT"
 SLOT="0"
 KEYWORDS="~amd64 ~x86"
 
-S="${WORKDIR}/${MY_P}"
-
 RDEPEND="
 	dev-qt/qtconcurrent:5
 	dev-qt/qtdeclarative:5