Gentoo Archives: gentoo-commits

From: Joonas Niilola <juippis@g.o>
To: gentoo-commits@l.g.o
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
Date: Tue, 18 May 2021 10:40:55
Message-Id: 1621334005.831f9c1fa0c10f96b7814e180a1bf140bce7cf8d.juippis@gentoo
1 commit: 831f9c1fa0c10f96b7814e180a1bf140bce7cf8d
2 Author: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea <DOT> de>
3 AuthorDate: Sat May 1 15:25:44 2021 +0000
4 Commit: Joonas Niilola <juippis <AT> gentoo <DOT> org>
5 CommitDate: Tue May 18 10:33:25 2021 +0000
6 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=831f9c1f
7
8 app-text/uudeview: Replace hardcoded ar with `tc-getAR`.
9
10 Closes: https://bugs.gentoo.org/722602
11 Signed-off-by: Ronny (tastytea) Gutbrod <gentoo <AT> tastytea.de>
12 Signed-off-by: Joonas Niilola <juippis <AT> gentoo.org>
13
14 app-text/uudeview/uudeview-0.5.20-r2.ebuild | 6 ++++--
15 1 file changed, 4 insertions(+), 2 deletions(-)
16
17 diff --git a/app-text/uudeview/uudeview-0.5.20-r2.ebuild b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
18 index 1e0174e5eb8..c92ff28eafb 100644
19 --- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
20 +++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
21 @@ -1,9 +1,9 @@
22 -# Copyright 1999-2020 Gentoo Authors
23 +# Copyright 1999-2021 Gentoo Authors
24 # Distributed under the terms of the GNU General Public License v2
25
26 EAPI=7
27
28 -inherit autotools
29 +inherit autotools toolchain-funcs
30
31 DESCRIPTION="uu, xx, base64, binhex decoder"
32 HOMEPAGE="http://www.fpx.de/fp/Software/UUDeview/"
33 @@ -25,6 +25,8 @@ PATCHES=(
34 DOCS=( HISTORY INSTALL README )
35
36 src_prepare() {
37 + sed -i "s/^\tar r/\t$(tc-getAR) r/" uulib/Makefile.in || die
38 +
39 default
40 mv configure.{in,ac} || die
41 eautoreconf