diff options
author | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-01 16:08:14 -0700 |
---|---|---|
committer | Georgy Yakovlev <gyakovlev@gentoo.org> | 2020-06-01 16:08:28 -0700 |
commit | 941788b2803ed563bdc1984c7966df1b86bda4fa (patch) | |
tree | f77eae04c055005409c46b3021f9856255804ba1 /x11-terms | |
parent | media-libs/harfbuzz: Finally, run eautoreconf all the time (diff) | |
download | gentoo-941788b2803ed563bdc1984c7966df1b86bda4fa.tar.gz gentoo-941788b2803ed563bdc1984c7966df1b86bda4fa.tar.bz2 gentoo-941788b2803ed563bdc1984c7966df1b86bda4fa.zip |
x11-terms/alacritty: respect CC
Closes: https://bugs.gentoo.org/726428
Package-Manager: Portage-2.3.100, Repoman-2.3.22
Signed-off-by: Georgy Yakovlev <gyakovlev@gentoo.org>
Diffstat (limited to 'x11-terms')
-rw-r--r-- | x11-terms/alacritty/alacritty-0.4.2-r1.ebuild | 3 | ||||
-rw-r--r-- | x11-terms/alacritty/alacritty-0.4.3.ebuild | 3 | ||||
-rw-r--r-- | x11-terms/alacritty/alacritty-9999.ebuild | 3 |
3 files changed, 6 insertions, 3 deletions
diff --git a/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild b/x11-terms/alacritty/alacritty-0.4.2-r1.ebuild index 500234e83ac2..9ec03831ff82 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 +inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs DESCRIPTION="GPU-accelerated terminal emulator" HOMEPAGE="https://github.com/alacritty/alacritty" @@ -317,6 +317,7 @@ 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 ac4d768d09b5..38bbe6f80a06 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 +inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs DESCRIPTION="GPU-accelerated terminal emulator" HOMEPAGE="https://github.com/alacritty/alacritty" @@ -328,6 +328,7 @@ 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 7d1f53e471ea..731067ab59ef 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 +inherit bash-completion-r1 cargo desktop python-any-r1 toolchain-funcs DESCRIPTION="GPU-accelerated terminal emulator" HOMEPAGE="https://github.com/alacritty/alacritty" @@ -65,6 +65,7 @@ src_unpack() { } src_configure() { + tc-export AR CC myfeatures=( $(usex X x11 '') $(usev wayland) |