From f073d9305ab1fe0397546779bf1639030c6783d0 Mon Sep 17 00:00:00 2001 From: Sam James Date: Fri, 2 Apr 2021 10:41:16 +0100 Subject: app-emulation/xen: fix variable references Package-Manager: Portage-3.0.14-prefix, Repoman-3.0.2 Signed-off-by: Sam James --- app-emulation/xen/xen-4.13.2-r5.ebuild | 2 +- app-emulation/xen/xen-4.13.2-r6.ebuild | 2 +- app-emulation/xen/xen-4.13.2-r7.ebuild | 2 +- app-emulation/xen/xen-4.14.1-r2.ebuild | 2 +- app-emulation/xen/xen-4.14.1-r3.ebuild | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) (limited to 'app-emulation') diff --git a/app-emulation/xen/xen-4.13.2-r5.ebuild b/app-emulation/xen/xen-4.13.2-r5.ebuild index c0be32c3c8ec..1c318430ddcc 100644 --- a/app-emulation/xen/xen-4.13.2-r5.ebuild +++ b/app-emulation/xen/xen-4.13.2-r5.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} -if [[ $PV == *9999 ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" diff --git a/app-emulation/xen/xen-4.13.2-r6.ebuild b/app-emulation/xen/xen-4.13.2-r6.ebuild index 43eeeb028b8e..bae6d65988c1 100644 --- a/app-emulation/xen/xen-4.13.2-r6.ebuild +++ b/app-emulation/xen/xen-4.13.2-r6.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} -if [[ $PV == *9999 ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" diff --git a/app-emulation/xen/xen-4.13.2-r7.ebuild b/app-emulation/xen/xen-4.13.2-r7.ebuild index b1c2f8918a01..4f243abd0510 100644 --- a/app-emulation/xen/xen-4.13.2-r7.ebuild +++ b/app-emulation/xen/xen-4.13.2-r7.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} -if [[ $PV == *9999 ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" diff --git a/app-emulation/xen/xen-4.14.1-r2.ebuild b/app-emulation/xen/xen-4.14.1-r2.ebuild index fb4f1614c207..1c207fc9ecaf 100644 --- a/app-emulation/xen/xen-4.14.1-r2.ebuild +++ b/app-emulation/xen/xen-4.14.1-r2.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} -if [[ $PV == *9999 ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" diff --git a/app-emulation/xen/xen-4.14.1-r3.ebuild b/app-emulation/xen/xen-4.14.1-r3.ebuild index 603655bdcde0..e3002595a4ce 100644 --- a/app-emulation/xen/xen-4.14.1-r3.ebuild +++ b/app-emulation/xen/xen-4.14.1-r3.ebuild @@ -10,7 +10,7 @@ inherit flag-o-matic mount-boot multilib python-any-r1 toolchain-funcs MY_PV=${PV/_/-} MY_P=${PN}-${MY_PV} -if [[ $PV == *9999 ]]; then +if [[ ${PV} == *9999 ]]; then inherit git-r3 EGIT_REPO_URI="git://xenbits.xen.org/xen.git" SRC_URI="" -- cgit v1.2.3-65-gdbad