commit: f2695798e5f3ef8b273cdbfe323e7e24c82208ad Author: Sam James <sam <AT> gentoo <DOT> org> AuthorDate: Thu Mar 14 03:29:20 2024 +0000 Commit: Sam James <sam <AT> gentoo <DOT> org> CommitDate: Thu Mar 14 05:21:21 2024 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=f2695798
games-engines/gargoyle: fix VariableOrderWrong Signed-off-by: Sam James <sam <AT> gentoo.org> games-engines/gargoyle/gargoyle-2019.1.1.ebuild | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/games-engines/gargoyle/gargoyle-2019.1.1.ebuild b/games-engines/gargoyle/gargoyle-2019.1.1.ebuild index e37df39de5b6..b056e2f28b60 100644 --- a/games-engines/gargoyle/gargoyle-2019.1.1.ebuild +++ b/games-engines/gargoyle/gargoyle-2019.1.1.ebuild @@ -15,6 +15,7 @@ inherit desktop edos2unix flag-o-matic multiprocessing toolchain-funcs xdg DESCRIPTION="An Interactive Fiction (IF) player supporting all major formats" HOMEPAGE="http://ccxvii.net/gargoyle/" SRC_URI="https://github.com/garglk/garglk/archive/${PV}.tar.gz -> ${P}.tar.gz" +S="${WORKDIR}/garglk-${PV}" LICENSE="BSD GPL-2 MIT Hugo Glulxe" SLOT="0" @@ -36,8 +37,6 @@ BDEPEND=" dev-util/ftjam virtual/pkgconfig" -S="${WORKDIR}/garglk-${PV}" - PATCHES=( "${FILESDIR}"/${P}-fno-common.patch "${FILESDIR}"/${P}-QA-desktop.patch
