projects
/
gentoo.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7039195
)
postgres.eclass: Add "12" to the reversal list
author
Aaron W. Swenson
<titanofold@gentoo.org>
Wed, 13 Jun 2018 11:15:28 +0000
(07:15 -0400)
committer
Aaron W. Swenson
<titanofold@gentoo.org>
Wed, 13 Jun 2018 11:15:28 +0000
(07:15 -0400)
eclass/postgres.eclass
patch
|
blob
|
history
diff --git
a/eclass/postgres.eclass
b/eclass/postgres.eclass
index 2f89da15c937d2fe7b83eaa3ccbe0d40ec81c677..221b53dea4d72699f9171877b29c339a23d01f5d 100644
(file)
--- a/
eclass/postgres.eclass
+++ b/
eclass/postgres.eclass
@@
-1,4
+1,4
@@
-# Copyright 1999-201
7
Gentoo Foundation
+# Copyright 1999-201
8
Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
inherit user
@@
-26,7
+26,7
@@
esac
# @DESCRIPTION:
# List of versions to reverse sort POSTGRES_COMPAT slots
-_POSTGRES_ALL_VERSIONS=( 11 10 9.6 9.5 9.4 9.3 9.2 )
+_POSTGRES_ALL_VERSIONS=( 1
2 1
1 10 9.6 9.5 9.4 9.3 9.2 )