commit: 974d0c8532800d9f5688c49b8b0a86735e6717ac Author: Alfredo Tupone <tupone <AT> gentoo <DOT> org> AuthorDate: Thu Mar 16 07:29:46 2023 +0000 Commit: Alfredo Tupone <tupone <AT> gentoo <DOT> org> CommitDate: Thu Mar 16 07:30:26 2023 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=974d0c85
dev-tcltk/iwidgets: fix unterminated quoted string Closes: https://bugs.gentoo.org/885809 Signed-off-by: Alfredo Tupone <tupone <AT> gentoo.org> dev-tcltk/iwidgets/files/iwidgets-4.1.1-dash.patch | 11 +++++++++++ .../{iwidgets-4.1.1-r1.ebuild => iwidgets-4.1.1-r2.ebuild} | 4 +++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/dev-tcltk/iwidgets/files/iwidgets-4.1.1-dash.patch b/dev-tcltk/iwidgets/files/iwidgets-4.1.1-dash.patch new file mode 100644 index 000000000000..0a928506ee6c --- /dev/null +++ b/dev-tcltk/iwidgets/files/iwidgets-4.1.1-dash.patch @@ -0,0 +1,11 @@ +--- a/tclconfig/tcl.m4 2023-03-16 08:23:24.920934671 +0100 ++++ b/tclconfig/tcl.m4 2023-03-16 08:24:06.288775313 +0100 +@@ -794,7 +794,7 @@ + # results, and the version is kept in special file). + + if test -r /etc/.relid -a "X`uname -n`" = "X`uname -s`" ; then +- system=MP-RAS-`awk '{print $3}' /etc/.relid'` ++ system=MP-RAS-`awk '{print $3}' /etc/.relid` + fi + if test "`uname -s`" = "AIX" ; then + system=AIX-`uname -v`.`uname -r` diff --git a/dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild b/dev-tcltk/iwidgets/iwidgets-4.1.1-r2.ebuild similarity index 96% rename from dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild rename to dev-tcltk/iwidgets/iwidgets-4.1.1-r2.ebuild index 4bcb21331fc0..bec5525391f4 100644 --- a/dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild +++ b/dev-tcltk/iwidgets/iwidgets-4.1.1-r2.ebuild @@ -1,7 +1,7 @@ # Copyright 1999-2023 Gentoo Authors # Distributed under the terms of the GNU General Public License v2 -EAPI=6 +EAPI=8 inherit virtualx autotools @@ -31,6 +31,8 @@ QA_CONFIG_IMPL_DECL_SKIP=( stat64 # used to test for Large File Support ) +PATCHES=( "${FILESDIR}"/${P}-dash.patch ) + src_prepare() { default sed \
