summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichał Górny <mgorny@gentoo.org>2019-11-13 16:42:01 +0100
committerMichał Górny <mgorny@gentoo.org>2019-11-13 17:55:06 +0100
commit8193d5947898dd88bd5a8892e59fea4c34513a8f (patch)
tree653a98da92c605defab66f506c65f70a7e999d4a /sys-devel
parentmail-filter/libsrs_alt: ia64 stable wrt bug #697318 (diff)
downloadgentoo-8193d5947898dd88bd5a8892e59fea4c34513a8f.tar.gz
gentoo-8193d5947898dd88bd5a8892e59fea4c34513a8f.tar.bz2
gentoo-8193d5947898dd88bd5a8892e59fea4c34513a8f.zip
sys-devel/clang: Update postinst for py3 support
Closes: https://bugs.gentoo.org/699962 Signed-off-by: Michał Górny <mgorny@gentoo.org>
Diffstat (limited to 'sys-devel')
-rw-r--r--sys-devel/clang/clang-10.0.0.9999.ebuild5
-rw-r--r--sys-devel/clang/clang-9.0.0.ebuild5
-rw-r--r--sys-devel/clang/clang-9.0.1.9999.ebuild5
3 files changed, 6 insertions, 9 deletions
diff --git a/sys-devel/clang/clang-10.0.0.9999.ebuild b/sys-devel/clang/clang-10.0.0.9999.ebuild
index 6910230d08e5..170076f5f1f0 100644
--- a/sys-devel/clang/clang-10.0.0.9999.ebuild
+++ b/sys-devel/clang/clang-10.0.0.9999.ebuild
@@ -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"
}
diff --git a/sys-devel/clang/clang-9.0.0.ebuild b/sys-devel/clang/clang-9.0.0.ebuild
index d6ca87c13d50..e3629a74a991 100644
--- a/sys-devel/clang/clang-9.0.0.ebuild
+++ b/sys-devel/clang/clang-9.0.0.ebuild
@@ -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"
}
diff --git a/sys-devel/clang/clang-9.0.1.9999.ebuild b/sys-devel/clang/clang-9.0.1.9999.ebuild
index 1042dac71eef..30248e0edee5 100644
--- a/sys-devel/clang/clang-9.0.1.9999.ebuild
+++ b/sys-devel/clang/clang-9.0.1.9999.ebuild
@@ -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"
}