diff options
author | 2015-10-16 00:00:03 +0000 | |
---|---|---|
committer | 2015-10-23 07:26:46 -0400 | |
commit | 5be824adbd39361d273f6d7c08a15a5574ceec24 (patch) | |
tree | e4d36723510a3b7adc18661ea7e6da6f17a46fc8 /net-p2p/bitcoind | |
parent | bitcoincore: Bump to 0.11.1 (diff) | |
download | gentoo-5be824adbd39361d273f6d7c08a15a5574ceec24.tar.gz gentoo-5be824adbd39361d273f6d7c08a15a5574ceec24.tar.bz2 gentoo-5be824adbd39361d273f6d7c08a15a5574ceec24.zip |
bitcoincore 0.11.1 & 9999: hasufell's suggestions
Diffstat (limited to 'net-p2p/bitcoind')
-rw-r--r-- | net-p2p/bitcoind/bitcoind-0.11.1.ebuild | 2 | ||||
-rw-r--r-- | net-p2p/bitcoind/bitcoind-9999.ebuild | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net-p2p/bitcoind/bitcoind-0.11.1.ebuild b/net-p2p/bitcoind/bitcoind-0.11.1.ebuild index ef75d878db18..390c9ea0056d 100644 --- a/net-p2p/bitcoind/bitcoind-0.11.1.ebuild +++ b/net-p2p/bitcoind/bitcoind-0.11.1.ebuild @@ -33,7 +33,7 @@ pkg_setup() { } src_prepare() { - sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion + sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion || die bitcoincore_src_prepare } diff --git a/net-p2p/bitcoind/bitcoind-9999.ebuild b/net-p2p/bitcoind/bitcoind-9999.ebuild index 5c38561fd52b..715308d80bea 100644 --- a/net-p2p/bitcoind/bitcoind-9999.ebuild +++ b/net-p2p/bitcoind/bitcoind-9999.ebuild @@ -28,7 +28,7 @@ pkg_setup() { } src_prepare() { - sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion + sed -i 's/have bitcoind &&//;s/^\(complete -F _bitcoind bitcoind\) bitcoin-cli$/\1/' contrib/${PN}.bash-completion || die bitcoincore_src_prepare } |