commit: 4e0e8e40c822d9240e93054eb164b54ac02696f3 Author: Davide Pesavento <pesa <AT> gentoo <DOT> org> AuthorDate: Sun Apr 24 13:08:28 2016 +0000 Commit: Davide Pesavento <pesa <AT> gentoo <DOT> org> CommitDate: Sun Apr 24 13:08:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4e0e8e40
dev-libs/double-conversion: clarify DESCRIPTION, add missing space Package-Manager: portage-2.2.28 dev-libs/double-conversion/double-conversion-2.0.1.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild index 3cf57ca..4cd1c07 100644 --- a/dev-libs/double-conversion/double-conversion-2.0.1.ebuild +++ b/dev-libs/double-conversion/double-conversion-2.0.1.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2015 Gentoo Foundation +# Copyright 1999-2016 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=5 inherit scons-utils eutils -DESCRIPTION="Binary-decimal and decimal-binary routines forIEEE doubles" +DESCRIPTION="Binary-decimal and decimal-binary conversion routines for IEEE doubles" HOMEPAGE="https://github.com/google/double-conversion" SRC_URI="https://${PN}.googlecode.com/files/${P}.tar.gz"
