Diff gmm-5.4 with a gmm-5.4.2

/usr/portage/sci-mathematics/gmm/gmm-5.4.2.ebuild 2023-10-09 14:52:35.112368492 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
5 5

  
6
inherit flag-o-matic
7

  
8 6
DESCRIPTION="Generic C++ template library for sparse, dense and skyline matrices"
9 7
SRC_URI="mirror://nongnu/getfem/stable/${P}.tar.gz"
10 8
HOMEPAGE="http://getfem.org/gmm.html"
11 9

  
12 10
LICENSE="|| ( LGPL-3 LGPL-3-with-linking-exception )"
13 11
SLOT="0"
14
KEYWORDS="amd64 ~arm ~hppa ~ppc ppc64 ~x86 ~amd64-linux ~x86-linux"
12
KEYWORDS="~amd64 ~arm ~hppa ~ppc ~ppc64 ~x86 ~amd64-linux ~x86-linux"
15 13
IUSE=""
16

  
17
src_configure() {
18
	# required for tests, #612294
19
	append-cxxflags -std=c++14
20

  
21
	default
22
}
Thank you!