commit: dd03c750a91c1ee1b2898ee448bdb069a73b6b71
Author: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
AuthorDate: Mon Jan 15 03:45:55 2024 +0000
Commit: Vadim Misbakh-Soloviov <mva <AT> gentoo <DOT> org>
CommitDate: Mon Jan 15 03:45:55 2024 +0000
URL: https://gitweb.gentoo.org/proj/gamerlay.git/commit/?id=dd03c750
games-arcade/jamestown: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva <AT> gentoo.org>
games-arcade/jamestown/jamestown-1.0.1.ebuild | 9 ++++-----
1 file changed, 4 insertions(+), 5 deletions(-)
diff --git a/games-arcade/jamestown/jamestown-1.0.1.ebuild
b/games-arcade/jamestown/jamestown-1.0.1.ebuild
index 0a5adf1..9cd70fe 100644
--- a/games-arcade/jamestown/jamestown-1.0.1.ebuild
+++ b/games-arcade/jamestown/jamestown-1.0.1.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2024 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
-EAPI=7
+EAPI=8
-inherit desktop eutils unpacker
+inherit desktop wrapper unpacker
TS=1324610248
@@ -16,14 +16,13 @@ RESTRICT="fetch"
LICENSE="Jamestown"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
DEPEND="app-arch/unzip"
RDEPEND="media-libs/libsdl[opengl]"
pkg_nofetch() {
ewarn
- ewarn "Place ${A} to ${DISTDIR}"
+ ewarn "Place ${A} to ${PORTAGE_ACTUAL_DISTDIR}"
ewarn
}