projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5771e90
)
postgres.eclass: Add 9999 slot
author
Aaron W. Swenson
<titanofold@gentoo.org>
Fri, 15 May 2020 13:02:44 +0000
(09:02 -0400)
committer
Aaron W. Swenson
<titanofold@gentoo.org>
Fri, 15 May 2020 13:09:01 +0000
(09:09 -0400)
Signed-off-by: Aaron W. Swenson <titanofold@gentoo.org>
eclass/postgres.eclass
patch
|
blob
|
history
diff --git
a/eclass/postgres.eclass
b/eclass/postgres.eclass
index fd12245bb4601bf8e8327ec15d28b3822b719eef..2e2ac85ead6f025958401ccd5433402cb16a023c 100644
(file)
--- a/
eclass/postgres.eclass
+++ b/
eclass/postgres.eclass
@@
-27,7
+27,7
@@
esac
# @DESCRIPTION:
# List of versions to reverse sort POSTGRES_COMPAT slots
-_POSTGRES_ALL_VERSIONS=( 13 12 11 10 9.6 9.5 9.4 9.3 9.2 )
+_POSTGRES_ALL_VERSIONS=(
9999
13 12 11 10 9.6 9.5 9.4 9.3 9.2 )