commit: b99c06f00cd852e0f39547487ec75422bac46baf Author: Conrad Kostecki <conikost <AT> gentoo <DOT> org> AuthorDate: Sat Oct 15 19:19:40 2022 +0000 Commit: Conrad Kostecki <conikost <AT> gentoo <DOT> org> CommitDate: Sat Oct 15 19:33:31 2022 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=b99c06f0
sci-mathematics/smtinterpol: fix QA BadDescription Signed-off-by: Conrad Kostecki <conikost <AT> gentoo.org> sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild index 495a57f37578..7ae391eb2ff8 100644 --- a/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild +++ b/sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild @@ -1,4 +1,4 @@ -# Copyright 1999-2021 Gentoo Authors +# Copyright 1999-2022 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=8 @@ -7,7 +7,7 @@ H=32d7fa8751f668f9e9a18e4e96df3337b53d2150 inherit java-pkg-2 java-ant-2 -DESCRIPTION="Interpolating SMT-solver that can compute Craig interpolants for various theories" +DESCRIPTION="Interpolating SMT-solver computing Craig interpolants for various theories" HOMEPAGE="http://ultimate.informatik.uni-freiburg.de/smtinterpol/" SRC_URI="https://github.com/ultimate-pa/${PN}/archive/${H}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${H}"
