mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-libs/trilinos: [QA] fix order of variable declarations
Signed-off-by: Matthias Maier <tamiko@gentoo.org>
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -12,9 +12,11 @@ MY_PV="${PV//\./-}"
|
||||
PATCHSET="r0"
|
||||
SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
|
||||
|
||||
LICENSE="BSD LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="
|
||||
adolc all-packages arprec clp cuda eigen glpk gtest hdf5 hwloc hypre
|
||||
@@ -62,8 +64,6 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
|
||||
|
||||
PATCHES=(
|
||||
)
|
||||
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
# Copyright 1999-2023 Gentoo Authors
|
||||
# Copyright 1999-2024 Gentoo Authors
|
||||
# Distributed under the terms of the GNU General Public License v2
|
||||
|
||||
EAPI=8
|
||||
@@ -12,9 +12,11 @@ MY_PV="${PV//\./-}"
|
||||
PATCHSET="r0"
|
||||
SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
|
||||
|
||||
LICENSE="BSD LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="
|
||||
adolc all-packages arprec clp cuda eigen glpk gtest hdf5 hwloc hypre
|
||||
@@ -62,8 +64,6 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
|
||||
|
||||
PATCHES=(
|
||||
)
|
||||
|
||||
|
||||
@@ -12,9 +12,11 @@ MY_PV="${PV//\./-}"
|
||||
PATCHSET="r0"
|
||||
SRC_URI="https://github.com/${PN}/Trilinos/archive/${PN}-release-${MY_PV}.tar.gz -> ${P}.tar.gz"
|
||||
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
|
||||
|
||||
LICENSE="BSD LGPL-2.1"
|
||||
SLOT="0"
|
||||
KEYWORDS="~amd64 ~x86 ~amd64-linux ~x86-linux"
|
||||
|
||||
IUSE="
|
||||
adolc all-packages arprec clp cuda eigen glpk gtest hdf5 hwloc hypre
|
||||
@@ -62,8 +64,6 @@ RDEPEND="
|
||||
DEPEND="${RDEPEND}
|
||||
virtual/pkgconfig"
|
||||
|
||||
S="${WORKDIR}/Trilinos-${PN}-release-${MY_PV}"
|
||||
|
||||
PATCHES=(
|
||||
)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user