mirror of
https://notabug.org/Sages-of-Gensokyo/gensokyo_kappa-overlay
synced 2025-01-18 23:51:13 +01:00
[meta-casio-9999] removed einfo for ewarn
This commit is contained in:
parent
1fba6df06f
commit
bebeae9157
@ -1 +1 @@
|
|||||||
EBUILD meta-casio-9999.ebuild 956 BLAKE2B e3eac7d269182e437af1cc4abc00851ff398ac07ebf7e199fb678f6dfbf3b9637f81206b72b4b1aad3927897f7f4be0153e5dde238c7a8edb160fb01d9ba5eba SHA512 56c0f4f451c9d0196a45519982b7f2ce6aa9c7e61ce8fe9bb80fdf2541db254567c190c0b7d23c3bcaccced997792f494d48de2346d39805a0f8c9822dd90239
|
EBUILD meta-casio-9999.ebuild 956 BLAKE2B 9681ee1f1119912224d516128958910857c9c57b130ee8206c7c123216bc69a6426bb63783366320d3e802fba96ee952e8e17c5ffdf426f5031d59e22cd11021 SHA512 871fb8289c69c5cd6cb9590b7d2151617cc3c599eada45a39a7e087e155664090d1167deb826e81d12439546da8caaf9dd4ae7b6fac0a19284fb872d08f8284b
|
||||||
|
@ -16,12 +16,12 @@ BDEPEND=""
|
|||||||
S="${WORKDIR}/add-in-wrapper/"
|
S="${WORKDIR}/add-in-wrapper/"
|
||||||
|
|
||||||
pkg_postinst() {
|
pkg_postinst() {
|
||||||
einfo "To compile software for calculator, you will need to install crossdev"
|
ewarn "To compile software for calculator, you will need to install crossdev"
|
||||||
einfo "to do so, run emerge --ask crossdev"
|
ewarn "to do so, run emerge --ask crossdev"
|
||||||
einfo "then, you will need gcc, choose a target that suits for your calculator"
|
ewarn "then, you will need gcc, choose a target that suits for your calculator"
|
||||||
einfo " - \"sh3eb-elf\" for SH3 and SH4 Monochrome casio calculators"
|
ewarn " - \"sh3eb-elf\" for SH3 and SH4 Monochrome casio calculators"
|
||||||
einfo " - \"sh4eb-nofpu-elf\" for GRAPH 90+E or others specific uses"
|
ewarn " - \"sh4eb-nofpu-elf\" for GRAPH 90+E or others specific uses"
|
||||||
einfo "run crossdev --target <target>"
|
ewarn "run crossdev --target <target>"
|
||||||
einfo "it is normal that newlib won't compile, more info on the following link"
|
ewarn "it is normal that newlib won't compile, more info on the following link"
|
||||||
einfo "https://www.planet-casio.com/Fr/forums/topic15316-1-Complete-C-standard-library.html"
|
ewarn "https://www.planet-casio.com/Fr/forums/topic15316-1-Complete-C-standard-library.html"
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user