diff options
author | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-27 15:49:07 +0100 |
---|---|---|
committer | Andreas Sturmlechner <asturm@gentoo.org> | 2018-02-27 17:13:30 +0100 |
commit | 75c011e1af02a364d4f3ae9e93f8695658eb3cdc (patch) | |
tree | 9f2ab8488ca5668af3ce6e72114fda552bb90f81 /sci-geosciences | |
parent | profiles: Mask media-gfx/pencil for removal (diff) | |
download | gentoo-75c011e1af02a364d4f3ae9e93f8695658eb3cdc.tar.gz gentoo-75c011e1af02a364d4f3ae9e93f8695658eb3cdc.tar.bz2 gentoo-75c011e1af02a364d4f3ae9e93f8695658eb3cdc.zip |
sci-geosciences/qgis: Add overly considerate pkg_postinst info
Closes: https://bugs.gentoo.org/648948
Package-Manager: Portage-2.3.24, Repoman-2.3.6
Diffstat (limited to 'sci-geosciences')
-rw-r--r-- | sci-geosciences/qgis/qgis-3.0.0.ebuild | 3 | ||||
-rw-r--r-- | sci-geosciences/qgis/qgis-9999.ebuild | 3 |
2 files changed, 6 insertions, 0 deletions
diff --git a/sci-geosciences/qgis/qgis-3.0.0.ebuild b/sci-geosciences/qgis/qgis-3.0.0.ebuild index b4e04b7ffbcd..d773dd571876 100644 --- a/sci-geosciences/qgis/qgis-3.0.0.ebuild +++ b/sci-geosciences/qgis/qgis-3.0.0.ebuild @@ -198,6 +198,9 @@ pkg_postinst() { elog "If you do not need these plugins just disable them" elog "in the Plugins menu, else you need to set USE=\"postgres\"" fi + if has_version "<sci-geosciences/qgis-3"; then + elog "QGIS is now based on PyQt5. Old scripts may not work anymore." + fi gnome2_icon_cache_update xdg_mimeinfo_database_update diff --git a/sci-geosciences/qgis/qgis-9999.ebuild b/sci-geosciences/qgis/qgis-9999.ebuild index b4e04b7ffbcd..d773dd571876 100644 --- a/sci-geosciences/qgis/qgis-9999.ebuild +++ b/sci-geosciences/qgis/qgis-9999.ebuild @@ -198,6 +198,9 @@ pkg_postinst() { elog "If you do not need these plugins just disable them" elog "in the Plugins menu, else you need to set USE=\"postgres\"" fi + if has_version "<sci-geosciences/qgis-3"; then + elog "QGIS is now based on PyQt5. Old scripts may not work anymore." + fi gnome2_icon_cache_update xdg_mimeinfo_database_update |