From e2db47eaae00ec33f8971db44b68645c5d3b9590 Mon Sep 17 00:00:00 2001 From: V3n3RiX Date: Tue, 17 Aug 2021 11:36:49 +0100 Subject: gentoo resync : 17.08.2021 --- .../files/util-linux-2.37-ppc-nortas.patch | 36 ---------------------- 1 file changed, 36 deletions(-) delete mode 100644 sys-apps/util-linux/files/util-linux-2.37-ppc-nortas.patch (limited to 'sys-apps/util-linux/files/util-linux-2.37-ppc-nortas.patch') diff --git a/sys-apps/util-linux/files/util-linux-2.37-ppc-nortas.patch b/sys-apps/util-linux/files/util-linux-2.37-ppc-nortas.patch deleted file mode 100644 index b3ac47163233..000000000000 --- a/sys-apps/util-linux/files/util-linux-2.37-ppc-nortas.patch +++ /dev/null @@ -1,36 +0,0 @@ -From 45cd3aa4ded6df54dde85e6939b48bb273c8b6c3 Mon Sep 17 00:00:00 2001 -From: Georgy Yakovlev -Date: Wed, 2 Jun 2021 13:59:26 -0700 -Subject: [PATCH] lscpu: fix build on powerpc - -fails with error: label at end of compound statement -and fix typo as bonus. - -Signed-off-by: Georgy Yakovlev ---- - sys-utils/lscpu-cputype.c | 4 ++-- - 1 file changed, 2 insertions(+), 2 deletions(-) - -diff --git a/sys-utils/lscpu-cputype.c b/sys-utils/lscpu-cputype.c -index cf7af361c..d5ca8e1f1 100644 ---- a/sys-utils/lscpu-cputype.c -+++ b/sys-utils/lscpu-cputype.c -@@ -724,7 +724,7 @@ int lscpu_read_archext(struct lscpu_cxt *cxt) - } - - #if defined(HAVE_LIBRTAS) -- /* Get PowerPC speficic info */ -+ /* Get PowerPC specific info */ - if (!cxt->noalive) { - int rc, len, ntypes; - -@@ -745,8 +745,8 @@ int lscpu_read_archext(struct lscpu_cxt *cxt) - ct->physsockets = strbe16toh(buf, 4); - ct->physchips = strbe16toh(buf, 6); - ct->physcoresperchip = strbe16toh(buf, 8); --nortas: - } -+nortas: - #endif - return 0; - } -- cgit v1.2.3