From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from lists.gentoo.org (pigeon.gentoo.org [208.92.234.80]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by finch.gentoo.org (Postfix) with ESMTPS id B8D081382C5 for ; Tue, 2 Jun 2020 08:55:23 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id EE547E08F6; Tue, 2 Jun 2020 08:55:22 +0000 (UTC) Received: from smtp.gentoo.org (smtp.gentoo.org [140.211.166.183]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by pigeon.gentoo.org (Postfix) with ESMTPS id B9FD0E08F6 for ; Tue, 2 Jun 2020 08:55:22 +0000 (UTC) Received: from oystercatcher.gentoo.org (oystercatcher.gentoo.org [148.251.78.52]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.gentoo.org (Postfix) with ESMTPS id 9F11B34E851 for ; Tue, 2 Jun 2020 08:55:20 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id 2F27E26A for ; Tue, 2 Jun 2020 08:55:18 +0000 (UTC) From: "Georgy Yakovlev" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Georgy Yakovlev" Message-ID: <1591088097.8fd7ffef828ccbdf83fff0eb4aac58ae7f5d1bc5.gyakovlev@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: x11-terms/alacritty/ X-VCS-Repository: repo/gentoo X-VCS-Files: x11-terms/alacritty/alacritty-0.4.2-r1.ebuild x11-terms/alacritty/alacritty-0.4.3.ebuild x11-terms/alacritty/alacritty-9999.ebuild X-VCS-Directories: x11-terms/alacritty/ X-VCS-Committer: gyakovlev X-VCS-Committer-Name: Georgy Yakovlev X-VCS-Revision: 8fd7ffef828ccbdf83fff0eb4aac58ae7f5d1bc5 X-VCS-Branch: master Date: Tue, 2 Jun 2020 08:55:18 +0000 (UTC) Precedence: bulk List-Post: List-Help: List-Unsubscribe: List-Subscribe: List-Id: Gentoo Linux mail X-BeenThere: gentoo-commits@lists.gentoo.org X-Auto-Response-Suppress: DR, RN, NRN, OOF, AutoReply X-Archives-Salt: 9e80c817-044c-4063-8d20-78c7d7ca8ef9 X-Archives-Hash: 16d099163194927c3a4d588bcb8acc54 commit: 8fd7ffef828ccbdf83fff0eb4aac58ae7f5d1bc5 Author: Georgy Yakovlev gentoo org> AuthorDate: Tue Jun 2 08:53:05 2020 +0000 Commit: Georgy Yakovlev gentoo org> CommitDate: Tue Jun 2 08:54:57 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=8fd7ffef 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 941788b2803ed563bdc1984c7966df1b86bda4fa. Signed-off-by: Georgy Yakovlev gentoo.org> x11-terms/alacritty/alacritty-0.4.2-r1.ebuild | 3 +-- x11-terms/alacritty/alacritty-0.4.3.ebuild | 3 +-- x11-terms/alacritty/alacritty-9999.ebuild | 3 +-- 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 9ec03831ff8..500234e83ac 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 38bbe6f80a0..ac4d768d09b 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 731067ab59e..7d1f53e471e 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)