mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-09 15:13:31 -04:00
net-p2p/dogecoin-qt: add 1.14.7
- changed einfo text in pkg_postinst() Signed-off-by: Victor Skovorodnikov <victor3.14@yandex.com>
This commit is contained in:
@@ -101,7 +101,7 @@ src_install() {
|
||||
if use dogecoind ; then
|
||||
dosym "${DOGEDIR}/bin/dogecoind" "/usr/bin/dogecoind"
|
||||
dosym "${DOGEDIR}/bin/dogecoin-cli" "/usr/bin/dogecoin-cli"
|
||||
fi
|
||||
fi
|
||||
|
||||
if use prune ; then
|
||||
domenu "${FILESDIR}"/"${PN}-prune.desktop"
|
||||
@@ -125,10 +125,10 @@ pkg_postinst() {
|
||||
fi
|
||||
|
||||
if ( ( use cpu_flags_x86_avx2 && ! use intel-avx2 ) && ( use cpu_flags_x86_sse2 && ! use scrypt-sse2 ) ); then
|
||||
einfo "NOTE: If you wish to activate experimental avx2 or sse2 CPU support,"
|
||||
einfo "you may do so with 'intel-avx2' and/or 'scrypt-sse2' USE flags, and"
|
||||
einfo "with 'experimental' USE flag enabled for version ${PV}."
|
||||
fi
|
||||
einfo "NOTE: Experimental avx2 and sse2 CPU support in ${PV} can be"
|
||||
einfo "activated using 'intel-avx2' and/or 'scrypt-sse2' USE flags, "
|
||||
einfo "together with 'experimental' USE flag for this version."
|
||||
fi
|
||||
}
|
||||
|
||||
pkg_postrm() {
|
||||
|
||||
Reference in New Issue
Block a user