summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11-terms/alacritty/alacritty-0.4.2-r1.ebuild3
-rw-r--r--x11-terms/alacritty/alacritty-0.4.3.ebuild3
-rw-r--r--x11-terms/alacritty/alacritty-9999.ebuild3
3 files changed, 3 insertions, 6 deletions
diff --git a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
index 9ec03831ff82..500234e83ac2 100644
--- a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
+++ b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild
@@ -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)
diff --git a/x11-terms/alacritty/alacritty-0.4.3.ebuild b/x11-terms/alacritty/alacritty-0.4.3.ebuild
index 38bbe6f80a06..ac4d768d09b5 100644
--- a/x11-terms/alacritty/alacritty-0.4.3.ebuild
+++ b/x11-terms/alacritty/alacritty-0.4.3.ebuild
@@ -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)
diff --git a/x11-terms/alacritty/alacritty-9999.ebuild b/x11-terms/alacritty/alacritty-9999.ebuild
index 731067ab59ef..7d1f53e471ea 100644
--- a/x11-terms/alacritty/alacritty-9999.ebuild
+++ b/x11-terms/alacritty/alacritty-9999.ebuild
@@ -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)