diff options
author | Alfredo Tupone <tupone@gentoo.org> | 2023-03-16 08:29:46 +0100 |
---|---|---|
committer | Alfredo Tupone <tupone@gentoo.org> | 2023-03-16 08:30:26 +0100 |
commit | 974d0c8532800d9f5688c49b8b0a86735e6717ac (patch) | |
tree | e1f8a9ab0eb131f81ffa59acd3488eec9b0bd8fd /dev-tcltk | |
parent | media-sound/abcmidi: bump to 2023.03.15 (diff) | |
download | gentoo-974d0c8532800d9f5688c49b8b0a86735e6717ac.tar.gz gentoo-974d0c8532800d9f5688c49b8b0a86735e6717ac.tar.bz2 gentoo-974d0c8532800d9f5688c49b8b0a86735e6717ac.zip |
dev-tcltk/iwidgets: fix unterminated quoted string
Closes: https://bugs.gentoo.org/885809
Signed-off-by: Alfredo Tupone <tupone@gentoo.org>
Diffstat (limited to 'dev-tcltk')
-rw-r--r-- | dev-tcltk/iwidgets/files/iwidgets-4.1.1-dash.patch | 11 | ||||
-rw-r--r-- | dev-tcltk/iwidgets/iwidgets-4.1.1-r2.ebuild (renamed from dev-tcltk/iwidgets/iwidgets-4.1.1-r1.ebuild) | 4 |
2 files changed, 14 insertions, 1 deletions
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 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 \ |