summaryrefslogtreecommitdiff
path: root/dev-python/pkgcraft/pkgcraft-9999.ebuild
diff options
context:
space:
mode:
Diffstat (limited to 'dev-python/pkgcraft/pkgcraft-9999.ebuild')
-rw-r--r--dev-python/pkgcraft/pkgcraft-9999.ebuild2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev-python/pkgcraft/pkgcraft-9999.ebuild b/dev-python/pkgcraft/pkgcraft-9999.ebuild
index 96f8ad5480d3..204a8185dbfb 100644
--- a/dev-python/pkgcraft/pkgcraft-9999.ebuild
+++ b/dev-python/pkgcraft/pkgcraft-9999.ebuild
@@ -19,7 +19,7 @@ if [[ ${PV} == 9999 ]] ; then
EGIT_REPO_URI="https://github.com/pkgcraft/pkgcraft-python.git"
inherit git-r3
- PKGCRAFT_VERSION_MAX="9999"
+ PKGCRAFT_VERSION_MAX="99999" # extra 9 here or 9999 isn't mergable per DEPEND below
PKGCRAFT_VERSION_MIN="9999"
else
SRC_URI="https://github.com/pkgcraft/pkgcraft-python/releases/download/v${PV}/${P/-python}.tar.gz"