summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2015-07-11 13:43:22 +0000
committerAnthony G. Basile <blueness@gentoo.org>2015-07-11 13:43:22 +0000
commitbdeba52fb9d8d08cf812397853486b8ebbc37b2c (patch)
tree830ed8320e94a4967fe42eb4f1fedd90180126e4 /net-p2p/litecoind
parentVersion bump. Bug #554176. (diff)
downloadgentoo-2-bdeba52fb9d8d08cf812397853486b8ebbc37b2c.tar.gz
gentoo-2-bdeba52fb9d8d08cf812397853486b8ebbc37b2c.tar.bz2
gentoo-2-bdeba52fb9d8d08cf812397853486b8ebbc37b2c.zip
Tighten up on configure options.
(Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Diffstat (limited to 'net-p2p/litecoind')
-rw-r--r--net-p2p/litecoind/ChangeLog6
-rw-r--r--net-p2p/litecoind/litecoind-0.10.2.2.ebuild4
2 files changed, 8 insertions, 2 deletions
diff --git a/net-p2p/litecoind/ChangeLog b/net-p2p/litecoind/ChangeLog
index e08f2e2fc272..bfd66a730de5 100644
--- a/net-p2p/litecoind/ChangeLog
+++ b/net-p2p/litecoind/ChangeLog
@@ -1,6 +1,10 @@
# 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.11 2015/07/11 13:25:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v 1.12 2015/07/11 13:43:22 blueness Exp $
+
+ 11 Jul 2015; Anthony G. Basile <blueness@gentoo.org>
+ litecoind-0.10.2.2.ebuild:
+ Tighten up on configure options.
*litecoind-0.10.2.2 (11 Jul 2015)
diff --git a/net-p2p/litecoind/litecoind-0.10.2.2.ebuild b/net-p2p/litecoind/litecoind-0.10.2.2.ebuild
index ac562ec7df26..2229983277e4 100644
--- a/net-p2p/litecoind/litecoind-0.10.2.2.ebuild
+++ b/net-p2p/litecoind/litecoind-0.10.2.2.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.1 2015/07/11 13:25:23 blueness Exp $
+# $Header: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2.ebuild,v 1.2 2015/07/11 13:43:22 blueness Exp $
EAPI=5
@@ -56,6 +56,7 @@ src_configure() {
my_econf="${my_econf} --without-miniupnpc --disable-upnp-default"
fi
econf \
+ --disable-wallet \
--disable-ccache \
--disable-static \
--disable-tests \
@@ -64,6 +65,7 @@ src_configure() {
--without-libs \
--without-daemon \
--without-gui \
+ --without-qrencode \
${my_econf} \
"$@"
}