commit: 0574885098d75610ed3c0db63daf39f16190db5b Author: Harri Nieminen <moikkis <AT> gmail <DOT> com> AuthorDate: Sat May 6 17:14:28 2017 +0000 Commit: David Seifert <soap <AT> gentoo <DOT> org> CommitDate: Sat May 6 22:18:34 2017 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=05748850
dev-libs/gecode: Fix toolong DESCRIPTION Package-Manager: Portage-2.3.5, Repoman-2.3.2 Closes: https://github.com/gentoo/gentoo/pull/4517 dev-libs/gecode/gecode-3.7.3.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/dev-libs/gecode/gecode-3.7.3.ebuild b/dev-libs/gecode/gecode-3.7.3.ebuild index 4e341d57562..463a840f970 100644 --- a/dev-libs/gecode/gecode-3.7.3.ebuild +++ b/dev-libs/gecode/gecode-3.7.3.ebuild @@ -1,9 +1,9 @@ -# Copyright 1999-2013 Gentoo Foundation +# Copyright 1999-2017 Gentoo Foundation # Distributed under the terms of the GNU General Public License v2 EAPI="4" -DESCRIPTION="Gecode is an environment for developing constraint-based systems and applications" +DESCRIPTION="An environment for developing constraint-based applications" SRC_URI="http://www.gecode.org/download/${P}.tar.gz" HOMEPAGE="http://www.gecode.org/"
