commit:     65c8d6b25c7a056d32c7a7275de593ca3389bc73
Author:     Luke Dashjr <luke-jr+git <AT> utopios <DOT> org>
AuthorDate: Thu Mar 24 18:30:27 2016 +0000
Commit:     Anthony G. Basile <blueness <AT> gentoo <DOT> org>
CommitDate: Thu Mar 24 19:36:42 2016 +0000
URL:        https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=65c8d6b2

net-p2p/bitcoin*: Fix desc URI to be html for 0.12.0

Signed-off-by: Anthony G. Basile <blueness <AT> gentoo.org>

 eclass/bitcoincore.eclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index 4a4f33d..5661cb0 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -145,7 +145,7 @@ LJR_PATCHDIR="${MyPN}-$(LJR_PV ljr).patches"
 LJR_PATCH() { echo "${WORKDIR}/${LJR_PATCHDIR}/${MyPN}-$(LJR_PV 
ljr)[email protected]"; }
 
LJR_PATCH_DESC="http://luke.dashjr.org/programs/${MyPN}/files/${MyPN}d/luke-jr/${BITCOINCORE_SERIES}/$(LJR_PV
 ljr)/${MyPN}-$(LJR_PV ljr).desc.txt"
 if [ "$BITCOINCORE_MINOR" -ge 12 ]; then
-       
LJR_PATCH_DESC="http://bitcoinknots.org/files/${BITCOINCORE_SERIES}/$(LJR_PV 
dir)/${MyPN}-$(LJR_PV).desc.txt"
+       
LJR_PATCH_DESC="http://bitcoinknots.org/files/${BITCOINCORE_SERIES}/$(LJR_PV 
dir)/${MyPN}-$(LJR_PV).desc.html"
 fi
 
 HOMEPAGE="http://bitcoincore.org/";

Reply via email to