summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--sys-auth/pambase/pambase-20201103.ebuild2
-rw-r--r--sys-auth/pambase/pambase-999999999.ebuild (renamed from sys-auth/pambase/pambase-9999.ebuild)2
2 files changed, 2 insertions, 2 deletions
diff --git a/sys-auth/pambase/pambase-20201103.ebuild b/sys-auth/pambase/pambase-20201103.ebuild
index d8f55e9965e6..085421e24509 100644
--- a/sys-auth/pambase/pambase-20201103.ebuild
+++ b/sys-auth/pambase/pambase-20201103.ebuild
@@ -10,7 +10,7 @@ inherit pam python-any-r1 readme.gentoo-r1
DESCRIPTION="PAM base configuration files"
HOMEPAGE="https://github.com/gentoo/pambase"
-if [[ ${PV} == 9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/gentoo/pambase.git"
else
diff --git a/sys-auth/pambase/pambase-9999.ebuild b/sys-auth/pambase/pambase-999999999.ebuild
index d8f55e9965e6..085421e24509 100644
--- a/sys-auth/pambase/pambase-9999.ebuild
+++ b/sys-auth/pambase/pambase-999999999.ebuild
@@ -10,7 +10,7 @@ inherit pam python-any-r1 readme.gentoo-r1
DESCRIPTION="PAM base configuration files"
HOMEPAGE="https://github.com/gentoo/pambase"
-if [[ ${PV} == 9999 ]]; then
+if [[ ${PV} == *9999 ]]; then
inherit git-r3
EGIT_REPO_URI="https://github.com/gentoo/pambase.git"
else