From c9f084957aeb97d4d449f38f90824fcd12445ddc Mon Sep 17 00:00:00 2001 From: Sam James Date: Thu, 26 May 2022 01:27:19 +0100 Subject: dev-libs/log4cpp: update EAPI 6 -> 8, avoid Bashism issues w/ configure Not bothering to patch it, just force CONFIG_SHELL as Bash given upstream is dead. Closes: https://bugs.gentoo.org/763570 Signed-off-by: Sam James --- dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch (limited to 'dev-libs/log4cpp/files') diff --git a/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch b/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch new file mode 100644 index 000000000000..9676bacfc9dd --- /dev/null +++ b/dev-libs/log4cpp/files/log4cpp-1.1.3-fix-version.patch @@ -0,0 +1,9 @@ +https://src.fedoraproject.org/rpms/log4cpp/raw/rawhide/f/log4cpp-version-1.1.3.patch +--- a/configure.in ++++ b/configure.in +@@ -1,4 +1,4 @@ +-AC_INIT(log4cpp, 1.1) ++AC_INIT(log4cpp, 1.1.3) + + # autoconf 2.50 or higher to rebuild aclocal.m4, because the + # AC_CREATE_PREFIX_CONFIG_H macro needs the AS_DIRNAME macro. -- cgit v1.2.3-65-gdbad