Gentoo Archives: gentoo-commits

From: Aric Belsito <lluixhi@×××××.com>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] proj/musl:master commit in: sys-devel/gcc/
Date: Mon, 17 Apr 2017 22:06:47
Message-Id: 1492466421.73f05bd75f95b53d9f1e4cb945b02f656a2bcd36.lluixhi@gentoo
1 commit: 73f05bd75f95b53d9f1e4cb945b02f656a2bcd36
2 Author: Aric Belsito <lluixhi <AT> gmail <DOT> com>
3 AuthorDate: Mon Apr 17 22:00:21 2017 +0000
4 Commit: Aric Belsito <lluixhi <AT> gmail <DOT> com>
5 CommitDate: Mon Apr 17 22:00:21 2017 +0000
6 URL: https://gitweb.gentoo.org/proj/musl.git/commit/?id=73f05bd7
7
8 sys-devel/gcc: sync with upstream
9
10 switch from eutils to epatch
11
12 sys-devel/gcc/gcc-5.4.0-r3.ebuild | 4 ++--
13 sys-devel/gcc/gcc-6.3.0.ebuild | 2 +-
14 2 files changed, 3 insertions(+), 3 deletions(-)
15
16 diff --git a/sys-devel/gcc/gcc-5.4.0-r3.ebuild b/sys-devel/gcc/gcc-5.4.0-r3.ebuild
17 index 55b93e3..1522d89 100644
18 --- a/sys-devel/gcc/gcc-5.4.0-r3.ebuild
19 +++ b/sys-devel/gcc/gcc-5.4.0-r3.ebuild
20 @@ -21,9 +21,9 @@ PIE_MUSL_STABLE="amd64 arm ppc mips x86"
21 SSP_MUSL_STABLE="amd64 arm ppc mips"
22 #end Hardened stuff
23
24 -inherit eutils toolchain
25 +inherit epatch toolchain
26
27 -KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"
28 +KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc x86 ~amd64-fbsd ~x86-fbsd"
29
30 RDEPEND=""
31 DEPEND="${RDEPEND}
32
33 diff --git a/sys-devel/gcc/gcc-6.3.0.ebuild b/sys-devel/gcc/gcc-6.3.0.ebuild
34 index ec0dd7f..91c8e0b 100644
35 --- a/sys-devel/gcc/gcc-6.3.0.ebuild
36 +++ b/sys-devel/gcc/gcc-6.3.0.ebuild
37 @@ -6,7 +6,7 @@ EAPI="4"
38 PATCH_VER="1.0"
39 #UCLIBC_VER="1.0"
40
41 -inherit eutils toolchain
42 +inherit epatch toolchain
43
44 KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~m68k ~mips ~ppc ~ppc64 ~s390 ~sh ~sparc ~x86 ~amd64-fbsd ~x86-fbsd"