diff options
author | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:19:40 +0200 |
---|---|---|
committer | Conrad Kostecki <conikost@gentoo.org> | 2022-10-15 21:33:31 +0200 |
commit | b99c06f00cd852e0f39547487ec75422bac46baf (patch) | |
tree | da254449722c5eb772c40aabacdafb623400697d /sci-mathematics | |
parent | net-misc/zsync: fix QA BadDescription (diff) | |
download | gentoo-b99c06f00cd852e0f39547487ec75422bac46baf.tar.gz gentoo-b99c06f00cd852e0f39547487ec75422bac46baf.tar.bz2 gentoo-b99c06f00cd852e0f39547487ec75422bac46baf.zip |
sci-mathematics/smtinterpol: fix QA BadDescription
Signed-off-by: Conrad Kostecki <conikost@gentoo.org>
Diffstat (limited to 'sci-mathematics')
-rw-r--r-- | sci-mathematics/smtinterpol/smtinterpol-2.5_p20211018.ebuild | 4 |
1 files 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}" |