diff options
author | Julian Ospald <hasufell@gentoo.org> | 2015-10-23 13:33:31 +0200 |
---|---|---|
committer | Julian Ospald <hasufell@gentoo.org> | 2015-10-23 13:33:31 +0200 |
commit | 0ccb863ab3587ccdf2a645443ec44e33c306b011 (patch) | |
tree | aa41bcddb1908c18a4ca5601a59c4a28861e7094 /eclass/bitcoincore.eclass | |
parent | Revert "bitcoincore: DEPEND on net-libs/miniupnpc without known security vulns" (diff) | |
download | gentoo-0ccb863ab3587ccdf2a645443ec44e33c306b011.tar.gz gentoo-0ccb863ab3587ccdf2a645443ec44e33c306b011.tar.bz2 gentoo-0ccb863ab3587ccdf2a645443ec44e33c306b011.zip |
Revert "bitcoincore 0.11.1 & 9999: hasufell's suggestions"
This reverts commit 5be824adbd39361d273f6d7c08a15a5574ceec24.
Diffstat (limited to 'eclass/bitcoincore.eclass')
-rw-r--r-- | eclass/bitcoincore.eclass | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/eclass/bitcoincore.eclass b/eclass/bitcoincore.eclass index 0362c8cdcf26..0cebdb5a92b6 100644 --- a/eclass/bitcoincore.eclass +++ b/eclass/bitcoincore.eclass @@ -213,7 +213,6 @@ bitcoincore_pkg_pretend() { } bitcoincore_prepare() { - local mypolicy if [ -n "${BITCOINCORE_NO_SYSLIBS}" ]; then true elif [ "${PV}" = "9999" ]; then |