From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: <gentoo-commits+bounces-1338711-garchives=archives.gentoo.org@lists.gentoo.org> Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (2048 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B72A3158086 for <garchives@archives.gentoo.org>; Fri, 12 Nov 2021 04:57:28 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 81A832BC037; Fri, 12 Nov 2021 04:57:26 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [IPv6:2001:470:ea4a:1:5054:ff:fec7:86e4]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 608272BC037 for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 04:57:26 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 330C23430FF for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 04:57:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 37578163 for <gentoo-commits@lists.gentoo.org>; Fri, 12 Nov 2021 04:57:23 +0000 (UTC) From: "Matthias Maier" <tamiko@gentoo.org> To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Matthias Maier" <tamiko@gentoo.org> Message-ID: <1636693038.638a22a3ff60199626588e8ec119397690bf7cbd.tamiko@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: sci-libs/trilinos/ X-VCS-Repository: repo/gentoo X-VCS-Files: sci-libs/trilinos/trilinos-13.0.1-r1.ebuild X-VCS-Directories: sci-libs/trilinos/ X-VCS-Committer: tamiko X-VCS-Committer-Name: Matthias Maier X-VCS-Revision: 638a22a3ff60199626588e8ec119397690bf7cbd X-VCS-Branch: master Date: Fri, 12 Nov 2021 04:57:23 +0000 (UTC) Precedence: bulk List-Post: <mailto:gentoo-commits@lists.gentoo.org> List-Help: <mailto:gentoo-commits+help@lists.gentoo.org> List-Unsubscribe: <mailto:gentoo-commits+unsubscribe@lists.gentoo.org> List-Subscribe: <mailto:gentoo-commits+subscribe@lists.gentoo.org> List-Id: Gentoo Linux mail <gentoo-commits.gentoo.org> X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 318830bc-493e-4155-aebe-6870e13271a0 X-Archives-Hash: 83df542a7fdacff0944111c5e3b9a8af commit: 638a22a3ff60199626588e8ec119397690bf7cbd Author: Matthias Maier <tamiko <AT> gentoo <DOT> org> AuthorDate: Fri Nov 12 04:38:08 2021 +0000 Commit: Matthias Maier <tamiko <AT> gentoo <DOT> org> CommitDate: Fri Nov 12 04:57:18 2021 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=638a22a3 sci-libs/trilinos: avoid file collision with dev-cpp/kokkos Closes: https://bugs.gentoo.org/778065 Package-Manager: Portage-3.0.28, Repoman-3.0.3 Signed-off-by: Matthias Maier <tamiko <AT> gentoo.org> sci-libs/trilinos/trilinos-13.0.1-r1.ebuild | 1 + 1 file changed, 1 insertion(+) diff --git a/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild b/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild index 26a268958be..06a28401dc9 100644 --- a/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild +++ b/sci-libs/trilinos/trilinos-13.0.1-r1.ebuild @@ -27,6 +27,7 @@ IUSE=" RESTRICT="test" RDEPEND=" + !dev-cpp/kokkos sys-libs/binutils-libs virtual/blas virtual/lapack