x11-terms/alacritty: remove CC export

how set in eclass

Bug: https://bugs.gentoo.org/726428
Bug: https://bugs.gentoo.org/726714
This reverts commit 941788b280.

Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
This commit is contained in:
Georgy Yakovlev
2020-06-02 01:53:05 -07:00
parent 6d3f205916
commit 8fd7ffef82
3 changed files with 3 additions and 6 deletions

View File

@@ -260,7 +260,7 @@ zip-0.5.5
MY_PV="${PV//_rc/-rc}"
PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
inherit bash-completion-r1 cargo desktop python-any-r1
DESCRIPTION="GPU-accelerated terminal emulator"
HOMEPAGE="https://github.com/alacritty/alacritty"
@@ -317,7 +317,6 @@ src_unpack() {
}
src_configure() {
tc-export AR CC
myfeatures=(
$(usex X x11 '')
$(usev wayland)

View File

@@ -270,7 +270,7 @@ MY_PV="${PV//_rc/-rc}"
# https://bugs.gentoo.org/725962
PYTHON_COMPAT=( python3_{7,8} )
inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
inherit bash-completion-r1 cargo desktop python-any-r1
DESCRIPTION="GPU-accelerated terminal emulator"
HOMEPAGE="https://github.com/alacritty/alacritty"
@@ -328,7 +328,6 @@ src_unpack() {
}
src_configure() {
tc-export AR CC
myfeatures=(
$(usex X x11 '')
$(usev wayland)

View File

@@ -8,7 +8,7 @@ CRATES=""
MY_PV="${PV//_rc/-rc}"
PYTHON_COMPAT=( python3_{7,8} ) # https://bugs.gentoo.org/725962
inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs
inherit bash-completion-r1 cargo desktop python-any-r1
DESCRIPTION="GPU-accelerated terminal emulator"
HOMEPAGE="https://github.com/alacritty/alacritty"
@@ -65,7 +65,6 @@ src_unpack() {
}
src_configure() {
tc-export AR CC
myfeatures=(
$(usex X x11 '')
$(usev wayland)