commit: 2fab4ce219338152e0cee28ccee7523a51db01e9 Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 02:27:47 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 04:05:54 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=2fab4ce2
games-rpg/deponia-doomsday: tidy ebuild Signed-off-by: Sam James <sam <AT> gentoo.org> games-rpg/deponia-doomsday/deponia-doomsday-1.2.0267.ebuild | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/games-rpg/deponia-doomsday/deponia-doomsday-1.2.0267.ebuild b/games-rpg/deponia-doomsday/deponia-doomsday-1.2.0267.ebuild index bbb377287f7..f26a0c328c7 100644 --- a/games-rpg/deponia-doomsday/deponia-doomsday-1.2.0267.ebuild +++ b/games-rpg/deponia-doomsday/deponia-doomsday-1.2.0267.ebuild @@ -9,6 +9,8 @@ MY_PN="Deponia Doomsday" DESCRIPTION="The fourth and final instalment of the Deponia point-and-click adventures" HOMEPAGE="https://www.daedalic.com/deponia" SRC_URI="Deponia4_${PV}_DEB_Full_Multi_Daedalic_ESD.tar" +S="${WORKDIR}/${MY_PN}" + LICENSE="all-rights-reserved BSD LGPL-2.1 MIT OFL-1.1" SLOT="0" KEYWORDS="-* ~amd64" @@ -25,10 +27,8 @@ RDEPEND=" virtual/opengl " -S="${WORKDIR}/${MY_PN}" - DIR="/opt/${PN}" -QA_PREBUILT="${DIR}/*" +QA_PREBUILT="${DIR#/}/*" pkg_nofetch() { einfo "Please buy and download ${SRC_URI} from:"
