commit: 7f93c4f343fe977ccd3cafba67a8839bde1e7b61 Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Thu Mar 4 23:17:18 2021 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Thu Mar 4 23:17:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=7f93c4f3
net-p2p/litecoind: update DESCRIPTION Closes: https://bugs.gentoo.org/607846 Package-Manager: Portage-3.0.16, Repoman-3.0.2 Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> net-p2p/litecoind/litecoind-0.10.4.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild index 343fe5987cf..7fce85154fd 100644 --- a/net-p2p/litecoind/litecoind-0.10.4.0.ebuild +++ b/net-p2p/litecoind/litecoind-0.10.4.0.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2018 Gentoo Foundation +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=5 @@ -11,7 +11,7 @@ MyPV="${PV/_/-}" MyPN="litecoin" MyP="${MyPN}-${MyPV}" -DESCRIPTION="P2P Internet currency based on Bitcoin but easier to mine" +DESCRIPTION="The offical daemon to run your own (full) Litecoin node" HOMEPAGE="https://litecoin.org/" SRC_URI="https://github.com/${MyPN}-project/${MyPN}/archive/v${MyPV}.tar.gz -> ${MyP}.tar.gz"