diff options
author | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-01 12:59:40 +0100 |
---|---|---|
committer | Lars Wendler <polynomial-c@gentoo.org> | 2020-01-01 12:59:51 +0100 |
commit | 633e87741329c596d6c1db43707ccfbcf96450c1 (patch) | |
tree | 5d42a60d375d1949cbb839cbff1838bde88ea8a6 /games-engines | |
parent | games-engines/devilutionx: Bump to version 1.0.0 (diff) | |
download | gentoo-633e87741329c596d6c1db43707ccfbcf96450c1.tar.gz gentoo-633e87741329c596d6c1db43707ccfbcf96450c1.tar.bz2 gentoo-633e87741329c596d6c1db43707ccfbcf96450c1.zip |
games-engines/devilutionx: Synced live ebuild
Package-Manager: Portage-2.3.84, Repoman-2.3.20
Signed-off-by: Lars Wendler <polynomial-c@gentoo.org>
Diffstat (limited to 'games-engines')
-rw-r--r-- | games-engines/devilutionx/devilutionx-9999.ebuild | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/games-engines/devilutionx/devilutionx-9999.ebuild b/games-engines/devilutionx/devilutionx-9999.ebuild index c0684055693c..6d3bda7a2fb8 100644 --- a/games-engines/devilutionx/devilutionx-9999.ebuild +++ b/games-engines/devilutionx/devilutionx-9999.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2019 Gentoo Authors +# Copyright 1999-2020 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 @@ -19,6 +19,7 @@ if [[ "${PV}" == 9999 ]] ; then else SRC_URI="https://github.com/diasurgical/devilutionX/archive/${PV}.tar.gz -> ${P}.tar.gz" KEYWORDS="~amd64 ~x86" + S="${WORKDIR}/devilutionX-${PV}" fi LICENSE="public-domain" |