From: "Sam James" <sam@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/
Date: Tue, 9 Feb 2021 08:52:40 +0000 (UTC) [thread overview]
Message-ID: <1612860740.c3d66b6d2cf01205ba43b17d74b7ffce9f772171.sam@gentoo> (raw)
commit: c3d66b6d2cf01205ba43b17d74b7ffce9f772171
Author: Sam James <sam <AT> gentoo <DOT> org>
AuthorDate: Tue Feb 9 08:52:20 2021 +0000
Commit: Sam James <sam <AT> gentoo <DOT> org>
CommitDate: Tue Feb 9 08:52:20 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=c3d66b6d
dev-libs/tvision: respect CC, CXX
Package-Manager: Portage-3.0.14, Repoman-3.0.2
Signed-off-by: Sam James <sam <AT> gentoo.org>
dev-libs/tvision/tvision-2.2.1.4.ebuild | 8 +++++---
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/dev-libs/tvision/tvision-2.2.1.4.ebuild b/dev-libs/tvision/tvision-2.2.1.4.ebuild
index 08f6776519e..40d5d8d3482 100644
--- a/dev-libs/tvision/tvision-2.2.1.4.ebuild
+++ b/dev-libs/tvision/tvision-2.2.1.4.ebuild
@@ -3,11 +3,13 @@
EAPI=7
-MY_PV=$(ver_rs 3 -)
+inherit toolchain-funcs
+MY_PV=$(ver_rs 3 -)
DESCRIPTION="Text User Interface that implements the well known CUA widgets"
HOMEPAGE="http://tvision.sourceforge.net/"
SRC_URI="mirror://sourceforge/tvision/rhtvision_${MY_PV}.tar.gz"
+S="${WORKDIR}/${PN}"
LICENSE="GPL-2"
SLOT="0"
@@ -17,8 +19,6 @@ IUSE="+X debug gpm"
DOCS=( readme.txt THANKS TODO )
HTML_DOCS=( www-site/. )
-S=${WORKDIR}/${PN}
-
# installed lib links to those
RDEPEND="
dev-libs/libbsd
@@ -49,6 +49,8 @@ PATCHES=(
)
src_configure() {
+ tc-export CC CXX
+
# Note: Do not use econf here, this isn't an autoconf configure script,
# but a perl based script which simply calls config.pl
./configure --fhs \
next reply other threads:[~2021-02-09 8:57 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-02-09 8:52 Sam James [this message]
-- strict thread matches above, loose matches on Subject: below --
2021-08-09 0:41 [gentoo-commits] repo/gentoo:master commit in: dev-libs/tvision/ Sam James
2021-08-09 0:31 Sam James
2021-08-09 0:28 Sam James
2021-07-08 7:35 Joonas Niilola
2021-06-14 9:15 Agostino Sarubbo
2021-06-13 6:32 Agostino Sarubbo
2021-06-13 6:28 Agostino Sarubbo
2021-02-07 17:07 Conrad Kostecki
2017-10-08 18:38 Pacho Ramos
2017-10-08 18:38 Pacho Ramos
2017-10-02 13:24 Sergei Trofimovich
2017-06-04 23:14 Andreas Sturmlechner
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=1612860740.c3d66b6d2cf01205ba43b17d74b7ffce9f772171.sam@gentoo \
--to=sam@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