From: "Craig Andrews" <candrews@gentoo.org>
To: gentoo-commits@lists.gentoo.org
Subject: [gentoo-commits] repo/gentoo:master commit in: app-text/uudeview/
Date: Tue, 25 Jan 2022 16:52:35 +0000 (UTC) [thread overview]
Message-ID: <1643129551.94f2753249e688c79ac839c44b49d199c7fcc23e.candrews@gentoo> (raw)
commit: 94f2753249e688c79ac839c44b49d199c7fcc23e
Author: Craig Andrews <candrews <AT> gentoo <DOT> org>
AuthorDate: Tue Jan 25 16:52:11 2022 +0000
Commit: Craig Andrews <candrews <AT> gentoo <DOT> org>
CommitDate: Tue Jan 25 16:52:31 2022 +0000
URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=94f27532
app-text/uudeview: Use : instead of / as sed separator
The sed expression uses paths, which contain slashes, so that can't be
used as the sed separator.
Closes: https://bugs.gentoo.org/831973
Package-Manager: Portage-3.0.30, Repoman-3.0.3
Signed-off-by: Craig Andrews <candrews <AT> gentoo.org>
app-text/uudeview/uudeview-0.5.20-r2.ebuild | 4 ++--
1 file changed, 2 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 72fc9d499c88..6e3b8d57277d 100644
--- a/app-text/uudeview/uudeview-0.5.20-r2.ebuild
+++ b/app-text/uudeview/uudeview-0.5.20-r2.ebuild
@@ -1,4 +1,4 @@
-# Copyright 1999-2021 Gentoo Authors
+# Copyright 1999-2022 Gentoo Authors
# Distributed under the terms of the GNU General Public License v2
EAPI=7
@@ -26,7 +26,7 @@ PATCHES=(
DOCS=( HISTORY INSTALL README )
src_prepare() {
- sed -i "s/^\tar r/\t$(tc-getAR) r/" uulib/Makefile.in || die
+ sed -i "s:^\tar r:\t$(tc-getAR) r:" uulib/Makefile.in || die
default
mv configure.{in,ac} || die
next reply other threads:[~2022-01-25 16:52 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2022-01-25 16:52 Craig Andrews [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
2021-05-18 10:40 Joonas Niilola
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=1643129551.94f2753249e688c79ac839c44b49d199c7fcc23e.candrews@gentoo \
--to=candrews@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