diff options
author | Sam James <sam@gentoo.org> | 2024-03-14 03:29:20 +0000 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2024-03-14 05:21:21 +0000 |
commit | f2695798e5f3ef8b273cdbfe323e7e24c82208ad (patch) | |
tree | b1fc33a6279802c619c276ae96f2674f6312e2c1 /games-engines | |
parent | games-engines/gargoyle: filter LTO, no-SA (diff) | |
download | gentoo-f2695798e5f3ef8b273cdbfe323e7e24c82208ad.tar.gz gentoo-f2695798e5f3ef8b273cdbfe323e7e24c82208ad.tar.bz2 gentoo-f2695798e5f3ef8b273cdbfe323e7e24c82208ad.zip |
games-engines/gargoyle: fix VariableOrderWrong
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/gargoyle/gargoyle-2019.1.1.ebuild | 3 |
1 files changed, 1 insertions, 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 |