diff options
-rw-r--r-- | dev-util/ropper/ropper-9999.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-util/ropper/ropper-9999.ebuild b/dev-util/ropper/ropper-9999.ebuild index 6bd50c5a169b..715beb97d20b 100644 --- a/dev-util/ropper/ropper-9999.ebuild +++ b/dev-util/ropper/ropper-9999.ebuild @@ -16,7 +16,7 @@ if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="https://github.com/sashs/Ropper" else - SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.tar.gz" + SRC_URI="https://github.com/sashs/Ropper/archive/v${PV}.tar.gz -> ${P}.gh.tar.gz" S="${WORKDIR}"/Ropper-${PV} KEYWORDS="~amd64 ~x86" |