commit: 174be5af869bdfab58bde907936df7422d651a5b Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Sun Aug 22 02:31:02 2021 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Mon Aug 23 04:06:04 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=174be5af
games-strategy/majesty-demo: tidy ebuild Signed-off-by: Sam James <sam <AT> gentoo.org> games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild index 1511d51ed93..663dd0a2881 100644 --- a/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild +++ b/games-strategy/majesty-demo/majesty-demo-1.0.0-r1.ebuild @@ -8,6 +8,7 @@ inherit desktop unpacker wrapper DESCRIPTION="Control your own kingdom in this simulation" HOMEPAGE="https://www.linuxgamepublishing.com/info.php?id=8&" SRC_URI="http://ftp2.za.freebsd.org/pub/FreeBSD/ports/distfiles/majesty_demo.run" +S="${WORKDIR}" LICENSE="MAJESTY-DEMO" SLOT="0" @@ -22,9 +23,6 @@ RDEPEND=" x11-libs/libXau[abi_x86_32(-)] x11-libs/libXdmcp[abi_x86_32(-)] " -DEPEND="" - -S="${WORKDIR}" dir="/opt/${PN}" Ddir="${D}/${dir}"
