diff options
author | Aaron W. Swenson <titanofold@gentoo.org> | 2018-06-13 07:15:28 -0400 |
---|---|---|
committer | Aaron W. Swenson <titanofold@gentoo.org> | 2018-06-13 07:15:28 -0400 |
commit | 359294566da609790d21ecec47539cf68b05b61d (patch) | |
tree | 4556c1dc18bc4407c5b6b69e0dde743f5829ef20 /eclass | |
parent | profiles/base/make.defaults: Add postgres10 to POSTGRES_TARGETS (diff) | |
download | gentoo-359294566da609790d21ecec47539cf68b05b61d.tar.gz gentoo-359294566da609790d21ecec47539cf68b05b61d.tar.bz2 gentoo-359294566da609790d21ecec47539cf68b05b61d.zip |
postgres.eclass: Add "12" to the reversal list
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/postgres.eclass | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/eclass/postgres.eclass b/eclass/postgres.eclass index 2f89da15c937..221b53dea4d7 100644 --- a/eclass/postgres.eclass +++ b/eclass/postgres.eclass @@ -1,4 +1,4 @@ -# Copyright 1999-2017 Gentoo Foundation +# Copyright 1999-2018 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=( 12 11 10 9.6 9.5 9.4 9.3 9.2 ) |