diff options
Diffstat (limited to 'profiles/desc')
-rw-r--r-- | profiles/desc/php_targets.desc | 3 | ||||
-rw-r--r-- | profiles/desc/postgres_targets.desc | 2 |
2 files changed, 3 insertions, 2 deletions
diff --git a/profiles/desc/php_targets.desc b/profiles/desc/php_targets.desc index ae4ceacb73ee..62c199c76a10 100644 --- a/profiles/desc/php_targets.desc +++ b/profiles/desc/php_targets.desc @@ -1,8 +1,9 @@ -# Copyright 1999-2011 Gentoo Foundation. +# Copyright 1999-2018 Gentoo Foundation. # Distributed under the terms of the GNU General Public License v2 # This file contains descriptions of the PHP_TARGETS USE_EXPAND flags +php7-3 - Build against PHP 7.3 php7-2 - Build against PHP 7.2 php7-1 - Build against PHP 7.1 php7-0 - Build against PHP 7.0 diff --git a/profiles/desc/postgres_targets.desc b/profiles/desc/postgres_targets.desc index 284f4bc00929..464cb04702d5 100644 --- a/profiles/desc/postgres_targets.desc +++ b/profiles/desc/postgres_targets.desc @@ -3,10 +3,10 @@ # This file contains descriptions of POSTGRES_TARGETS USE_EXPAND flags. -postgres9_2 - Build against PostgreSQL 9.2 postgres9_3 - Build against PostgreSQL 9.3 postgres9_4 - Build against PostgreSQL 9.4 postgres9_5 - Build against PostgreSQL 9.5 postgres9_6 - Build against PostgreSQL 9.6 postgres10 - Build against PostgreSQL 10 postgres11 - Build against PostgreSQL 11 +postgres12 - Build against PostgreSQL 12 |