From 2e14361d3408d5c3eac3c0ba53a017231dc68ab0 Mon Sep 17 00:00:00 2001 From: Luke Dashjr Date: Mon, 22 Aug 2016 18:26:21 +0000 Subject: Bitcoin 0.13.0 --- eclass/bitcoincore.eclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'eclass') 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 -- cgit v1.2.3-65-gdbad