From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id 95650139694 for ; Mon, 17 Apr 2017 22:06:47 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id 2BE6321C04E; Mon, 17 Apr 2017 22:01:32 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id 070C621C04E for ; Mon, 17 Apr 2017 22:01:27 +0000 (UTC) Received: from oystercatcher.gentoo.org (unknown [IPv6:2a01:4f8:202:4333:225:90ff:fed9:fc84]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id A6A2A340988 for ; Mon, 17 Apr 2017 22:01:25 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id A81A0742C for ; Mon, 17 Apr 2017 22:01:23 +0000 (UTC) From: "Aric Belsito" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Aric Belsito" Message-ID: <1492466421.73f05bd75f95b53d9f1e4cb945b02f656a2bcd36.lluixhi@gentoo> Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/ X-VCS-Repository: proj/musl X-VCS-Files: sys-devel/gcc/gcc-5.4.0-r3.ebuild sys-devel/gcc/gcc-6.3.0.ebuild X-VCS-Directories: sys-devel/gcc/ X-VCS-Committer: lluixhi X-VCS-Committer-Name: Aric Belsito X-VCS-Revision: 73f05bd75f95b53d9f1e4cb945b02f656a2bcd36 X-VCS-Branch: master Date: Mon, 17 Apr 2017 22:01:23 +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: 54d04da1-2ff8-4bdc-bcfe-e4a1c06815f9 X-Archives-Hash: b960487abe935267599c6f774b8e1203 commit: 73f05bd75f95b53d9f1e4cb945b02f656a2bcd36 Author: Aric Belsito gmail com> AuthorDate: Mon Apr 17 22:00:21 2017 +0000 Commit: Aric Belsito gmail com> CommitDate: Mon Apr 17 22:00:21 2017 +0000 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=73f05bd7 sys-devel/gcc: sync with upstream switch from eutils to epatch sys-devel/gcc/gcc-5.4.0-r3.ebuild | 4 ++-- sys-devel/gcc/gcc-6.3.0.ebuild | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/sys-devel/gcc/gcc-5.4.0-r3.ebuild b/sys-devel/gcc/gcc-5.4.0-r3.ebuild index 55b93e3..1522d89 100644 --- a/sys-devel/gcc/gcc-5.4.0-r3.ebuild +++ b/sys-devel/gcc/gcc-5.4.0-r3.ebuild @@ -21,9 +21,9 @@ PIE_MUSL_STABLE="amd64 arm ppc mips x86" SSP_MUSL_STABLE="amd64 arm ppc mips" #end Hardened stuff -inherit eutils toolchain +inherit epatch toolchain -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd" +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd" RDEPEND="" DEPEND="${RDEPEND} diff --git a/sys-devel/gcc/gcc-6.3.0.ebuild b/sys-devel/gcc/gcc-6.3.0.ebuild index ec0dd7f..91c8e0b 100644 --- a/sys-devel/gcc/gcc-6.3.0.ebuild +++ b/sys-devel/gcc/gcc-6.3.0.ebuild @@ -6,7 +6,7 @@ EAPI="4" PATCH_VER="1.0" #UCLIBC_VER="1.0" -inherit eutils toolchain +inherit epatch toolchain KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"