diff --git a/games-puzzle/osmos/osmos-1.6.1-r4.ebuild b/games-puzzle/osmos/osmos-1.6.1-r4.ebuild index 6dc3fa6..eb3259c 100644 --- a/games-puzzle/osmos/osmos-1.6.1-r4.ebuild +++ b/games-puzzle/osmos/osmos-1.6.1-r4.ebuild @@ -1,4 +1,4 @@ -# Copyright 2017-2021 Gentoo Authors +# Copyright 2017-2024 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI="8" @@ -11,11 +11,11 @@ MY_P="${MY_PN}_${PV}" DESCRIPTION="Play as a single-celled organism absorbing others" HOMEPAGE="https://www.osmos-game.com/" SRC_URI="${MY_P}.tar.gz" +S="${WORKDIR}/${MY_PN}" LICENSE="Hemisphere_Games-EULA" SLOT="0" KEYWORDS="-* ~amd64" -IUSE="" RESTRICT="bindist fetch strip test" PROPERTIES="interactive" @@ -33,8 +33,6 @@ QA_PREBUILT="/opt/osmos/osmos" DEPEND="${RDEPEND}" -S="${WORKDIR}/${MY_PN}" - pkg_nofetch() { einfo "Please download ${MY_P}.tar.gz and place it into DISTDIR directory." }