summaryrefslogtreecommitdiff
path: root/app-emulation/xen-tools/xen-tools-4.14.1.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'app-emulation/xen-tools/xen-tools-4.14.1.ebuild')
-rw-r--r--app-emulation/xen-tools/xen-tools-4.14.1.ebuild4
1 files changed, 2 insertions, 2 deletions
diff --git a/app-emulation/xen-tools/xen-tools-4.14.1.ebuild b/app-emulation/xen-tools/xen-tools-4.14.1.ebuild
index bade7dc64537..22eeb91a3f84 100644
--- a/app-emulation/xen-tools/xen-tools-4.14.1.ebuild
+++ b/app-emulation/xen-tools/xen-tools-4.14.1.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -10,7 +10,7 @@ inherit bash-completion-r1 flag-o-matic multilib python-single-r1 toolchain-func
MY_PV=${PV/_/-}
-if [[ $PV == *9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
inherit git-r3
REPO="xen.git"
EGIT_REPO_URI="git://xenbits.xen.org/${REPO}"