diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-29 16:15:02 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2017-01-30 00:00:18 +0100 |
commit | 532423fcf84a3c18df2612bde5921a58fb4a466a (patch) | |
tree | c615c2abb141aface41cac2e07a2290cdd04b6b1 /app-office/calligra/files | |
parent | net-nntp/nzbget: remove old (diff) | |
download | gentoo-532423fcf84a3c18df2612bde5921a58fb4a466a.tar.gz gentoo-532423fcf84a3c18df2612bde5921a58fb4a466a.tar.bz2 gentoo-532423fcf84a3c18df2612bde5921a58fb4a466a.zip |
app-office/calligra: Drop USE=attica, bump EAPI 6, config w/ PG9.6
Drop USE=attica, obsolete by GHNS default off
Drop unused build options: cstester, pqxx
Add upstream patch to detect PostgreSQL 9.6
Package-Manager: portage-2.3.3
Diffstat (limited to 'app-office/calligra/files')
-rw-r--r-- | app-office/calligra/files/calligra-2.9.11-postgresql-9.6.patch | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/app-office/calligra/files/calligra-2.9.11-postgresql-9.6.patch b/app-office/calligra/files/calligra-2.9.11-postgresql-9.6.patch new file mode 100644 index 000000000000..617a0c3358e4 --- /dev/null +++ b/app-office/calligra/files/calligra-2.9.11-postgresql-9.6.patch @@ -0,0 +1,19 @@ +commit 843c41decfa85e351349f7a410893ac85c9d60b7 +Author: Pino Toscano <pino@kde.org> +Date: Sat Oct 8 16:17:17 2016 +0200 + + cmake: find PostgreSQL 9.6 + +diff --git a/cmake/modules/FindCalligraPostgreSQL.cmake b/cmake/modules/FindCalligraPostgreSQL.cmake +index 035508b..98a1e88 100644 +--- a/cmake/modules/FindCalligraPostgreSQL.cmake ++++ b/cmake/modules/FindCalligraPostgreSQL.cmake +@@ -83,7 +83,7 @@ set(PostgreSQL_ROOT_DIR_MESSAGE "Set the PostgreSQL_ROOT system variable to wher + + + set(PostgreSQL_KNOWN_VERSIONS ${PostgreSQL_ADDITIONAL_VERSIONS} +- "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0") ++ "9.6" "9.5" "9.4" "9.3" "9.2" "9.1" "9.0" "8.4" "8.3" "8.2" "8.1" "8.0") + + # Define additional search paths for root directories. + foreach (suffix ${PostgreSQL_KNOWN_VERSIONS} ) |