commit:     57a2dec52e8c8a20e0fd7f93882fa1a4615947b2
Author:     Benda Xu <heroxbd <AT> gentoo <DOT> org>
AuthorDate: Tue Jun  7 05:30:30 2016 +0000
Commit:     Benda XU <heroxbd <AT> gentoo <DOT> org>
CommitDate: Tue Jun  7 05:30:30 2016 +0000
URL:        https://gitweb.gentoo.org/repo/proj/prefix.git/commit/?id=57a2dec5

should not use https, it need openssl on the host.

 scripts/bootstrap-prefix.sh | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/scripts/bootstrap-prefix.sh b/scripts/bootstrap-prefix.sh
index 6581c22..f9b0d9a 100755
--- a/scripts/bootstrap-prefix.sh
+++ b/scripts/bootstrap-prefix.sh
@@ -46,7 +46,7 @@ efetch() {
                        # Try to find a download manager, we only deal with 
wget,
                        # curl, FreeBSD's fetch and ftp.
                        if [[ x$(type -t wget) == "xfile" ]] ; then
-                               FETCH_COMMAND="wget --no-check-certificate"
+                               FETCH_COMMAND="wget"
                        elif [[ x$(type -t ftp) == "xfile" ]] ; then
                                FETCH_COMMAND="ftp"
                        elif [[ x$(type -t curl) == "xfile" ]] ; then
@@ -451,7 +451,7 @@ bootstrap_tree() {
        fi
        if is-rap; then
                PORTDIR="${ROOT}/usr/portage-stage" \
-                      do_tree 
https://gitweb.gentoo.org/proj/android.git/snapshot android-master.tar.bz2
+                      do_tree http://dev.gentoo.org/~heroxbd 
android-master.tar.bz2
        fi
 }
 

Reply via email to