From: "Akinori Hattori" <hattya@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/
Date: Wed, 20 May 2020 13:45:32 +0000 (UTC) [thread overview]
Message-ID: <1589982318.d9e8bbccdce70a295fff39af4f7cbac5c48902e6.hattya@gentoo> (raw)
commit: d9e8bbccdce70a295fff39af4f7cbac5c48902e6
Author: Alexey Sokolov <sokolov <AT> google <DOT> com>
AuthorDate: Sun Apr 26 11:08:19 2020 +0000
Commit: Akinori Hattori <hattya <AT> gentoo <DOT> 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 <sokolov <AT> google.com>
Signed-off-by: Akinori Hattori <hattya <AT> 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
next reply other threads:[~2020-05-20 13:45 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2020-05-20 13:45 Akinori Hattori [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-10-11 12:49 [gentoo-commits] repo/gentoo:master commit in: app-i18n/fbterm/ Akinori Hattori
2020-05-27 12:32 Akinori Hattori
2020-05-20 13:53 Akinori Hattori
2020-05-20 13:45 Akinori Hattori
2017-08-12 15:48 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2017-08-05 13:15 Akinori Hattori
2016-08-14 19:30 Markus Meier
2016-03-23 21:23 Stephen Klimaszewski
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=1589982318.d9e8bbccdce70a295fff39af4f7cbac5c48902e6.hattya@gentoo \
--to=hattya@gentoo.org \
--cc=gentoo-commits@lists.gentoo.org \
--cc=gentoo-dev@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox