diff options
author | Harri Nieminen <moikkis@gmail.com> | 2017-05-06 20:14:28 +0300 |
---|---|---|
committer | David Seifert <soap@gentoo.org> | 2017-05-07 00:18:34 +0200 |
commit | 0574885098d75610ed3c0db63daf39f16190db5b (patch) | |
tree | baaf4b2f3658c1038a13198ef27b22ce48393c20 /dev-libs/gecode | |
parent | dev-libs/faxpp: Fix toolong DESCRIPTION (diff) | |
download | gentoo-0574885098d75610ed3c0db63daf39f16190db5b.tar.gz gentoo-0574885098d75610ed3c0db63daf39f16190db5b.tar.bz2 gentoo-0574885098d75610ed3c0db63daf39f16190db5b.zip |
dev-libs/gecode: Fix toolong DESCRIPTION
Package-Manager: Portage-2.3.5, Repoman-2.3.2
Closes: https://github.com/gentoo/gentoo/pull/4517
Diffstat (limited to 'dev-libs/gecode')
-rw-r--r-- | dev-libs/gecode/gecode-3.7.3.ebuild | 4 |
1 files 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 4e341d57562e..463a840f9708 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/" |