diff options
author | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 10:32:54 +0700 |
---|---|---|
committer | Vadim Misbakh-Soloviov <mva@gentoo.org> | 2024-01-15 10:32:54 +0700 |
commit | 80a91bc0a72c5e482719ff6b922d19c53064157a (patch) | |
tree | baa78b487171da9e7707e88d49fcc6f3026aa124 /games-arcade/capsized/capsized-2013.10.06.ebuild | |
parent | games-action/supertirititran: Migrate to EAPI8 (diff) | |
download | gamerlay-80a91bc0a72c5e482719ff6b922d19c53064157a.tar.gz gamerlay-80a91bc0a72c5e482719ff6b922d19c53064157a.tar.bz2 gamerlay-80a91bc0a72c5e482719ff6b922d19c53064157a.zip |
games-arcade/capsized: Migrated to EAPI8
Signed-off-by: Vadim Misbakh-Soloviov <mva@gentoo.org>
Diffstat (limited to 'games-arcade/capsized/capsized-2013.10.06.ebuild')
-rw-r--r-- | games-arcade/capsized/capsized-2013.10.06.ebuild | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/games-arcade/capsized/capsized-2013.10.06.ebuild b/games-arcade/capsized/capsized-2013.10.06.ebuild index 3c68caf..bc80bd1 100644 --- a/games-arcade/capsized/capsized-2013.10.06.ebuild +++ b/games-arcade/capsized/capsized-2013.10.06.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 multilib-minimal unpacker +inherit desktop wrapper multilib-minimal unpacker MY_PN=Capsized @@ -13,7 +13,7 @@ SRC_URI="${PN}-$(ver_cut 3)$(ver_cut 2)$(ver_cut 1)-bin" LICENSE="all-rights-reserved" SLOT="0" -KEYWORDS="-* ~amd64 ~x86" +KEYWORDS="~amd64 ~x86" IUSE="l10n_de l10n_es l10n_fr l10n_it" RESTRICT="fetch" @@ -40,7 +40,7 @@ pkg_nofetch() { einfo "Please download ${A}" einfo "from your personal page in Humble Indie Bundle site" einfo "(http://www.humblebundle.com)" - einfo "and place it to ${DESTDIR}" + einfo "and place it to ${PORTAGE_ACTUAL_DESTDIR}" } src_unpack() { |