diff options
author | Michael Mair-Keimberger <mmk@levelnine.at> | 2023-06-22 21:36:05 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2023-06-23 23:28:24 +0200 |
commit | 1b119eafba9da8af8f5f51650186f0c810af6805 (patch) | |
tree | 860705769b79834fa98eaa3e2a1faef25f65838a /games-puzzle | |
parent | games-util/cartridges: bump to 1.5.6 (diff) | |
download | gentoo-1b119eafba9da8af8f5f51650186f0c810af6805.tar.gz gentoo-1b119eafba9da8af8f5f51650186f0c810af6805.tar.bz2 gentoo-1b119eafba9da8af8f5f51650186f0c810af6805.zip |
games-puzzle/mirrormagic: EAPI8 bump
Signed-off-by: Michael Mair-Keimberger <mmk@levelnine.at>
Closes: https://github.com/gentoo/gentoo/pull/31577
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'games-puzzle')
-rw-r--r-- | games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild index ea697ed47262..bc9d7c3df855 100644 --- a/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild +++ b/games-puzzle/mirrormagic/mirrormagic-2.0.2-r2.ebuild @@ -1,12 +1,13 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 + inherit desktop toolchain-funcs DESCRIPTION="A game like Deflektor (C 64) or Mindbender (Amiga)" HOMEPAGE="https://www.artsoft.org/mirrormagic/" -SRC_URI="https://www.artsoft.org/RELEASES/unix/${PN}/${P}.tar.gz" +SRC_URI="https://www.artsoft.org/RELEASES/linux/${PN}/${P}.tar.gz" LICENSE="GPL-2" SLOT="0" |