mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-09-24 04:59:14 -07:00
sci-chemistry/gromacs: fix variable references
Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James <sam@gentoo.org>
This commit is contained in:
@@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils
|
||||
|
||||
if [[ $PV = *9999* ]]; then
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/gromacs/gromacs.git
|
||||
https://github.com/gromacs/gromacs.git
|
||||
git://git.gromacs.org/gromacs.git"
|
||||
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
[[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
@@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils
|
||||
|
||||
if [[ $PV = *9999* ]]; then
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/gromacs/gromacs.git
|
||||
https://github.com/gromacs/gromacs.git
|
||||
git://git.gromacs.org/gromacs.git"
|
||||
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
[[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
@@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils
|
||||
|
||||
if [[ $PV = *9999* ]]; then
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/gromacs/gromacs.git
|
||||
https://github.com/gromacs/gromacs.git
|
||||
git://git.gromacs.org/gromacs.git"
|
||||
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
[[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
@@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils
|
||||
|
||||
if [[ $PV = *9999* ]]; then
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/gromacs/gromacs.git
|
||||
https://github.com/gromacs/gromacs.git
|
||||
git://git.gromacs.org/gromacs.git"
|
||||
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
[[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
@@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils
|
||||
|
||||
if [[ $PV = *9999* ]]; then
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/gromacs/gromacs.git
|
||||
https://github.com/gromacs/gromacs.git
|
||||
git://git.gromacs.org/gromacs.git"
|
||||
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
[[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
@@ -11,12 +11,12 @@ DISTUTILS_SINGLE_IMPL=1
|
||||
|
||||
inherit bash-completion-r1 cmake cuda distutils-r1 eutils flag-o-matic multilib readme.gentoo-r1 toolchain-funcs xdg-utils
|
||||
|
||||
if [[ $PV = *9999* ]]; then
|
||||
if [[ ${PV} = *9999* ]]; then
|
||||
EGIT_REPO_URI="
|
||||
https://gitlab.com/gromacs/gromacs.git
|
||||
https://github.com/gromacs/gromacs.git
|
||||
git://git.gromacs.org/gromacs.git"
|
||||
[[ $PV = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
[[ ${PV} = 9999 ]] && EGIT_BRANCH="master" || EGIT_BRANCH="release-${PV:0:4}"
|
||||
inherit git-r3
|
||||
else
|
||||
SRC_URI="
|
||||
|
||||
Reference in New Issue
Block a user