commit: a148af6963057a514fcec73adc75aa84de5f7f26 Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Fri Feb 17 15:34:16 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Fri Feb 17 20:17:56 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=a148af69
app-emulation/vov: Fix toolong.DESCRIPTION Package-Manager: Portage-2.3.3, Repoman-2.3.1 Closes: https://github.com/gentoo/gentoo/pull/3996 app-emulation/vov/vov-2.0.0.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app-emulation/vov/vov-2.0.0.ebuild b/app-emulation/vov/vov-2.0.0.ebuild index 78b907941f..1ebfb87000 100644 --- a/app-emulation/vov/vov-2.0.0.ebuild +++ b/app-emulation/vov/vov-2.0.0.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2014 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 # $Id$ inherit flag-o-matic -DESCRIPTION="vov (Vov's Obsessive Von-Neumann) is a tool that emulates the behavior of a Von-Neumann machine" +DESCRIPTION="A tool that emulates the behavior of a Von-Neumann machine" HOMEPAGE="http://home.gna.org/vov/" SRC_URI="http://download.gna.org/vov/${P}.tar.gz"
