From: "Joonas Niilola" <juippis@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
Date: Tue, 18 May 2021 10:40:50 +0000 (UTC) [thread overview]
Message-ID: <1621334005.831f9c1fa0c10f96b7814e180a1bf140bce7cf8d.juippis@gentoo> (raw)
commit: 831f9c1fa0c10f96b7814e180a1bf140bce7cf8d
Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
AuthorDate: Sat May 1 15:25:44 2021 +0000
Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
CommitDate: Tue May 18 10:33:25 2021 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831f9c1f
app-text/uudeview: Replace hardcoded ar with `tc-getAR`.
Closes: https://bugs.gentoo.org/722602
Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
index 1e0174e5eb8..c92ff28eafb 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -1,9 +1,9 @@
-# Copyright 1999-2020 Gentoo Authors
+# Copyright 1999-2021 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
-inherit autotools
+inherit autotools toolchain-funcs
DESCRIPTION="uu, xx, base64, binhex decoder"
HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
@@ -25,6 +25,8 @@ PATCHES=(
DOCS=( HISTORY INSTALL README )
src_prepare() {
+ sed -i "s/^\tar r/\t$(tc-getAR) r/" uulib/Makefile.in || die
+
default
mv configure.{in,ac} || die
eautoreconf
next reply other threads:[~2021-05-18 10:40 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2021-05-18 10:40 Joonas Niilola [this message]
-- strict thread matches above, loose matches on Subject: below --
2024-10-28 13:50 [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/ Andreas K. Hüttel
2023-12-16 7:05 Arthur Zamarin
2023-12-16 4:46 Sam James
2023-12-16 1:29 Sam James
2022-11-25 8:26 Hanno Böck
2022-01-25 16:52 Craig Andrews
2018-10-20 18:35 Andreas Hüttel
2017-04-30 11:53 Michael Palimaka
2017-04-30 9:26 Agostino Sarubbo
2017-04-22 7:33 Tobias Klausmann
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=1621334005.831f9c1fa0c10f96b7814e180a1bf140bce7cf8d.juippis@gentoo \
--to=juippis@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