Gentoo Archives: gentoo-commits

From: Andrew Ammerlaan <andrewammerlaan@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/proj/guru:master commit in: sys-cluster/mcxx/
Date: Tue, 24 Aug 2021 19:24:50
Message-Id: 1629832260.18c2f96c11368ff2fdcd0d6963ab1c1b5fa832f7.andrewammerlaan@gentoo
1 commit: 18c2f96c11368ff2fdcd0d6963ab1c1b5fa832f7
2 Author: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
3 AuthorDate: Tue Aug 24 19:11:00 2021 +0000
4 Commit: Andrew Ammerlaan <andrewammerlaan <AT> gentoo <DOT> org>
5 CommitDate: Tue Aug 24 19:11:00 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/proj/guru.git/commit/?id=18c2f96c
7
8 sys-cluster/mcxx: shorten description
9
10 Package-Manager: Portage-3.0.22, Repoman-3.0.3
11 Signed-off-by: Andrew Ammerlaan <andrewammerlaan <AT> gentoo.org>
12
13 sys-cluster/mcxx/mcxx-2021.06.ebuild | 2 +-
14 1 file changed, 1 insertion(+), 1 deletion(-)
15
16 diff --git a/sys-cluster/mcxx/mcxx-2021.06.ebuild b/sys-cluster/mcxx/mcxx-2021.06.ebuild
17 index 7c308409f..7f949c9c6 100644
18 --- a/sys-cluster/mcxx/mcxx-2021.06.ebuild
19 +++ b/sys-cluster/mcxx/mcxx-2021.06.ebuild
20 @@ -11,7 +11,7 @@ PYTHON_COMPAT=( python3_{8..10} pypy3 )
21
22 inherit autotools flag-o-matic fortran-2 python-any-r1 docs
23
24 -DESCRIPTION="C/C++/Fortran source-to-source compilation infrastructure aimed at fast prototyping"
25 +DESCRIPTION="C/C++/Fortran source-to-source compilation aimed at fast prototyping"
26 HOMEPAGE="https://github.com/bsc-pm/mcxx"
27 SRC_URI="https://github.com/bsc-pm/mcxx/archive/refs/tags/${MYPV}.tar.gz -> ${P}.tar.gz"
28 S="${WORKDIR}/${PN}-${MYPV}"