diff options
author | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-22 21:38:52 +0300 |
---|---|---|
committer | Mikle Kolyada <zlogene@gentoo.org> | 2020-12-22 21:39:15 +0300 |
commit | e9e8d1e75464a51c79fac850bd2342ca6e9f1fbc (patch) | |
tree | f3786038455173c8221ea0761c3691ffb7348d97 /sys-auth | |
parent | dev-python/ansi2html: Remove old (diff) | |
download | gentoo-e9e8d1e75464a51c79fac850bd2342ca6e9f1fbc.tar.gz gentoo-e9e8d1e75464a51c79fac850bd2342ca6e9f1fbc.tar.bz2 gentoo-e9e8d1e75464a51c79fac850bd2342ca6e9f1fbc.zip |
sys-auth/pambase: correct versioning logic
Package-Manager: Portage-3.0.9, Repoman-3.0.2
Signed-off-by: Mikle Kolyada <zlogene@gentoo.org>
Diffstat (limited to 'sys-auth')
-rw-r--r-- | sys-auth/pambase/pambase-20201103.ebuild | 2 | ||||
-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 |