Diff freeimage-3.18.0-r10 with a freeimage-3.18.0-r11

/usr/portage/media-libs/freeimage/freeimage-3.18.0-r11.ebuild 2024-07-02 13:51:46.425851519 +0300
3 3

  
4 4
EAPI=8
5 5

  
6
inherit edos2unix toolchain-funcs
6
inherit edos2unix toolchain-funcs flag-o-matic
7 7

  
8 8
MY_PN=FreeImage
9 9
MY_PV=${PV//.}
......
17 17

  
18 18
LICENSE="|| ( GPL-2 FIPL-1.0 )"
19 19
SLOT="0"
20
KEYWORDS="amd64 ~arm ~arm64 ~riscv x86 ~amd64-linux ~x86-linux"
20
KEYWORDS="amd64 ~arm arm64 ~riscv x86 ~amd64-linux ~x86-linux"
21 21
IUSE="jpeg jpeg2k mng openexr png raw static-libs tiff webp"
22 22

  
23 23
# The tiff/imath+openexr isn't a typo. The TIFF plugin cheats and
......
115 115

  
116 116
src_compile() {
117 117
	tc-export AR PKG_CONFIG
118

  
119
	# Uses std::auto_ptr (deprecated in c++11, removed in c++17)
120
	append-cxxflags '-std=c++14'
121

  
118 122
	foreach_make \
119 123
		CXX="$(tc-getCXX) -fPIC" \
120 124
		CC="$(tc-getCC) -fPIC" \
Thank you!