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 3DB281382C5 for ; Tue, 6 Apr 2021 09:25:13 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 6AC52E0901; Tue, 6 Apr 2021 09:25:12 +0000 (UTC) Received: from smtp.gentoo.org (woodpecker.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (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 D70C5E08CD for ; Tue, 6 Apr 2021 09:25:11 +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 9E436335D32 for ; Tue, 6 Apr 2021 09:25:10 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id EBBDD640 for ; Tue, 6 Apr 2021 09:25:08 +0000 (UTC) From: "Lars Wendler" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Lars Wendler" Message-ID: <1617701101.73c73dfa01fcedac222d5d188376dd9a58aa164d.polynomial-c@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-engines/devilutionx/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-engines/devilutionx/devilutionx-9999.ebuild X-VCS-Directories: games-engines/devilutionx/ X-VCS-Committer: polynomial-c X-VCS-Committer-Name: Lars Wendler X-VCS-Revision: 73c73dfa01fcedac222d5d188376dd9a58aa164d X-VCS-Branch: master Date: Tue, 6 Apr 2021 09:25:08 +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: 35e18488-1ece-4cb6-9f0a-66854c0e21aa X-Archives-Hash: 96b22f78d71ae4c15218752046571519 commit: 73c73dfa01fcedac222d5d188376dd9a58aa164d Author: Lars Wendler gentoo org> AuthorDate: Tue Apr 6 09:24:05 2021 +0000 Commit: Lars Wendler gentoo org> CommitDate: Tue Apr 6 09:25:01 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=73c73dfa games-engines/devilutionx: Synced live ebuild Signed-off-by: Lars Wendler gentoo.org> games-engines/devilutionx/devilutionx-9999.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/games-engines/devilutionx/devilutionx-9999.ebuild b/games-engines/devilutionx/devilutionx-9999.ebuild index 739888cc60a..6f93a6c2ac0 100644 --- a/games-engines/devilutionx/devilutionx-9999.ebuild +++ b/games-engines/devilutionx/devilutionx-9999.ebuild @@ -51,13 +51,12 @@ src_configure() { -DDIST="ON" -DUBSAN="OFF" ) - cmake_src_configure if [[ "${PV}" != 9999 ]] ; then - # Build system still doesn't reliably set release version - sed "/PROJECT_VERSION/s@-@${PV}@" -i "${BUILD_DIR}/config.h" \ - || die + mycmakeargs+=( -DVERSION_NUM="${PV}" ) fi + + cmake_src_configure } pkg_postinst() {