Diff pipebench-0.40-r2 with a pipebench-0.40-r3

/usr/portage/app-benchmarks/pipebench/pipebench-0.40-r3.ebuild 2023-10-09 14:52:28.208368318 +0300
1
# Copyright 1999-2022 Gentoo Authors
1
# Copyright 1999-2023 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
11 11

  
12 12
LICENSE="GPL-2+"
13 13
SLOT="0"
14
KEYWORDS="~alpha amd64 ppc ppc64 x86 ~x86-linux"
14
KEYWORDS="~alpha ~amd64 ~ppc ~ppc64 ~x86 ~x86-linux"
15 15

  
16
PATCHES=( "${FILESDIR}"/${PN}-0.40-fix-build-system.patch )
16
PATCHES=(
17
	"${FILESDIR}"/${PN}-0.40-fix-build-system.patch
18
	"${FILESDIR}"/${PN}-0.40-fix-build-clang16.patch
19
)
17 20

  
18 21
src_configure() {
19 22
	append-cflags -Wall -w -pedantic
Thank you!