diff options
author | Sam James <sam@gentoo.org> | 2021-04-22 13:04:53 +0100 |
---|---|---|
committer | Sam James <sam@gentoo.org> | 2021-04-22 13:04:53 +0100 |
commit | 49ab8e7a60c850bc89c4f603589121d2fbf9d122 (patch) | |
tree | fe63d79090e7dce7f4ea34461364864f8351e05f /games-action/dxx-rebirth | |
parent | app-crypt/scute: Add upstream patch for -fno-common (diff) | |
download | gentoo-49ab8e7a60c850bc89c4f603589121d2fbf9d122.tar.gz gentoo-49ab8e7a60c850bc89c4f603589121d2fbf9d122.tar.bz2 gentoo-49ab8e7a60c850bc89c4f603589121d2fbf9d122.zip |
games-action/dxx-rebirth: fix typo
Closes: https://bugs.gentoo.org/785040
Signed-off-by: Sam James <sam@gentoo.org>
Diffstat (limited to 'games-action/dxx-rebirth')
-rw-r--r-- | games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild index c46c7fc05135..c2ee8a2d717c 100644 --- a/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild +++ b/games-action/dxx-rebirth/dxx-rebirth-0.61.0_pre20200615.ebuild @@ -16,7 +16,7 @@ else MY_COMMIT='0c2fcf691ffb2a586991350d67f3efd1cca2a1f3' # dxx-rebirth-0.61.0_pre20200627.ebuild #MY_COMMIT='aba40babb47d36a88011af01e4bc0fc00dca74ef' - S="${WORKDIR}/${P}N-${MY_COMMIT}" + S="${WORKDIR}/${PN}-${MY_COMMIT}" #SRC_URI="https://github.com/dxx-rebirth/dxx-rebirth/archive/${MY_COMMIT}.tar.gz -> ${PN}-${PVR}.tar.gz" SRC_URI="https://codeload.github.com/dxx-rebirth/dxx-rebirth/tar.gz/${MY_COMMIT} -> ${PN}-${PVR}.tar.gz" unset MY_COMMIT |