diff options
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 |