Gentoo Archives: gentoo-commits

From: Georgy Yakovlev <gyakovlev@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/
Date: Tue, 02 Jun 2020 08:55:23
Message-Id: 1591088097.8fd7ffef828ccbdf83fff0eb4aac58ae7f5d1bc5.gyakovlev@gentoo
1 commit: 8fd7ffef828ccbdf83fff0eb4aac58ae7f5d1bc5
2 Author: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
3 AuthorDate: Tue Jun 2 08:53:05 2020 +0000
4 Commit: Georgy Yakovlev <gyakovlev <AT> gentoo <DOT> org>
5 CommitDate: Tue Jun 2 08:54:57 2020 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd7ffef
7
8 x11-terms/alacritty: remove CC export
9
10 how set in eclass
11
12 Bug: https://bugs.gentoo.org/726428
13 Bug: https://bugs.gentoo.org/726714
14 This reverts commit 941788b2803ed563bdc1984c7966df1b86bda4fa.
15
16 Signed-off-by: Georgy Yakovlev <gyakovlev <AT> gentoo.org>
17
18 x11-terms/alacritty/alacritty-0.4.2-r1.ebuild | 3 +--
19 x11-terms/alacritty/alacritty-0.4.3.ebuild | 3 +--
20 x11-terms/alacritty/alacritty-9999.ebuild | 3 +--
21 3 files changed, 3 insertions(+), 6 deletions(-)
22
23 diff --git a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
24 index 9ec03831ff8..500234e83ac 100644
25 --- a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
26 +++ b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
27 @@ -260,7 +260,7 @@ zip-0.5.5
28 MY_PV="${PV//_rc/-rc}"
29 PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
30
31 -inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
32 +inherit bash-completion-r1 cargo desktop python-any-r1
33
34 DESCRIPTION="GPU-accelerated terminal emulator"
35 HOMEPAGE="https://github.com/alacritty/alacritty"
36 @@ -317,7 +317,6 @@ src_unpack() {
37 }
38
39 src_configure() {
40 - tc-export AR CC
41 myfeatures=(
42 $(usex X x11 '')
43 $(usev wayland)
44
45 diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild b/x11-terms/alacritty/alacritty-0.4.3.ebuild
46 index 38bbe6f80a0..ac4d768d09b 100644
47 --- a/x11-terms/alacritty/alacritty-0.4.3.ebuild
48 +++ b/x11-terms/alacritty/alacritty-0.4.3.ebuild
49 @@ -270,7 +270,7 @@ MY_PV="${PV//_rc/-rc}"
50 # https://bugs.gentoo.org/725962
51 PYTHON_COMPAT=( python3_{7,8} )
52
53 -inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
54 +inherit bash-completion-r1 cargo desktop python-any-r1
55
56 DESCRIPTION="GPU-accelerated terminal emulator"
57 HOMEPAGE="https://github.com/alacritty/alacritty"
58 @@ -328,7 +328,6 @@ src_unpack() {
59 }
60
61 src_configure() {
62 - tc-export AR CC
63 myfeatures=(
64 $(usex X x11 '')
65 $(usev wayland)
66
67 diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
68 index 731067ab59e..7d1f53e471e 100644
69 --- a/x11-terms/alacritty/alacritty-9999.ebuild
70 +++ b/x11-terms/alacritty/alacritty-9999.ebuild
71 @@ -8,7 +8,7 @@ CRATES=""
72 MY_PV="${PV//_rc/-rc}"
73 PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
74
75 -inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
76 +inherit bash-completion-r1 cargo desktop python-any-r1
77
78 DESCRIPTION="GPU-accelerated terminal emulator"
79 HOMEPAGE="https://github.com/alacritty/alacritty"
80 @@ -65,7 +65,6 @@ src_unpack() {
81 }
82
83 src_configure() {
84 - tc-export AR CC
85 myfeatures=(
86 $(usex X x11 '')
87 $(usev wayland)