From mboxrd@z Thu Jan  1 00:00:00 1970
Return-Path: <gentoo-commits+bounces-1413418-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 78386158094
	for <garchives@archives.gentoo.org>; Thu, 30 Jun 2022 02:47:24 +0000 (UTC)
Received: from pigeon.gentoo.org (localhost [127.0.0.1])
	by pigeon.gentoo.org (Postfix) with SMTP id 1437AE0948;
	Thu, 30 Jun 2022 02:47:23 +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) server-digest SHA256)
	(No client certificate requested)
	by pigeon.gentoo.org (Postfix) with ESMTPS id 90941E094A
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2022 02:47:22 +0000 (UTC)
Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84])
	(using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits)
	 key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256)
	(No client certificate requested)
	by smtp.gentoo.org (Postfix) with ESMTPS id 3FA443419B2
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2022 02:47:21 +0000 (UTC)
Received: from localhost.localdomain (localhost [IPv6:::1])
	by oystercatcher.gentoo.org (Postfix) with ESMTP id 937AA480
	for <gentoo-commits@lists.gentoo.org>; Thu, 30 Jun 2022 02:47:19 +0000 (UTC)
From: "Ionen Wolkens" <ionen@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, "Ionen Wolkens" <ionen@gentoo.org>
Message-ID: <1656557161.f5ebed6b96e3cf5ee0b5202c41ca613a57a63ffe.ionen@gentoo>
Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/devilutionx/
X-VCS-Repository: repo/gentoo
X-VCS-Files: games-engines/devilutionx/devilutionx-1.4.0.ebuild
X-VCS-Directories: games-engines/devilutionx/
X-VCS-Committer: ionen
X-VCS-Committer-Name: Ionen Wolkens
X-VCS-Revision: f5ebed6b96e3cf5ee0b5202c41ca613a57a63ffe
X-VCS-Branch: master
Date: Thu, 30 Jun 2022 02:47:19 +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: 4ca608c0-d47e-4bd4-a9c7-2deda13a4d12
X-Archives-Hash: 8940b166f2f2451e55d4735f1afd5191

commit:     f5ebed6b96e3cf5ee0b5202c41ca613a57a63ffe
Author:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
AuthorDate: Thu Jun 30 02:45:19 2022 +0000
Commit:     Ionen Wolkens <ionen <AT> gentoo <DOT> org>
CommitDate: Thu Jun 30 02:46:01 2022 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f5ebed6b

games-engines/devilutionx: cleanup forgotten bit of live version

Signed-off-by: Ionen Wolkens <ionen <AT> gentoo.org>

 games-engines/devilutionx/devilutionx-1.4.0.ebuild | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/games-engines/devilutionx/devilutionx-1.4.0.ebuild b/games-engines/devilutionx/devilutionx-1.4.0.ebuild
index c4ee3ebfae38..300818559589 100644
--- a/games-engines/devilutionx/devilutionx-1.4.0.ebuild
+++ b/games-engines/devilutionx/devilutionx-1.4.0.ebuild
@@ -50,8 +50,8 @@ src_configure() {
 		-DDISABLE_ZERO_TIER=$(usex !zerotier)
 		-DPACKET_ENCRYPTION=$(usex sodium)
 		-DPIE=ON
+		-DVERSION_NUM=${PV}
 	)
-	[[ ${PV} == 9999 ]] || mycmakeargs+=( -DVERSION_NUM=${PV} )
 
 	cmake_src_configure
 }