diff options
author | 2017-05-28 11:54:42 +0200 | |
---|---|---|
committer | 2017-05-30 17:32:52 +0200 | |
commit | 2c80589ea7f1ee30044ef85ee8871a539521186a (patch) | |
tree | 571efbe95a9b8700f59fcb91bddca03a456e526c /dev-lang/lfe/lfe-0.10.1.ebuild | |
parent | dev-libs/hyperscan: Use correct distfile name (diff) | |
download | gentoo-2c80589ea7f1ee30044ef85ee8871a539521186a.tar.gz gentoo-2c80589ea7f1ee30044ef85ee8871a539521186a.tar.bz2 gentoo-2c80589ea7f1ee30044ef85ee8871a539521186a.zip |
dev-lang/lfe: Use correct distfile name
Update SRC_URI to rename the distfile correctly.
Closes: https://github.com/gentoo/gentoo/pull/4786
Diffstat (limited to 'dev-lang/lfe/lfe-0.10.1.ebuild')
-rw-r--r-- | dev-lang/lfe/lfe-0.10.1.ebuild | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-lang/lfe/lfe-0.10.1.ebuild b/dev-lang/lfe/lfe-0.10.1.ebuild index 037bb91da94d..f4254db02323 100644 --- a/dev-lang/lfe/lfe-0.10.1.ebuild +++ b/dev-lang/lfe/lfe-0.10.1.ebuild @@ -7,7 +7,7 @@ inherit multilib DESCRIPTION="Lisp-flavoured Erlang" HOMEPAGE="http://lfe.github.io/" -SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip" +SRC_URI="https://github.com/rvirding/lfe/archive/v${PV}.zip -> ${P}.zip" LICENSE="BSD-2" SLOT="0" |