From d5a744b43f6e8d324df4c67e8c892ce73e838290 Mon Sep 17 00:00:00 2001 From: Sam James Date: Tue, 19 Jan 2021 03:00:00 +0000 Subject: sci-libs/trilinos: fix DuplicateEclassInherits Package-Manager: Portage-3.0.13, Repoman-3.0.2 Signed-off-by: Sam James --- sci-libs/trilinos/trilinos-13.0.1.ebuild | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'sci-libs') diff --git a/sci-libs/trilinos/trilinos-13.0.1.ebuild b/sci-libs/trilinos/trilinos-13.0.1.ebuild index c7868ab5db28..511aa77ec426 100644 --- a/sci-libs/trilinos/trilinos-13.0.1.ebuild +++ b/sci-libs/trilinos/trilinos-13.0.1.ebuild @@ -1,10 +1,10 @@ -# Copyright 1999-2020 Gentoo Authors +# Copyright 1999-2021 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 EAPI=7 -CMAKE_MAKEFILE_GENERATOR=emake -inherit cmake-utils toolchain-funcs multilib toolchain-funcs +CMAKE_MAKEFILE_GENERATOR=emake +inherit cmake-utils toolchain-funcs multilib DESCRIPTION="Scientific library collection for large scale problems" HOMEPAGE="http://trilinos.sandia.gov/" @@ -14,7 +14,6 @@ SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz https://dev.gentoo.org/~tamiko/distfiles/${PN}-13.0.0-patches-${PATCHSET}.tar.xz" KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux" - LICENSE="BSD LGPL-2.1" SLOT="0" -- cgit v1.2.3-65-gdbad