From 18c2f96c11368ff2fdcd0d6963ab1c1b5fa832f7 Mon Sep 17 00:00:00 2001 From: Andrew Ammerlaan Date: Tue, 24 Aug 2021 21:11:00 +0200 Subject: [PATCH] sys-cluster/mcxx: shorten description Package-Manager: Portage-3.0.22, Repoman-3.0.3 Signed-off-by: Andrew Ammerlaan --- sys-cluster/mcxx/mcxx-2021.06.ebuild | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sys-cluster/mcxx/mcxx-2021.06.ebuild b/sys-cluster/mcxx/mcxx-2021.06.ebuild index 7c308409ff..7f949c9c67 100644 --- a/sys-cluster/mcxx/mcxx-2021.06.ebuild +++ b/sys-cluster/mcxx/mcxx-2021.06.ebuild @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 ) inherit autotools flag-o-matic fortran-2 python-any-r1 docs -DESCRIPTION="C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping" +DESCRIPTION="C/C++/Fortran source-to-source compilation aimed at fast prototyping" HOMEPAGE="https://github.com/bsc-pm/mcxx" SRC_URI="https://github.com/bsc-pm/mcxx/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz" S="${WORKDIR}/${PN}-${MYPV}"