blueness 15/07/11 13:43:22 Modified: litecoind-0.10.2.2.ebuild ChangeLog Log: Tighten up on configure options. (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 0xF52D4BBA)
Revision Changes Path 1.2 net-p2p/litecoind/litecoind-0.10.2.2.ebuild file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2.ebuild?rev=1.2&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2.ebuild?rev=1.2&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2.ebuild?r1=1.1&r2=1.2 Index: litecoind-0.10.2.2.ebuild =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/litecoind-0.10.2.2.ebuild,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- litecoind-0.10.2.2.ebuild 11 Jul 2015 13:25:23 -0000 1.1 +++ litecoind-0.10.2.2.ebuild 11 Jul 2015 13:43:22 -0000 1.2 @@ -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 @@ my_econf="${my_econf} --without-miniupnpc --disable-upnp-default" fi econf \ + --disable-wallet \ --disable-ccache \ --disable-static \ --disable-tests \ @@ -64,6 +65,7 @@ --without-libs \ --without-daemon \ --without-gui \ + --without-qrencode \ ${my_econf} \ "$@" } 1.12 net-p2p/litecoind/ChangeLog file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.12&view=markup plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?rev=1.12&content-type=text/plain diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/net-p2p/litecoind/ChangeLog?r1=1.11&r2=1.12 Index: ChangeLog =================================================================== RCS file: /var/cvsroot/gentoo-x86/net-p2p/litecoind/ChangeLog,v retrieving revision 1.11 retrieving revision 1.12 diff -u -r1.11 -r1.12 --- ChangeLog 11 Jul 2015 13:25:23 -0000 1.11 +++ ChangeLog 11 Jul 2015 13:43:22 -0000 1.12 @@ -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 <[email protected]> + litecoind-0.10.2.2.ebuild: + Tighten up on configure options. *litecoind-0.10.2.2 (11 Jul 2015)
