mirror of
https://github.com/gentoo-mirror/guru.git
synced 2026-07-18 19:43:24 -04:00
Merge updates from master
This commit is contained in:
@@ -22,6 +22,10 @@ BDEPEND="${DEPEND}
|
||||
dev-util/meson
|
||||
dev-util/ninja"
|
||||
|
||||
QA_PRESTRIPPED="/usr/bin/tlslookup
|
||||
/usr/lib64/libnss_tls.so.2
|
||||
/usr/sbin/nss-tlsd"
|
||||
|
||||
src_prepare() {
|
||||
default
|
||||
sed -e "s/@0@\/run\/nss-tls/\/var\/run\/nss-tls/" -i "${S}"/meson.build || die
|
||||
@@ -48,7 +52,7 @@ src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
pkg_postinst() {
|
||||
ewarn "Do Not put ip address of the server in nss-tls.conf"
|
||||
ewarn "use the dns name and add record of dns server in /etc/hosts"
|
||||
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"
|
||||
|
||||
@@ -22,6 +22,10 @@ BDEPEND="${DEPEND}
|
||||
dev-util/meson
|
||||
dev-util/ninja"
|
||||
|
||||
QA_PRESTRIPPED="/usr/bin/tlslookup
|
||||
/usr/lib64/libnss_tls.so.2
|
||||
/usr/sbin/nss-tlsd"
|
||||
|
||||
EGIT_REPO_URI="https://github.com/dimkr/nss-tls.git"
|
||||
EGIT_BRANCH="master"
|
||||
|
||||
@@ -51,7 +55,7 @@ src_install() {
|
||||
meson_src_install
|
||||
}
|
||||
|
||||
post_install() {
|
||||
pkg_postinst() {
|
||||
ewarn "Do Not put ip address of the server in nss-tls.conf"
|
||||
ewarn "use the dns name and add record of dns server in /etc/hosts"
|
||||
ewarn "echo "8.8.8.8 dns.google" >> /etc/hosts"
|
||||
|
||||
Reference in New Issue
Block a user