summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-28 22:34:06 +0000
committerAnthony G. Basile <blueness@gentoo.org>2014-08-28 22:34:06 +0000
commit2d818fc5d9305b015c84c28ceec74a0ffffcd6e7 (patch)
tree671de1c4a40444c6c7cae7660a64b0ea2dc8a1ad /net-p2p/litecoind/litecoind-0.8.7.1.ebuild
parentRemove older versions (diff)
downloadgentoo-2-2d818fc5d9305b015c84c28ceec74a0ffffcd6e7.tar.gz
gentoo-2-2d818fc5d9305b015c84c28ceec74a0ffffcd6e7.tar.bz2
gentoo-2-2d818fc5d9305b015c84c28ceec74a0ffffcd6e7.zip
Remove USE=bash-completion, bug #521352
(Portage version: 2.2.8-r1/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p/litecoind/litecoind-0.8.7.1.ebuild')
-rw-r--r--net-p2p/litecoind/litecoind-0.8.7.1.ebuild9
1 files changed, 4 insertions, 5 deletions
diff --git a/net-p2p/litecoind/litecoind-0.8.7.1.ebuild b/net-p2p/litecoind/litecoind-0.8.7.1.ebuild
index a17acd655eec..806cbceffe8a 100644
--- a/net-p2p/litecoind/litecoind-0.8.7.1.ebuild
+++ b/net-p2p/litecoind/litecoind-0.8.7.1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2014 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v 1.2 2014/08/10 20:37:27 slyfox Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.8.7.1.ebuild,v 1.3 2014/08/28 22:34:06 blueness Exp $
EAPI=5
@@ -19,7 +19,7 @@ SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> $
LICENSE="MIT ISC GPL-2"
SLOT="0"
KEYWORDS="~amd64 ~x86"
-IUSE="bash-completion examples ipv6 logrotate upnp"
+IUSE="examples ipv6 logrotate upnp"
RDEPEND="
dev-libs/boost[threads(+)]
@@ -108,9 +108,8 @@ src_install() {
newman contrib/debian/manpages/bitcoind.1 litecoind.1
newman contrib/debian/manpages/bitcoin.conf.5 litecoin.conf.5
- if use bash-completion; then
- newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion
- fi
+ sed -i -e 's/bitcoin/litecoin/g' contrib/bitcoind.bash-completion
+ newbashcomp contrib/bitcoind.bash-completion ${PN}.bash-completion
if use examples; then
docinto examples