summaryrefslogtreecommitdiff
path: root/eclass
diff options
context:
space:
mode:
authorLuke Dashjr <luke-jr+git@utopios.org>2016-08-22 18:26:21 +0000
committerAnthony G. Basile <blueness@gentoo.org>2016-08-25 14:14:22 -0400
commit2e14361d3408d5c3eac3c0ba53a017231dc68ab0 (patch)
tree0d04e39d868c0e05e5abbf95df318a8d7e7c9628 /eclass
parentnet-p2p/litecoind: Version Bump to 0.10.4.0, bug #592100 (diff)
downloadgentoo-2e14361d3408d5c3eac3c0ba53a017231dc68ab0.tar.gz
gentoo-2e14361d3408d5c3eac3c0ba53a017231dc68ab0.tar.bz2
gentoo-2e14361d3408d5c3eac3c0ba53a017231dc68ab0.zip
Bitcoin 0.13.0
Diffstat (limited to 'eclass')
-rw-r--r--eclass/bitcoincore.eclass4
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass
index bb4635b6b6a3..45d087b3cab9 100644
--- a/eclass/bitcoincore.eclass
+++ b/eclass/bitcoincore.eclass
@@ -100,8 +100,8 @@ case "${PV}" in
BITCOINCORE_RBF_PATCHFILE="${MyPN}-rbf-v0.11.0rc3.patch"
fi
;;
-0.12*)
- BITCOINCORE_MINOR=12
+0.12* | 0.13*)
+ BITCOINCORE_MINOR=$(get_version_component_range 2)
IUSE="${IUSE} libressl"
OPENSSL_DEPEND="!libressl? ( dev-libs/openssl:0[-bindist] ) libressl? ( dev-libs/libressl )"
if in_bcc_iuse libevent; then