diff options
author | Matthew Brewer <tomboy64@sina.cn> | 2016-05-28 14:00:40 +0200 |
---|---|---|
committer | Matthew Brewer <tomboy64@sina.cn> | 2016-05-28 14:29:11 +0200 |
commit | 1f5adc9940ed096ec9db9f398d2f5311cf52edb5 (patch) | |
tree | 1f9a94fbd947f828ce022c8db2f80cca0139501b /dev-lang/nqp/nqp-9999.ebuild | |
parent | new tool for git-edits step-by-step (diff) | |
download | tbc-1f5adc9940ed096ec9db9f398d2f5311cf52edb5.tar.gz tbc-1f5adc9940ed096ec9db9f398d2f5311cf52edb5.tar.bz2 tbc-1f5adc9940ed096ec9db9f398d2f5311cf52edb5.zip |
update warning messages for perl6 ebuilds
Diffstat (limited to 'dev-lang/nqp/nqp-9999.ebuild')
-rw-r--r-- | dev-lang/nqp/nqp-9999.ebuild | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/dev-lang/nqp/nqp-9999.ebuild b/dev-lang/nqp/nqp-9999.ebuild index c142ddf..fe2ace6 100644 --- a/dev-lang/nqp/nqp-9999.ebuild +++ b/dev-lang/nqp/nqp-9999.ebuild @@ -39,9 +39,10 @@ DEPEND="${CDEPEND} pkg_pretend() { if has_version dev-lang/rakudo || has_version dev-lang/nqp; then - ewarn "NQP is known to fail compilation/installation with rakudo and/or NQP" - ewarn "already being installed. So if it fails, try uninstalling them before" - ewarn "reporting a bug." + ewarn "NQP is known to fail compilation/installation with Rakudo and/or NQP" + ewarn "already being installed. So if it fails, try uninstalling both" + ewarn "dev-lang/nqp and dev-lang/rakudo, then do a new installation." + ewarn "(see Bug #584394)" fi } |