summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'games-puzzle/vessel/vessel-2013.02.22.ebuild')
-rw-r--r--games-puzzle/vessel/vessel-2013.02.22.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/games-puzzle/vessel/vessel-2013.02.22.ebuild b/games-puzzle/vessel/vessel-2013.02.22.ebuild
index cfa2bcc..4851008 100644
--- a/games-puzzle/vessel/vessel-2013.02.22.ebuild
+++ b/games-puzzle/vessel/vessel-2013.02.22.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
DESCRIPTION="Platform game where you manipulate liquids."
HOMEPAGE="http://strangeloopgames.com"
@@ -12,7 +12,6 @@ SRC_URI="${PN}-$(ver_cut 2)$(ver_cut 3)$(ver_cut 1)-bin"
LICENSE="all-rights-reserved"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE=""
RESTRICT="strip fetch"
DEPEND="app-arch/unzip"
@@ -21,7 +20,7 @@ S=${WORKDIR}/data
pkg_nofetch() {
echo
- elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${DISTDIR}"
+ elog "Download ${SRC_URI} from ${HOMEPAGE} and place it in ${ACTUAL_PORTAGE_DISTDIR}"
echo
}