diff options
Diffstat (limited to 'sys-auth/pambase/pambase-20201103.ebuild')
-rw-r--r-- | sys-auth/pambase/pambase-20201103.ebuild | 2 |
1 files changed, 1 insertions, 1 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 |