From: "Alfredo Tupone" <tupone@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclreadline/
Date: Wed, 3 Nov 2021 18:45:07 +0000 (UTC) [thread overview]
Message-ID: <1635965097.249ac95a4d3dc9f841138f3d8732cf1a90737a5d.tupone@gentoo> (raw)
commit: 249ac95a4d3dc9f841138f3d8732cf1a90737a5d
Author: Felix Neumärker <xdch47 <AT> posteo <DOT> de>
AuthorDate: Wed Aug 11 13:05:13 2021 +0000
Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org>
CommitDate: Wed Nov 3 18:44:57 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=249ac95a
dev-tcltk/tclreadline: proper eprefix support
Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Felix Neumärker <xdch47 <AT> posteo.de>
Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org>
dev-tcltk/tclreadline/tclreadline-2.3.8-r1.ebuild | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)
diff --git a/dev-tcltk/tclreadline/tclreadline-2.3.8-r1.ebuild b/dev-tcltk/tclreadline/tclreadline-2.3.8-r1.ebuild
index bf5c09d7376..ff8d8154a93 100644
--- a/dev-tcltk/tclreadline/tclreadline-2.3.8-r1.ebuild
+++ b/dev-tcltk/tclreadline/tclreadline-2.3.8-r1.ebuild
@@ -27,14 +27,16 @@ src_prepare() {
}
src_configure() {
- local myConf=--with-tcl="${EPREFIX}/usr/$(get_libdir)"
+ local myConf=(
+ --with-tcl="${EPREFIX}/usr/$(get_libdir)"
+ --with-readline-includes="${EPREFIX}/usr/include/readline"
+ )
if ! use tk; then
- myConf="$myConf --without-tk"
+ myConf+=(--without-tk)
fi
- econf $myConf
+ econf "${myConf[@]}"
}
-
src_install() {
default
- find "${D}" -name \*.la -delete
+ find "${ED}" -name \*.la -delete
}
next reply other threads:[~2021-11-03 18:45 UTC|newest]
Thread overview: 22+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-11-03 18:45 Alfredo Tupone [this message]
-- strict thread matches above, loose matches on Subject: below --
2025-04-26 13:25 [gentoo-commits] repo/gentoo:master commit in: dev-tcltk/tclreadline/ Sam James
2025-04-26 12:53 Arthur Zamarin
2024-11-04 20:48 Alfredo Tupone
2022-11-23 0:48 Sam James
2021-04-11 13:41 Alfredo Tupone
2021-04-11 13:13 Sam James
2021-04-11 11:13 Sam James
2021-04-11 11:06 Sam James
2021-02-26 19:10 Alfredo Tupone
2021-02-16 8:05 Alfredo Tupone
2021-01-24 13:35 Sam James
2021-01-24 12:10 Agostino Sarubbo
2021-01-24 11:58 Agostino Sarubbo
2020-05-26 20:08 Alfredo Tupone
2020-05-05 6:01 Alfredo Tupone
2020-05-04 20:13 Alfredo Tupone
2020-02-11 17:49 Alfredo Tupone
2020-02-11 11:30 Agostino Sarubbo
2020-02-11 11:09 Agostino Sarubbo
2020-02-11 9:52 Agostino Sarubbo
2020-01-01 15:53 Alfredo Tupone
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=1635965097.249ac95a4d3dc9f841138f3d8732cf1a90737a5d.tupone@gentoo \
--to=tupone@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