sys-devel/clang: Update postinst for py3 support
authorMichał Górny <mgorny@gentoo.org>
Wed, 13 Nov 2019 15:42:01 +0000 (16:42 +0100)
committerMichał Górny <mgorny@gentoo.org>
Wed, 13 Nov 2019 16:55:06 +0000 (17:55 +0100)
Closes: https://bugs.gentoo.org/699962
Signed-off-by: Michał Górny <mgorny@gentoo.org>
sys-devel/clang/clang-10.0.0.9999.ebuild
sys-devel/clang/clang-9.0.0.ebuild
sys-devel/clang/clang-9.0.1.9999.ebuild

index 6910230d08e5960af3cb72f7c2e69be5e31c7383..170076f5f1f0f4a181e52e00e8cbd619b9440d3b 100644 (file)
@@ -385,9 +385,8 @@ pkg_postinst() {
 
        elog "You can find additional utility scripts in:"
        elog "  ${EROOT}/usr/lib/llvm/${SLOT}/share/clang"
-       elog "To use these scripts, you will need Python 2.7. Some of them are vim"
-       elog "integration scripts (with instructions inside). The run-clang-tidy.py"
-       elog "scripts requires the following additional package:"
+       elog "Some of them are vim integration scripts (with instructions inside)."
+       elog "The run-clang-tidy.py script requires the following additional package:"
        elog "  dev-python/pyyaml"
 }
 
index d6ca87c13d50fd9f0dfe9be0a76c6cc92580f942..e3629a74a9912c3a258b78cfc15554d2836d06e9 100644 (file)
@@ -284,9 +284,8 @@ pkg_postinst() {
 
        elog "You can find additional utility scripts in:"
        elog "  ${EROOT}/usr/lib/llvm/${SLOT}/share/clang"
-       elog "To use these scripts, you will need Python 2.7. Some of them are vim"
-       elog "integration scripts (with instructions inside). The run-clang-tidy.py"
-       elog "scripts requires the following additional package:"
+       elog "Some of them are vim integration scripts (with instructions inside)."
+       elog "The run-clang-tidy.py script requires the following additional package:"
        elog "  dev-python/pyyaml"
 }
 
index 1042dac71eef229ded417dd35fee1840e59495b1..30248e0edee57fc739b3a343e65dc9396809fc9f 100644 (file)
@@ -267,9 +267,8 @@ pkg_postinst() {
 
        elog "You can find additional utility scripts in:"
        elog "  ${EROOT}/usr/lib/llvm/${SLOT}/share/clang"
-       elog "To use these scripts, you will need Python 2.7. Some of them are vim"
-       elog "integration scripts (with instructions inside). The run-clang-tidy.py"
-       elog "scripts requires the following additional package:"
+       elog "Some of them are vim integration scripts (with instructions inside)."
+       elog "The run-clang-tidy.py script requires the following additional package:"
        elog "  dev-python/pyyaml"
 }