public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
From: "Ulrich Müller" <ulm@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/
Date: Sat, 15 Feb 2025 09:29:28 +0000 (UTC)	[thread overview]
Message-ID: <1739611603.267cb43de5e1a8c5f1d932c8b3c4b993688c8fbc.ulm@gentoo> (raw)

commit:     267cb43de5e1a8c5f1d932c8b3c4b993688c8fbc
Author:     Ulrich Müller <ulm <AT> gentoo <DOT> org>
AuthorDate: Fri Feb 14 16:16:41 2025 +0000
Commit:     Ulrich Müller <ulm <AT> gentoo <DOT> 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 <ulm <AT> 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."


             reply	other threads:[~2025-02-15  9:30 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-02-15  9:29 Ulrich Müller [this message]
  -- strict thread matches above, loose matches on Subject: below --
2022-12-28 10:24 [gentoo-commits] repo/gentoo:master commit in: games-emulation/higan/ Ionen Wolkens
2022-01-13  8:06 Ionen Wolkens
2021-04-04 13:23 Andreas Sturmlechner
2021-04-01 22:08 Sam James
2020-12-25 16:13 Andreas Sturmlechner
2020-05-21 10:57 Andreas Sturmlechner
2018-08-27 21:16 James Le Cuirot
2018-01-26 20:20 Sebastian Pipping
2017-12-03 19:41 Andreas Sturmlechner
2017-01-23 19:13 Richard Farina
2017-01-23 18:19 Richard Farina

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1739611603.267cb43de5e1a8c5f1d932c8b3c4b993688c8fbc.ulm@gentoo \
    --to=ulm@gentoo.org \
    --cc=gentoo-commits@lists.gentoo.org \
    --cc=gentoo-dev@lists.gentoo.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox