diff options
author | 2017-02-18 09:02:29 +0200 | |
---|---|---|
committer | 2017-02-18 10:52:46 +0100 | |
commit | e3948eddc60d941e7b140d7fae0ac2aa15fb599f (patch) | |
tree | 69a6f2eacdf292bfe4a739a228355f977c366925 /app-text/bibutils | |
parent | app-text/bibus: Fix toolong.DESCRIPTION (diff) | |
download | gentoo-e3948eddc60d941e7b140d7fae0ac2aa15fb599f.tar.gz gentoo-e3948eddc60d941e7b140d7fae0ac2aa15fb599f.tar.bz2 gentoo-e3948eddc60d941e7b140d7fae0ac2aa15fb599f.zip |
app-text/bibutils: Fix toolong.DESCRIPTION
Package-Manager: Portage-2.3.3, Repoman-2.3.1
Closes: https://github.com/gentoo/gentoo/pull/4003
Diffstat (limited to 'app-text/bibutils')
-rw-r--r-- | app-text/bibutils/bibutils-4.12.ebuild | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/app-text/bibutils/bibutils-4.12.ebuild b/app-text/bibutils/bibutils-4.12.ebuild index 2ab6fd8125ec..98cf86ff9f90 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" |