diff options
| author | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-15 21:50:55 +0000 |
|---|---|---|
| committer | Liguros - Gitlab CI/CD [develop] <gitlab@liguros.net> | 2025-02-15 21:50:55 +0000 |
| commit | 4540b44fc06d88f61fe449f282e93eb20581dc95 (patch) | |
| tree | 5f5b5c279d1cbb7f7bfeef8ab3362677a3fa8539 /games-emulation/higan | |
| parent | e84f6493df97257f7a0706489cd51eb0fe6f934d (diff) | |
| download | baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.tar.gz baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.tar.xz baldeagleos-repo-4540b44fc06d88f61fe449f282e93eb20581dc95.zip | |
Adding metadata
Diffstat (limited to 'games-emulation/higan')
| -rw-r--r-- | games-emulation/higan/higan-116_pre20210818-r2.ebuild | 7 |
1 files 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." |
