commit: e3948eddc60d941e7b140d7fae0ac2aa15fb599f Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat Feb 18 07:02:29 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat Feb 18 09:52:46 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e3948edd
app-text/bibutils: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/4003 app-text/bibutils/bibutils-4.12.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-text/bibutils/bibutils-4.12.ebuild b/app-text/bibutils/bibutils-4.12.ebuild index 2ab6fd8125..98cf86ff9f 100644 --- a/app-text/bibutils/bibutils-4.12.ebuild +++ b/app-text/bibutils/bibutils-4.12.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2011 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ @@ -6,7 +6,7 @@ EAPI=2 inherit toolchain-funcs MY_P="${PN}_${PV}" -DESCRIPTION="Interconverts between various bibliography formats using a common XML intermediate" +DESCRIPTION="Interconverts between various bibliography formats using common XML intermediate" HOMEPAGE="http://www.scripps.edu/~cdputnam/software/bibutils/" SRC_URI="http://www.scripps.edu/~cdputnam/software/bibutils/${MY_P}_src.tgz"
