From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 finch.gentoo.org (Postfix) with ESMTPS id 461301582EF for ; Sat, 15 Feb 2025 09:30:09 +0000 (UTC) Received: from lists.gentoo.org (bobolink.gentoo.org [140.211.166.189]) (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) (Authenticated sender: relay-lists.gentoo.org@gentoo.org) by smtp.gentoo.org (Postfix) with ESMTPSA id 2E442343083 for ; Sat, 15 Feb 2025 09:30:09 +0000 (UTC) Received: from bobolink.gentoo.org (localhost [127.0.0.1]) by bobolink.gentoo.org (Postfix) with ESMTP id C8963110487; Sat, 15 Feb 2025 09:29:31 +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 bobolink.gentoo.org (Postfix) with ESMTPS id B78F8110486 for ; Sat, 15 Feb 2025 09:29:31 +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 6E9E934309A for ; Sat, 15 Feb 2025 09:29:31 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 45D9D2733 for ; Sat, 15 Feb 2025 09:29:28 +0000 (UTC) From: "Ulrich Müller" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Ulrich Müller" Message-ID: <1739611603.267cb43de5e1a8c5f1d932c8b3c4b993688c8fbc.ulm@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/ X-VCS-Repository: repo/gentoo X-VCS-Files: games-emulation/higan/higan-116_pre20210818-r2.ebuild X-VCS-Directories: games-emulation/higan/ X-VCS-Committer: ulm X-VCS-Committer-Name: Ulrich Müller X-VCS-Revision: 267cb43de5e1a8c5f1d932c8b3c4b993688c8fbc X-VCS-Branch: master Date: Sat, 15 Feb 2025 09:29:28 +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: a685ebab-7f36-4314-a2ff-31da292e1528 X-Archives-Hash: c9264b9831fffba4fbf552e837bba640 commit: 267cb43de5e1a8c5f1d932c8b3c4b993688c8fbc Author: Ulrich Müller gentoo org> AuthorDate: Fri Feb 14 16:16:41 2025 +0000 Commit: Ulrich Müller gentoo org> CommitDate: Sat Feb 15 09:26:43 2025 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=267cb43d games-emulation/higan: Fix incorrect REPLACING_VERSIONS usage Signed-off-by: Ulrich Müller gentoo.org> games-emulation/higan/higan-116_pre20210818-r2.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/games-emulation/higan/higan-116_pre20210818-r2.ebuild b/games-emulation/higan/higan-116_pre20210818-r2.ebuild index 79950540ab17..a82c1c6c1f24 100644 --- a/games-emulation/higan/higan-116_pre20210818-r2.ebuild +++ b/games-emulation/higan/higan-116_pre20210818-r2.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2023 Gentoo Authors +# Copyright 1999-2025 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 -inherit desktop toolchain-funcs +inherit desktop eapi9-ver toolchain-funcs HIGAN_COMMIT="9bf1b3314b2bcc73cbc11d344b369c31562aff10" @@ -111,8 +111,7 @@ src_install() { } pkg_postinst() { - if [[ ${REPLACING_VERSIONS} ]] && - ver_test ${REPLACING_VERSIONS} -lt 116_pre20210818; then + if ver_replacing -lt 116_pre20210818; then elog "On new installs, higan now uses ~/.local/share/higan/Systems/ rather than" elog "~/higan/, and reads Templates from ${EROOT}/usr/share/higan/ on Gentoo." elog "Will need to edit/delete ~/.config/higan/paths.bml for this to take effect."