x11-libs/pixman: Sync with Gentoo

It's from Gentoo commit aad4d77f5d504fca3ddd77cf1314f0e45d55c7bf.
This commit is contained in:
Flatcar Buildbot 2025-07-07 07:16:27 +00:00
parent 0dd3d45d2f
commit 955fedf098
2 changed files with 3 additions and 1 deletions

View File

@ -14,7 +14,7 @@ inherit flag-o-matic ${GIT_ECLASS} meson-multilib multiprocessing toolchain-func
DESCRIPTION="Low-level pixel manipulation routines"
HOMEPAGE="http://www.pixman.org/ https://gitlab.freedesktop.org/pixman/pixman/"
if [[ ${PV} != 9999* ]]; then
KEYWORDS="~alpha ~amd64 ~arm ~arm64 ~hppa ~loong ~m68k ~mips ~ppc ~ppc64 ~riscv ~s390 ~sparc ~x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
KEYWORDS="~alpha amd64 arm arm64 ~hppa ~loong ~m68k ~mips ppc ~ppc64 ~riscv ~s390 ~sparc x86 ~amd64-linux ~x86-linux ~arm64-macos ~ppc-macos ~x64-macos ~x64-solaris"
SRC_URI="https://www.x.org/releases/individual/lib/${P}.tar.xz"
fi

View File

@ -51,6 +51,8 @@ multilib_src_configure() {
-Ddemos=disabled
-Dgtk=disabled
-Dlibpng=disabled
# explicitly disable RVV due to https://bugs.gentoo.org/95938
-Drvv=disabled
)
if [[ ${ABI} == arm64 ]]; then