Diff babl-0.1.106 with a babl-9999

/usr/portage/media-libs/babl/babl-9999.ebuild 2023-10-09 14:52:31.660368405 +0300
1
# Copyright 1999-2023 Gentoo Authors
1
# Copyright 1999-2022 Gentoo Authors
2 2
# Distributed under the terms of the GNU General Public License v2
3 3

  
4 4
EAPI=8
......
13 13
	SRC_URI=""
14 14
else
15 15
	SRC_URI="https://download.gimp.org/pub/${PN}/${PV:0:3}/${P}.tar.xz"
16
	KEYWORDS="~alpha amd64 ~arm ~arm64 ~hppa ~ia64 ~loong ~mips ~ppc ~ppc64 ~riscv -sparc x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
16
	KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~ia64 ~mips ~ppc ~ppc64 ~riscv -sparc ~x86 ~amd64-linux ~x86-linux ~ppc-macos ~x64-macos ~x64-solaris"
17 17
fi
18 18

  
19 19
DESCRIPTION="A dynamic, any to any, pixel format conversion library"
......
60 60
	)
61 61
	meson_src_configure
62 62
}
63

  
64
src_install() {
65
	meson_src_install
66

  
67
	# Create symlink for backward compatibility. See also bug 871690
68
	dosym -r /usr/"$(get_libdir)"/pkgconfig/babl-0.1.pc /usr/"$(get_libdir)"/pkgconfig/babl.pc
69
}
Thank you!