summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-14 12:01:02 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-07-14 12:01:02 +0000
commitd78b76564be6cbf964c4a35ab97bce1aceb17a02 (patch)
treef7645fe6c6a979fb3d84c8a4609064e8cb0c1b47 /net-p2p
parentUpdate for bitcoind 0.11.0. (diff)
downloadgentoo-2-d78b76564be6cbf964c4a35ab97bce1aceb17a02.tar.gz
gentoo-2-d78b76564be6cbf964c4a35ab97bce1aceb17a02.tar.bz2
gentoo-2-d78b76564be6cbf964c4a35ab97bce1aceb17a02.zip
Install the daemon as well. Bug #554176c8.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p')
-rw-r--r--net-p2p/litecoind/ChangeLog8
-rw-r--r--net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild (renamed from net-p2p/litecoind/litecoind-0.10.2.2.ebuild)4
2 files changed, 9 insertions, 3 deletions
diff --git a/net-p2p/litecoind/ChangeLog b/net-p2p/litecoind/ChangeLog
index 998a13914b22..806c75caa320 100644
--- a/net-p2p/litecoind/ChangeLog
+++ b/net-p2p/litecoind/ChangeLog
@@ -1,6 +1,12 @@
# ChangeLog for net-p2p/litecoind
# Copyright 1999-2015 Gentoo Foundation; Distributed under the GPL v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.13 2015/07/11 13:54:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.14 2015/07/14 12:01:02 blueness Exp $
+
+*litecoind-0.10.2.2-r1 (14 Jul 2015)
+
+ 14 Jul 2015; Anthony G. Basile <blueness@gentoo.org>
+ +litecoind-0.10.2.2-r1.ebuild, -litecoind-0.10.2.2.ebuild:
+ Install the daemon as well. Bug #554176c8.
11 Jul 2015; Anthony G. Basile <blueness@gentoo.org>
litecoind-0.10.2.2.ebuild:
diff --git a/net-p2p/litecoind/litecoind-0.10.2.2.ebuild b/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild
index 18b8c026dc6c..6bd367d1d566 100644
--- a/net-p2p/litecoind/litecoind-0.10.2.2.ebuild
+++ b/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild
@@ -1,6 +1,6 @@
# Copyright 1999-2015 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
-# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2.ebuild,v 1.3 2015/07/11 13:54:41 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2-r1.ebuild,v 1.1 2015/07/14 12:01:02 blueness Exp $
EAPI=5
@@ -63,7 +63,7 @@ src_configure() {
--with-system-leveldb \
--with-system-libsecp256k1 \
--without-libs \
- --without-daemon \
+ --with-daemon \
--without-gui \
--without-qrencode \
${my_econf}