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 6BB561382C5 for ; Wed, 20 May 2020 13:45:37 +0000 (UTC) Received: from pigeon.gentoo.org (localhost [127.0.0.1]) by pigeon.gentoo.org (Postfix) with SMTP id A21F4E09DC; Wed, 20 May 2020 13:45:36 +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 89074E09DC for ; Wed, 20 May 2020 13:45:36 +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 B29AC34F263 for ; Wed, 20 May 2020 13:45:34 +0000 (UTC) Received: from localhost.localdomain (localhost [IPv6:::1]) by oystercatcher.gentoo.org (Postfix) with ESMTP id C5E5F244 for ; Wed, 20 May 2020 13:45:32 +0000 (UTC) From: "Akinori Hattori" To: gentoo-commits@lists.gentoo.org Content-Transfer-Encoding: 8bit Content-type: text/plain; charset=UTF-8 Reply-To: gentoo-dev@lists.gentoo.org, "Akinori Hattori" Message-ID: <1589982318.d9e8bbccdce70a295fff39af4f7cbac5c48902e6.hattya@gentoo> Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/ X-VCS-Repository: repo/gentoo X-VCS-Files: app-i18n/fbterm/fbterm-1.7_p20190503.ebuild X-VCS-Directories: app-i18n/fbterm/ X-VCS-Committer: hattya X-VCS-Committer-Name: Akinori Hattori X-VCS-Revision: d9e8bbccdce70a295fff39af4f7cbac5c48902e6 X-VCS-Branch: master Date: Wed, 20 May 2020 13:45:32 +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: 93ff0822-c85c-47cc-bd93-4e671fc9ab84 X-Archives-Hash: a0c3024d08aaba94ea4c7d44bb839213 commit: d9e8bbccdce70a295fff39af4f7cbac5c48902e6 Author: Alexey Sokolov google com> AuthorDate: Sun Apr 26 11:08:19 2020 +0000 Commit: Akinori Hattori gentoo org> CommitDate: Wed May 20 13:45:18 2020 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=d9e8bbcc app-i18n/fbterm: call ar through tc Closes: https://bugs.gentoo.org/718356 Closes: https://github.com/gentoo/gentoo/pull/15467 Package-Manager: Portage-2.3.89, Repoman-2.3.20 Signed-off-by: Alexey Sokolov google.com> Signed-off-by: Akinori Hattori gentoo.org> app-i18n/fbterm/fbterm-1.7_p20190503.ebuild | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild b/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild index 92924b9b17b..1c56f62e76b 100644 --- a/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild +++ b/app-i18n/fbterm/fbterm-1.7_p20190503.ebuild @@ -3,30 +3,26 @@ EAPI="7" -inherit autotools fcaps +inherit autotools fcaps toolchain-funcs vcs-snapshot + +EGIT_COMMIT="ccea326dd73f4d6b6442fde7ba7c2be9cd35c6df" DESCRIPTION="Fast terminal emulator for the Linux framebuffer" HOMEPAGE="https://github.com/gjedeer/fbterm" -MY_COMMIT="ccea326dd73f4d6b6442fde7ba7c2be9cd35c6df" -SRC_URI="https://github.com/gjedeer/fbterm/archive/${MY_COMMIT}.tar.gz -> ${P}.tar.gz" -S="${WORKDIR}/fbterm-${MY_COMMIT}" +SRC_URI="https://github.com/gjedeer/fbterm/archive/${EGIT_COMMIT}.tar.gz -> ${P}.tar.gz" LICENSE="GPL-2" SLOT="0" KEYWORDS="~amd64 ~arm ~arm64 ~x86" IUSE="gpm video_cards_vesa" -DEPEND=" - media-libs/fontconfig +DEPEND="media-libs/fontconfig media-libs/freetype:2 >=sys-libs/ncurses-6.1 gpm? ( sys-libs/gpm ) - video_cards_vesa? ( dev-libs/libx86 ) -" -BDEPEND=" - virtual/pkgconfig -" + video_cards_vesa? ( dev-libs/libx86 )" +BDEPEND="virtual/pkgconfig" FILECAPS=( cap_sys_tty_config+ep usr/bin/${PN} @@ -46,6 +42,10 @@ src_configure() { $(use_enable video_cards_vesa vesa) } +src_compile() { + emake AR="$(tc-getAR)" +} + src_install() { default