From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) by finch.gentoo.org (Postfix) with ESMTP id DA67C1389F5 for ; Sat, 4 Apr 2015 16:41:48 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 29D65E0920; Sat, 4 Apr 2015 16:41:43 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id BC28CE0920 for ; Sat, 4 Apr 2015 16:41:42 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher AECDH-AES256-SHA (256/256 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 5CD5E340874 for ; Sat, 4 Apr 2015 16:41:41 +0000 (UTC) Received: from localhost.localdomain (localhost [127.0.0.1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id B8B2B15343 for ; Sat, 4 Apr 2015 16:41:35 +0000 (UTC) From: "Anthony G. Basile" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Anthony G. Basile" Message-ID: <1428165791.fe52026682e3e24c8da44675b2add620390ec1c6.blueness@gentoo> Subject: [gentoo-commits] proj/releng:master commit in: tools-musl/portage.amd64.vanilla/, tools-musl/portage.i686.hardened/, ... X-VCS-Repository: proj/releng X-VCS-Files: tools-musl/portage.amd64.hardened/bashrc tools-musl/portage.amd64.vanilla/bashrc tools-musl/portage.armv7a.vanilla/bashrc tools-musl/portage.i686.hardened/bashrc tools-musl/portage.i686.vanilla/bashrc tools-musl/portage.mips32r2.vanilla/bashrc tools-musl/portage.mipsel3.vanilla/bashrc X-VCS-Directories: tools-musl/portage.amd64.hardened/ tools-musl/portage.i686.vanilla/ tools-musl/portage.armv7a.vanilla/ tools-musl/portage.mips32r2.vanilla/ tools-musl/portage.mipsel3.vanilla/ tools-musl/portage.amd64.vanilla/ tools-musl/portage.i686.hardened/ X-VCS-Committer: blueness X-VCS-Committer-Name: Anthony G. Basile X-VCS-Revision: fe52026682e3e24c8da44675b2add620390ec1c6 X-VCS-Branch: master Date: Sat, 4 Apr 2015 16:41:35 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Archives-Salt: 4bfd1e52-4c5c-4586-b3d1-5f05bae16ffb X-Archives-Hash: bf7d70e43d11c14804860aa5406e3e4c commit: fe52026682e3e24c8da44675b2add620390ec1c6 Author: Anthony G. Basile gentoo org> AuthorDate: Sat Apr 4 16:43:11 2015 +0000 Commit: Anthony G. Basile gentoo org> CommitDate: Sat Apr 4 16:43:11 2015 +0000 URL: https://gitweb.gentoo.org/proj/releng.git/commit/?id=fe520266 tools-musl: bump gcc to 4.8.4 tools-musl/portage.amd64.hardened/bashrc | 2 +- tools-musl/portage.amd64.vanilla/bashrc | 2 +- tools-musl/portage.armv7a.vanilla/bashrc | 2 +- tools-musl/portage.i686.hardened/bashrc | 2 +- tools-musl/portage.i686.vanilla/bashrc | 2 +- tools-musl/portage.mips32r2.vanilla/bashrc | 2 +- tools-musl/portage.mipsel3.vanilla/bashrc | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/tools-musl/portage.amd64.hardened/bashrc b/tools-musl/portage.amd64.hardened/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.amd64.hardened/bashrc +++ b/tools-musl/portage.amd64.hardened/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF diff --git a/tools-musl/portage.amd64.vanilla/bashrc b/tools-musl/portage.amd64.vanilla/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.amd64.vanilla/bashrc +++ b/tools-musl/portage.amd64.vanilla/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF diff --git a/tools-musl/portage.armv7a.vanilla/bashrc b/tools-musl/portage.armv7a.vanilla/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.armv7a.vanilla/bashrc +++ b/tools-musl/portage.armv7a.vanilla/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF diff --git a/tools-musl/portage.i686.hardened/bashrc b/tools-musl/portage.i686.hardened/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.i686.hardened/bashrc +++ b/tools-musl/portage.i686.hardened/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF diff --git a/tools-musl/portage.i686.vanilla/bashrc b/tools-musl/portage.i686.vanilla/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.i686.vanilla/bashrc +++ b/tools-musl/portage.i686.vanilla/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF diff --git a/tools-musl/portage.mips32r2.vanilla/bashrc b/tools-musl/portage.mips32r2.vanilla/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.mips32r2.vanilla/bashrc +++ b/tools-musl/portage.mips32r2.vanilla/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF diff --git a/tools-musl/portage.mipsel3.vanilla/bashrc b/tools-musl/portage.mipsel3.vanilla/bashrc index da69275..57ed610 100644 --- a/tools-musl/portage.mipsel3.vanilla/bashrc +++ b/tools-musl/portage.mipsel3.vanilla/bashrc @@ -8,7 +8,7 @@ post_src_install() { /usr/lib /usr/local/lib /usr/lib/opengl/xorg-x11/lib - /usr/lib/gcc/${CHOST}/4.8.3 + /usr/lib/gcc/${CHOST}/4.8.4 /usr/${CHOST}/lib /usr/games/lib EOF